HEX: #508713
RGB: (80,135,19)
#508713 contains mainly red and green colors. Web safe color of #508713 is #669900 (or #690).
#508713 color RGB value is (80,135,19).
RGB: (80,135,19)
(31%, 53%, 7%)
R 80 of 255 = 31%
G 135 of 255 = 53%
B 19 of 255 = 7%
R + G + B ~ 30%. #508713 is quite dark color.
R + G + B = 80 + 135 + 19 = 234 (100%)
R 80 of 234 ~ 34.19%
G 135 of 234 ~ 57.69%
B 19 of 234 ~ 8.12'%
#508713 color CMYK value is (41,0,86,47).
CMYK: (41,0,86,47)
C41M0Y86K47 (41%, 0%, 86%, 47%)
(0.41 / 0.00 / 0.86 / 0.47)
Color #508713 in popluar color models
50 | 87 | 13 | |
---|---|---|---|
RGB | 80 | 135 | 19 |
HSL | 88° | 75.32% | 30.20% |
HSB/HSV | 88° | 85.93% | 52.94% |
CMYK | 40.74% | 0.00% | 85.93% |
47.06% |
Color #508713 in popluar number systems.
HEX | 50 | 87 | 13 |
Decimal | 80 | 135 | 19 |
Binary | 1010000 | 10000111 | 10011 |
Octal | 120 | 207 | 23 |
Shades of #508713
Tints of #508713
Examples of css and html codes for elements with #508713 color. Also use rgb(80,135,19) instead hex code.
.myTextColor { color: #508713; }
<p style="color:#508713">This sample text font color is #508713.</p>
This text font color is #508713.
.myBgColor { background-color: #508713; }
<div style="background-color:#508713">Inner text</div>
This div background color is #508713.
.myBorderColor { border: 1px solid #508713; }
<div style="border:3px solid #508713">Div</div>
This div border color is #508713.
.myOpacity80 { color: #508713; opacity: 0.8; }
<p style="color:#508713;opacity:0.8;">80%</p>
Text with #508713 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #508713;}
<p style="text-shadow: 3px 3px 1px #508713">Text here.</p>
This text has shadow with #508713 color.
.textShadow {text-shadow: 3px 3px 1px #508713', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #508713, 5px 5px 20px red">Text here.</p>
This text has shadow with #508713 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#508713, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#508713, Direction=45, Strength=4)">Text</p>
This text has shadow with #508713 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #508713;
-webkit-box-shadow: 1px 1px 3px 2px #508713;
box-shadow: 1px 1px 3px 2px #508713;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #508713; -webkit-box-shadow: 1px 1px 3px 2px #508713; box-shadow:1px 1px 3px 2px #508713;">
Div content here
</div>
This text has color #508713 on black background.
This text has color #508713 on white background.
This text has black color on #508713 background.
This text has white color on #508713 background.
Complementary color for #hex is #AF78EC.