HEX: #47541C
RGB: (71,84,28)
#47541C contains red, green and blue colors in about the same proportion. Web safe color of #47541C is #336633 (or #363).
#47541C color RGB value is (71,84,28).
RGB: (71,84,28)
(28%, 33%, 11%)
R 71 of 255 = 28%
G 84 of 255 = 33%
B 28 of 255 = 11%
R + G + B ~ 24%. #47541C is dark color.
R + G + B = 71 + 84 + 28 = 183 (100%)
R 71 of 183 ~ 38.8%
G 84 of 183 ~ 45.9%
B 28 of 183 ~ 15.3'%
#47541C color CMYK value is (15,0,67,67).
CMYK: (15,0,67,67)
C15M0Y67K67 (15%, 0%, 67%, 67%)
(0.15 / 0.00 / 0.67 / 0.67)
Color #47541C in popluar color models
47 | 54 | 1C | |
---|---|---|---|
RGB | 71 | 84 | 28 |
HSL | 74° | 50.00% | 21.96% |
HSB/HSV | 74° | 66.67% | 32.94% |
CMYK | 15.48% | 0.00% | 66.67% |
67.06% |
Color #47541C in popluar number systems.
HEX | 47 | 54 | 1C |
Decimal | 71 | 84 | 28 |
Binary | 1000111 | 1010100 | 11100 |
Octal | 107 | 124 | 34 |
Shades of #47541C
Tints of #47541C
Examples of css and html codes for elements with #47541C color. Also use rgb(71,84,28) instead hex code.
.myTextColor { color: #47541C; }
<p style="color:#47541C">This sample text font color is #47541C.</p>
This text font color is #47541C.
.myBgColor { background-color: #47541C; }
<div style="background-color:#47541C">Inner text</div>
This div background color is #47541C.
.myBorderColor { border: 1px solid #47541C; }
<div style="border:3px solid #47541C">Div</div>
This div border color is #47541C.
.myOpacity80 { color: #47541C; opacity: 0.8; }
<p style="color:#47541C;opacity:0.8;">80%</p>
Text with #47541C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47541C;}
<p style="text-shadow: 3px 3px 1px #47541C">Text here.</p>
This text has shadow with #47541C color.
.textShadow {text-shadow: 3px 3px 1px #47541C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47541C, 5px 5px 20px red">Text here.</p>
This text has shadow with #47541C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47541C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47541C, Direction=45, Strength=4)">Text</p>
This text has shadow with #47541C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47541C;
-webkit-box-shadow: 1px 1px 3px 2px #47541C;
box-shadow: 1px 1px 3px 2px #47541C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47541C; -webkit-box-shadow: 1px 1px 3px 2px #47541C; box-shadow:1px 1px 3px 2px #47541C;">
Div content here
</div>
This text has color #47541C on black background.
This text has color #47541C on white background.
This text has black color on #47541C background.
This text has white color on #47541C background.
Complementary color for #hex is #B8ABE3.