HEX: #474334
RGB: (71,67,52)
#474334 contains red, green and blue colors in about the same proportion. Web safe color of #474334 is #333333 (or #333).
#474334 color RGB value is (71,67,52).
RGB: (71,67,52) (28%,26%,20%)
R 71 of 255 = 28%
G 67 of 255 = 26%
B 52 of 255 = 20%
R + G + B ~ 25%. #474334 is quite dark color.
R + G + B =
71 + 67 + 52 = 190 (100%)
R 71 of 190 ~ 37.37%
G 67 of 190 ~ 35.26%
B 52 of 190 ~ 27.37%
#474334 color CMYK value is (0,6,27,72).
CMYK: (0,6,27,72) C0M6Y27K72 (0%,6%,27%,72%) (0.00/0.06/0.27/0.72)
47 | 43 | 34 | |
---|---|---|---|
RGB | 71 | 67 | 52 |
HSL | 47° | 15.45% | 24.12% |
HSB/HSV | 47° | 26.76% | 27.84% |
CMYK | 0.00% | 5.63% | 26.76% |
72.16% |
HEX | 47 | 43 | 34 |
Decimal | 71 | 67 | 52 |
Binary | 1000111 | 1000011 | 110100 |
Octal | 107 | 103 | 64 |
Examples of css and html codes for elements with #474334 color. Also use rgb(71,67,52) instead hex code.
.myTextColor { color: #474334; }
<p style="color:#474334">This sample text font color is #474334.</p>
This text font color is #474334.
.myBgColor { background-color: #474334; }
<div style="background-color:#474334">Inner text</div>
This div background color is #474334.
.myBorderColor { border: 1px solid #474334; }
<div style="border:3px solid #474334">Div</div>
This div border color is #474334.
.myOpacity80 { color: #474334; opacity: 0.8; }
<p style="color:#474334;opacity:0.8;">80%</p>
Text with #474334 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474334;}
<p style="text-shadow: 3px 3px 1px #474334">Text here.</p>
This text has shadow with #474334 color.
.textShadow {text-shadow: 3px 3px 1px #474334, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474334, 5px 5px 20px red">Text here.</p>
This text has shadow with #474334 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474334, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474334, Direction=45, Strength=4)">Text</p>
This text has shadow with #474334 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #474334; -webkit-box-shadow: 1px 1px 3px 2px #474334; box-shadow: 1px 1px 3px 2px #474334; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #474334; -webkit-box-shadow: 1px 1px 3px 2px #474334; box-shadow:1px 1px 3px 2px #474334;">
Div content here</div>
This text has color #474334 on black background.
This text has color #474334 on white background.
This text has black color on #474334 background.
This text has white color on #474334 background.