HEX: #476906
RGB: (71,105,6)
#476906 contains mainly red and green colors. Web safe color of #476906 is #336600 (or #360).
#476906 color RGB value is (71,105,6).
RGB: (71,105,6)
(28%, 41%, 2%)
R 71 of 255 = 28%
G 105 of 255 = 41%
B 6 of 255 = 2%
R + G + B ~ 24%. #476906 is dark color.
R + G + B = 71 + 105 + 6 = 182 (100%)
R 71 of 182 ~ 39.01%
G 105 of 182 ~ 57.69%
B 6 of 182 ~ 3.3'%
#476906 color CMYK value is (32,0,94,59).
CMYK: (32,0,94,59)
C32M0Y94K59 (32%, 0%, 94%, 59%)
(0.32 / 0.00 / 0.94 / 0.59)
Color #476906 in popluar color models
47 | 69 | 06 | |
---|---|---|---|
RGB | 71 | 105 | 6 |
HSL | 81° | 89.19% | 21.76% |
HSB/HSV | 81° | 94.29% | 41.18% |
CMYK | 32.38% | 0.00% | 94.29% |
58.82% |
Color #476906 in popluar number systems.
HEX | 47 | 69 | 06 |
Decimal | 71 | 105 | 6 |
Binary | 1000111 | 1101001 | 110 |
Octal | 107 | 151 | 6 |
Shades of #476906
Tints of #476906
Examples of css and html codes for elements with #476906 color. Also use rgb(71,105,6) instead hex code.
.myTextColor { color: #476906; }
<p style="color:#476906">This sample text font color is #476906.</p>
This text font color is #476906.
.myBgColor { background-color: #476906; }
<div style="background-color:#476906">Inner text</div>
This div background color is #476906.
.myBorderColor { border: 1px solid #476906; }
<div style="border:3px solid #476906">Div</div>
This div border color is #476906.
.myOpacity80 { color: #476906; opacity: 0.8; }
<p style="color:#476906;opacity:0.8;">80%</p>
Text with #476906 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476906;}
<p style="text-shadow: 3px 3px 1px #476906">Text here.</p>
This text has shadow with #476906 color.
.textShadow {text-shadow: 3px 3px 1px #476906', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476906, 5px 5px 20px red">Text here.</p>
This text has shadow with #476906 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476906, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476906, Direction=45, Strength=4)">Text</p>
This text has shadow with #476906 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #476906;
-webkit-box-shadow: 1px 1px 3px 2px #476906;
box-shadow: 1px 1px 3px 2px #476906;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #476906; -webkit-box-shadow: 1px 1px 3px 2px #476906; box-shadow:1px 1px 3px 2px #476906;">
Div content here
</div>
This text has color #476906 on black background.
This text has color #476906 on white background.
This text has black color on #476906 background.
This text has white color on #476906 background.
Complementary color for #hex is #B896F9.