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