So, I recently created a simple HTML5 website and decided to set the background-color of the header div to #3D7D99
. However, when I view it in the browser, it appears as #35728E
. Can anyone explain what might be causing this discrepancy?
UPDATE: Just to clarify, the CSS property has not been overridden anywhere according to Safari's developer tools. (Feel free to test it yourself )