HEX: #473328
RGB: (71,51,40)
#473328 contains red, green and blue colors in about the same proportion. Web safe color of #473328 is #333333 (or #333).
#473328 color RGB value is (71,51,40).
RGB: (71,51,40) (28%,20%,16%)
R 71 of 255 = 28%
G 51 of 255 = 20%
B 40 of 255 = 16%
R + G + B ~ 21%. #473328 is dark color.
R + G + B =
71 + 51 + 40 = 162 (100%)
R 71 of 162 ~ 43.83%
G 51 of 162 ~ 31.48%
B 40 of 162 ~ 24.69%
#473328 color CMYK value is (0,28,44,72).
CMYK: (0,28,44,72) C0M28Y44K72 (0%,28%,44%,72%) (0.00/0.28/0.44/0.72)
47 | 33 | 28 | |
---|---|---|---|
RGB | 71 | 51 | 40 |
HSL | 21° | 27.93% | 21.76% |
HSB/HSV | 21° | 43.66% | 27.84% |
CMYK | 0.00% | 28.17% | 43.66% |
72.16% |
HEX | 47 | 33 | 28 |
Decimal | 71 | 51 | 40 |
Binary | 1000111 | 110011 | 101000 |
Octal | 107 | 63 | 50 |
Examples of css and html codes for elements with #473328 color. Also use rgb(71,51,40) instead hex code.
.myTextColor { color: #473328; }
<p style="color:#473328">This sample text font color is #473328.</p>
This text font color is #473328.
.myBgColor { background-color: #473328; }
<div style="background-color:#473328">Inner text</div>
This div background color is #473328.
.myBorderColor { border: 1px solid #473328; }
<div style="border:3px solid #473328">Div</div>
This div border color is #473328.
.myOpacity80 { color: #473328; opacity: 0.8; }
<p style="color:#473328;opacity:0.8;">80%</p>
Text with #473328 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473328;}
<p style="text-shadow: 3px 3px 1px #473328">Text here.</p>
This text has shadow with #473328 color.
.textShadow {text-shadow: 3px 3px 1px #473328, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473328, 5px 5px 20px red">Text here.</p>
This text has shadow with #473328 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473328, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473328, Direction=45, Strength=4)">Text</p>
This text has shadow with #473328 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #473328; -webkit-box-shadow: 1px 1px 3px 2px #473328; box-shadow: 1px 1px 3px 2px #473328; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #473328; -webkit-box-shadow: 1px 1px 3px 2px #473328; box-shadow:1px 1px 3px 2px #473328;">
Div content here</div>
This text has color #473328 on black background.
This text has color #473328 on white background.
This text has black color on #473328 background.
This text has white color on #473328 background.