HEX: #473229
RGB: (71,50,41)
#473229 contains red, green and blue colors in about the same proportion. Web safe color of #473229 is #333333 (or #333).
#473229 color RGB value is (71,50,41).
RGB: (71,50,41)
(28%, 20%, 16%)
R 71 of 255 = 28%
G 50 of 255 = 20%
B 41 of 255 = 16%
R + G + B ~ 21%. #473229 is dark color.
R + G + B = 71 + 50 + 41 = 162 (100%)
R 71 of 162 ~ 43.83%
G 50 of 162 ~ 30.86%
B 41 of 162 ~ 25.31'%
#473229 color CMYK value is (0,30,42,72).
CMYK: (0,30,42,72)
C0M30Y42K72 (0%, 30%, 42%, 72%)
(0.00 / 0.30 / 0.42 / 0.72)
Color #473229 in popluar color models
47 | 32 | 29 | |
---|---|---|---|
RGB | 71 | 50 | 41 |
HSL | 18° | 26.79% | 21.96% |
HSB/HSV | 18° | 42.25% | 27.84% |
CMYK | 0.00% | 29.58% | 42.25% |
72.16% |
Color #473229 in popluar number systems.
HEX | 47 | 32 | 29 |
Decimal | 71 | 50 | 41 |
Binary | 1000111 | 110010 | 101001 |
Octal | 107 | 62 | 51 |
Shades of #473229
Tints of #473229
Examples of css and html codes for elements with #473229 color. Also use rgb(71,50,41) instead hex code.
.myTextColor { color: #473229; }
<p style="color:#473229">This sample text font color is #473229.</p>
This text font color is #473229.
.myBgColor { background-color: #473229; }
<div style="background-color:#473229">Inner text</div>
This div background color is #473229.
.myBorderColor { border: 1px solid #473229; }
<div style="border:3px solid #473229">Div</div>
This div border color is #473229.
.myOpacity80 { color: #473229; opacity: 0.8; }
<p style="color:#473229;opacity:0.8;">80%</p>
Text with #473229 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473229;}
<p style="text-shadow: 3px 3px 1px #473229">Text here.</p>
This text has shadow with #473229 color.
.textShadow {text-shadow: 3px 3px 1px #473229', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473229, 5px 5px 20px red">Text here.</p>
This text has shadow with #473229 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473229, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473229, Direction=45, Strength=4)">Text</p>
This text has shadow with #473229 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #473229;
-webkit-box-shadow: 1px 1px 3px 2px #473229;
box-shadow: 1px 1px 3px 2px #473229;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #473229; -webkit-box-shadow: 1px 1px 3px 2px #473229; box-shadow:1px 1px 3px 2px #473229;">
Div content here
</div>
This text has color #473229 on black background.
This text has color #473229 on white background.
This text has black color on #473229 background.
This text has white color on #473229 background.
Complementary color for #hex is #B8CDD6.