HEX: #476010
RGB: (71,96,16)
#476010 contains mainly red and green colors. Web safe color of #476010 is #336600 (or #360).
#476010 color RGB value is (71,96,16).
RGB: (71,96,16) (28%,38%,6%)
R 71 of 255 = 28%
G 96 of 255 = 38%
B 16 of 255 = 6%
R + G + B ~ 24%. #476010 is dark color.
R + G + B =
71 + 96 + 16 = 183 (100%)
R 71 of 183 ~ 38.8%
G 96 of 183 ~ 52.46%
B 16 of 183 ~ 8.74%
#476010 color CMYK value is (26,0,83,62).
CMYK: (26,0,83,62) C26M0Y83K62 (26%,0%,83%,62%) (0.26/0.00/0.83/0.62)
47 | 60 | 10 | |
---|---|---|---|
RGB | 71 | 96 | 16 |
HSL | 79° | 71.43% | 21.96% |
HSB/HSV | 79° | 83.33% | 37.65% |
CMYK | 26.04% | 0.00% | 83.33% |
62.35% |
HEX | 47 | 60 | 10 |
Decimal | 71 | 96 | 16 |
Binary | 1000111 | 1100000 | 10000 |
Octal | 107 | 140 | 20 |
Examples of css and html codes for elements with #476010 color. Also use rgb(71,96,16) instead hex code.
.myTextColor { color: #476010; }
<p style="color:#476010">This sample text font color is #476010.</p>
This text font color is #476010.
.myBgColor { background-color: #476010; }
<div style="background-color:#476010">Inner text</div>
This div background color is #476010.
.myBorderColor { border: 1px solid #476010; }
<div style="border:3px solid #476010">Div</div>
This div border color is #476010.
.myOpacity80 { color: #476010; opacity: 0.8; }
<p style="color:#476010;opacity:0.8;">80%</p>
Text with #476010 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476010;}
<p style="text-shadow: 3px 3px 1px #476010">Text here.</p>
This text has shadow with #476010 color.
.textShadow {text-shadow: 3px 3px 1px #476010, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476010, 5px 5px 20px red">Text here.</p>
This text has shadow with #476010 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476010, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476010, Direction=45, Strength=4)">Text</p>
This text has shadow with #476010 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #476010; -webkit-box-shadow: 1px 1px 3px 2px #476010; box-shadow: 1px 1px 3px 2px #476010; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #476010; -webkit-box-shadow: 1px 1px 3px 2px #476010; box-shadow:1px 1px 3px 2px #476010;">
Div content here</div>
This text has color #476010 on black background.
This text has color #476010 on white background.
This text has black color on #476010 background.
This text has white color on #476010 background.