HEX: #472006
RGB: (71,32,6)
#472006 contains mainly red and green colors. Web safe color of #472006 is #333300 (or #330).
#472006 color RGB value is (71,32,6).
RGB: (71,32,6)
(28%, 13%, 2%)
R 71 of 255 = 28%
G 32 of 255 = 13%
B 6 of 255 = 2%
R + G + B ~ 14%. #472006 is dark color.
R + G + B = 71 + 32 + 6 = 109 (100%)
R 71 of 109 ~ 65.14%
G 32 of 109 ~ 29.36%
B 6 of 109 ~ 5.5'%
#472006 color CMYK value is (0,55,92,72).
CMYK: (0,55,92,72)
C0M55Y92K72 (0%, 55%, 92%, 72%)
(0.00 / 0.55 / 0.92 / 0.72)
Color #472006 in popluar color models
47 | 20 | 06 | |
---|---|---|---|
RGB | 71 | 32 | 6 |
HSL | 24° | 84.42% | 15.10% |
HSB/HSV | 24° | 91.55% | 27.84% |
CMYK | 0.00% | 54.93% | 91.55% |
72.16% |
Color #472006 in popluar number systems.
HEX | 47 | 20 | 06 |
Decimal | 71 | 32 | 6 |
Binary | 1000111 | 100000 | 110 |
Octal | 107 | 40 | 6 |
Shades of #472006
Tints of #472006
Examples of css and html codes for elements with #472006 color. Also use rgb(71,32,6) instead hex code.
.myTextColor { color: #472006; }
<p style="color:#472006">This sample text font color is #472006.</p>
This text font color is #472006.
.myBgColor { background-color: #472006; }
<div style="background-color:#472006">Inner text</div>
This div background color is #472006.
.myBorderColor { border: 1px solid #472006; }
<div style="border:3px solid #472006">Div</div>
This div border color is #472006.
.myOpacity80 { color: #472006; opacity: 0.8; }
<p style="color:#472006;opacity:0.8;">80%</p>
Text with #472006 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #472006;}
<p style="text-shadow: 3px 3px 1px #472006">Text here.</p>
This text has shadow with #472006 color.
.textShadow {text-shadow: 3px 3px 1px #472006', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #472006, 5px 5px 20px red">Text here.</p>
This text has shadow with #472006 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#472006, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#472006, Direction=45, Strength=4)">Text</p>
This text has shadow with #472006 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #472006;
-webkit-box-shadow: 1px 1px 3px 2px #472006;
box-shadow: 1px 1px 3px 2px #472006;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #472006; -webkit-box-shadow: 1px 1px 3px 2px #472006; box-shadow:1px 1px 3px 2px #472006;">
Div content here
</div>
This text has color #472006 on black background.
This text has color #472006 on white background.
This text has black color on #472006 background.
This text has white color on #472006 background.
Complementary color for #hex is #B8DFF9.