HEX: #472E09
RGB: (71,46,9)
#472E09 contains mainly red and green colors. Web safe color of #472E09 is #333300 (or #330).
#472E09 color RGB value is (71,46,9).
RGB: (71,46,9)
(28%, 18%, 4%)
R 71 of 255 = 28%
G 46 of 255 = 18%
B 9 of 255 = 4%
R + G + B ~ 17%. #472E09 is dark color.
R + G + B = 71 + 46 + 9 = 126 (100%)
R 71 of 126 ~ 56.35%
G 46 of 126 ~ 36.51%
B 9 of 126 ~ 7.14'%
#472E09 color CMYK value is (0,35,87,72).
CMYK: (0,35,87,72)
C0M35Y87K72 (0%, 35%, 87%, 72%)
(0.00 / 0.35 / 0.87 / 0.72)
Color #472E09 in popluar color models
47 | 2E | 09 | |
---|---|---|---|
RGB | 71 | 46 | 9 |
HSL | 36° | 77.50% | 15.69% |
HSB/HSV | 36° | 87.32% | 27.84% |
CMYK | 0.00% | 35.21% | 87.32% |
72.16% |
Color #472E09 in popluar number systems.
HEX | 47 | 2E | 09 |
Decimal | 71 | 46 | 9 |
Binary | 1000111 | 101110 | 1001 |
Octal | 107 | 56 | 11 |
Shades of #472E09
Tints of #472E09
Examples of css and html codes for elements with #472E09 color. Also use rgb(71,46,9) instead hex code.
.myTextColor { color: #472E09; }
<p style="color:#472E09">This sample text font color is #472E09.</p>
This text font color is #472E09.
.myBgColor { background-color: #472E09; }
<div style="background-color:#472E09">Inner text</div>
This div background color is #472E09.
.myBorderColor { border: 1px solid #472E09; }
<div style="border:3px solid #472E09">Div</div>
This div border color is #472E09.
.myOpacity80 { color: #472E09; opacity: 0.8; }
<p style="color:#472E09;opacity:0.8;">80%</p>
Text with #472E09 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #472E09;}
<p style="text-shadow: 3px 3px 1px #472E09">Text here.</p>
This text has shadow with #472E09 color.
.textShadow {text-shadow: 3px 3px 1px #472E09', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #472E09, 5px 5px 20px red">Text here.</p>
This text has shadow with #472E09 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#472E09, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#472E09, Direction=45, Strength=4)">Text</p>
This text has shadow with #472E09 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #472E09;
-webkit-box-shadow: 1px 1px 3px 2px #472E09;
box-shadow: 1px 1px 3px 2px #472E09;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #472E09; -webkit-box-shadow: 1px 1px 3px 2px #472E09; box-shadow:1px 1px 3px 2px #472E09;">
Div content here
</div>
This text has color #472E09 on black background.
This text has color #472E09 on white background.
This text has black color on #472E09 background.
This text has white color on #472E09 background.
Complementary color for #hex is #B8D1F6.