HEX: #472A17
RGB: (71,42,23)
#472A17 contains red, green and blue colors in about the same proportion. Web safe color of #472A17 is #333300 (or #330).
#472A17 color RGB value is (71,42,23).
RGB: (71,42,23)
(28%, 16%, 9%)
R 71 of 255 = 28%
G 42 of 255 = 16%
B 23 of 255 = 9%
R + G + B ~ 18%. #472A17 is dark color.
R + G + B = 71 + 42 + 23 = 136 (100%)
R 71 of 136 ~ 52.21%
G 42 of 136 ~ 30.88%
B 23 of 136 ~ 16.91'%
#472A17 color CMYK value is (0,41,68,72).
CMYK: (0,41,68,72) C0M41Y68K72 (0%,41%,68%,72%) (0.00/0.41/0.68/0.72)
Color #472A17 in popluar color models
47 | 2A | 17 | |
---|---|---|---|
RGB | 71 | 42 | 23 |
HSL | 24° | 51.06% | 18.43% |
HSB/HSV | 24° | 67.61% | 27.84% |
CMYK | 0.00% | 40.85% | 67.61% |
72.16% |
Color #472A17 in popluar number systems.
HEX | 47 | 2A | 17 |
Decimal | 71 | 42 | 23 |
Binary | 1000111 | 101010 | 10111 |
Octal | 107 | 52 | 27 |
Shades of #472A17
Tints of #472A17
Examples of css and html codes for elements with #472A17 color. Also use rgb(71,42,23) instead hex code.
.myTextColor { color: #472A17; }
<p style="color:#472A17">This sample text font color is #472A17.</p>
This text font color is #472A17.
.myBgColor { background-color: #472A17; }
<div style="background-color:#472A17">Inner text</div>
This div background color is #472A17.
.myBorderColor { border: 1px solid #472A17; }
<div style="border:3px solid #472A17">Div</div>
This div border color is #472A17.
.myOpacity80 { color: #472A17; opacity: 0.8; }
<p style="color:#472A17;opacity:0.8;">80%</p>
Text with #472A17 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #472A17;}
<p style="text-shadow: 3px 3px 1px #472A17">Text here.</p>
This text has shadow with #472A17 color.
.textShadow {text-shadow: 3px 3px 1px #472A17', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #472A17, 5px 5px 20px red">Text here.</p>
This text has shadow with #472A17 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#472A17, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#472A17, Direction=45, Strength=4)">Text</p>
This text has shadow with #472A17 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #472A17;
-webkit-box-shadow: 1px 1px 3px 2px #472A17;
box-shadow: 1px 1px 3px 2px #472A17;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #472A17; -webkit-box-shadow: 1px 1px 3px 2px #472A17; box-shadow:1px 1px 3px 2px #472A17;">
Div content here
</div>
This text has color #472A17 on black background.
This text has color #472A17 on white background.
This text has black color on #472A17 background.
This text has white color on #472A17 background.
Complementary color for #hex is #B8D5E8.