HEX: #47422A
RGB: (71,66,42)
#47422A contains red, green and blue colors in about the same proportion. Web safe color of #47422A is #333333 (or #333).
#47422A color RGB value is (71,66,42).
RGB: (71,66,42)
(28%, 26%, 16%)
R 71 of 255 = 28%
G 66 of 255 = 26%
B 42 of 255 = 16%
R + G + B ~ 23%. #47422A is dark color.
R + G + B = 71 + 66 + 42 = 179 (100%)
R 71 of 179 ~ 39.66%
G 66 of 179 ~ 36.87%
B 42 of 179 ~ 23.46'%
#47422A color CMYK value is (0,7,41,72).
CMYK: (0,7,41,72)
C0M7Y41K72 (0%, 7%, 41%, 72%)
(0.00 / 0.07 / 0.41 / 0.72)
Color #47422A in popluar color models
47 | 42 | 2A | |
---|---|---|---|
RGB | 71 | 66 | 42 |
HSL | 50° | 25.66% | 22.16% |
HSB/HSV | 50° | 40.85% | 27.84% |
CMYK | 0.00% | 7.04% | 40.85% |
72.16% |
Color #47422A in popluar number systems.
HEX | 47 | 42 | 2A |
Decimal | 71 | 66 | 42 |
Binary | 1000111 | 1000010 | 101010 |
Octal | 107 | 102 | 52 |
Shades of #47422A
Tints of #47422A
Examples of css and html codes for elements with #47422A color. Also use rgb(71,66,42) instead hex code.
.myTextColor { color: #47422A; }
<p style="color:#47422A">This sample text font color is #47422A.</p>
This text font color is #47422A.
.myBgColor { background-color: #47422A; }
<div style="background-color:#47422A">Inner text</div>
This div background color is #47422A.
.myBorderColor { border: 1px solid #47422A; }
<div style="border:3px solid #47422A">Div</div>
This div border color is #47422A.
.myOpacity80 { color: #47422A; opacity: 0.8; }
<p style="color:#47422A;opacity:0.8;">80%</p>
Text with #47422A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47422A;}
<p style="text-shadow: 3px 3px 1px #47422A">Text here.</p>
This text has shadow with #47422A color.
.textShadow {text-shadow: 3px 3px 1px #47422A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47422A, 5px 5px 20px red">Text here.</p>
This text has shadow with #47422A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47422A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47422A, Direction=45, Strength=4)">Text</p>
This text has shadow with #47422A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47422A;
-webkit-box-shadow: 1px 1px 3px 2px #47422A;
box-shadow: 1px 1px 3px 2px #47422A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47422A; -webkit-box-shadow: 1px 1px 3px 2px #47422A; box-shadow:1px 1px 3px 2px #47422A;">
Div content here
</div>
This text has color #47422A on black background.
This text has color #47422A on white background.
This text has black color on #47422A background.
This text has white color on #47422A background.
Complementary color for #hex is #B8BDD5.