HEX: #476606
RGB: (71,102,6)
#476606 contains mainly red and green colors. Web safe color of #476606 is #336600 (or #360).
#476606 color RGB value is (71,102,6).
RGB: (71,102,6)
(28%, 40%, 2%)
R 71 of 255 = 28%
G 102 of 255 = 40%
B 6 of 255 = 2%
R + G + B ~ 23%. #476606 is dark color.
R + G + B = 71 + 102 + 6 = 179 (100%)
R 71 of 179 ~ 39.66%
G 102 of 179 ~ 56.98%
B 6 of 179 ~ 3.35'%
#476606 color CMYK value is (30,0,94,60).
CMYK: (30,0,94,60) C30M0Y94K60 (30%,0%,94%,60%) (0.30/0.00/0.94/0.60)
Color #476606 in popluar color models
47 | 66 | 06 | |
---|---|---|---|
RGB | 71 | 102 | 6 |
HSL | 79° | 88.89% | 21.18% |
HSB/HSV | 79° | 94.12% | 40.00% |
CMYK | 30.39% | 0.00% | 94.12% |
60.00% |
Color #476606 in popluar number systems.
HEX | 47 | 66 | 06 |
Decimal | 71 | 102 | 6 |
Binary | 1000111 | 1100110 | 110 |
Octal | 107 | 146 | 6 |
Shades of #476606
Tints of #476606
Examples of css and html codes for elements with #476606 color. Also use rgb(71,102,6) instead hex code.
.myTextColor { color: #476606; }
<p style="color:#476606">This sample text font color is #476606.</p>
This text font color is #476606.
.myBgColor { background-color: #476606; }
<div style="background-color:#476606">Inner text</div>
This div background color is #476606.
.myBorderColor { border: 1px solid #476606; }
<div style="border:3px solid #476606">Div</div>
This div border color is #476606.
.myOpacity80 { color: #476606; opacity: 0.8; }
<p style="color:#476606;opacity:0.8;">80%</p>
Text with #476606 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476606;}
<p style="text-shadow: 3px 3px 1px #476606">Text here.</p>
This text has shadow with #476606 color.
.textShadow {text-shadow: 3px 3px 1px #476606', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476606, 5px 5px 20px red">Text here.</p>
This text has shadow with #476606 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476606, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476606, Direction=45, Strength=4)">Text</p>
This text has shadow with #476606 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #476606;
-webkit-box-shadow: 1px 1px 3px 2px #476606;
box-shadow: 1px 1px 3px 2px #476606;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #476606; -webkit-box-shadow: 1px 1px 3px 2px #476606; box-shadow:1px 1px 3px 2px #476606;">
Div content here
</div>
This text has color #476606 on black background.
This text has color #476606 on white background.
This text has black color on #476606 background.
This text has white color on #476606 background.
Complementary color for #hex is #B899F9.