HEX: #507459
RGB: (80,116,89)
#507459 contains red, green and blue colors in about the same proportion. Web safe color of #507459 is #666666 (or #666).
#507459 color RGB value is (80,116,89).
RGB: (80,116,89)
(31%, 45%, 35%)
R 80 of 255 = 31%
G 116 of 255 = 45%
B 89 of 255 = 35%
R + G + B ~ 37%. #507459 is quite dark color.
R + G + B = 80 + 116 + 89 = 285 (100%)
R 80 of 285 ~ 28.07%
G 116 of 285 ~ 40.7%
B 89 of 285 ~ 31.23'%
#507459 color CMYK value is (31,0,23,55).
CMYK: (31,0,23,55) C31M0Y23K55 (31%,0%,23%,55%) (0.31/0.00/0.23/0.55)
Color #507459 in popluar color models
50 | 74 | 59 | |
---|---|---|---|
RGB | 80 | 116 | 89 |
HSL | 135° | 18.37% | 38.43% |
HSB/HSV | 135° | 31.03% | 45.49% |
CMYK | 31.03% | 0.00% | 23.28% |
54.51% |
Color #507459 in popluar number systems.
HEX | 50 | 74 | 59 |
Decimal | 80 | 116 | 89 |
Binary | 1010000 | 1110100 | 1011001 |
Octal | 120 | 164 | 131 |
Shades of #507459
Tints of #507459
Examples of css and html codes for elements with #507459 color. Also use rgb(80,116,89) instead hex code.
.myTextColor { color: #507459; }
<p style="color:#507459">This sample text font color is #507459.</p>
This text font color is #507459.
.myBgColor { background-color: #507459; }
<div style="background-color:#507459">Inner text</div>
This div background color is #507459.
.myBorderColor { border: 1px solid #507459; }
<div style="border:3px solid #507459">Div</div>
This div border color is #507459.
.myOpacity80 { color: #507459; opacity: 0.8; }
<p style="color:#507459;opacity:0.8;">80%</p>
Text with #507459 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #507459;}
<p style="text-shadow: 3px 3px 1px #507459">Text here.</p>
This text has shadow with #507459 color.
.textShadow {text-shadow: 3px 3px 1px #507459', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #507459, 5px 5px 20px red">Text here.</p>
This text has shadow with #507459 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#507459, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#507459, Direction=45, Strength=4)">Text</p>
This text has shadow with #507459 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #507459;
-webkit-box-shadow: 1px 1px 3px 2px #507459;
box-shadow: 1px 1px 3px 2px #507459;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #507459; -webkit-box-shadow: 1px 1px 3px 2px #507459; box-shadow:1px 1px 3px 2px #507459;">
Div content here
</div>
This text has color #507459 on black background.
This text has color #507459 on white background.
This text has black color on #507459 background.
This text has white color on #507459 background.
Complementary color for #hex is #AF8BA6.