HEX: #474541
RGB: (71,69,65)
#474541 contains red, green and blue colors in about the same proportion. Web safe color of #474541 is #333333 (or #333).
#474541 color RGB value is (71,69,65).
RGB: (71,69,65) (28%,27%,25%)
R 71 of 255 = 28%
G 69 of 255 = 27%
B 65 of 255 = 25%
R + G + B ~ 27%. #474541 is quite dark color.
R + G + B =
71 + 69 + 65 = 205 (100%)
R 71 of 205 ~ 34.63%
G 69 of 205 ~ 33.66%
B 65 of 205 ~ 31.71%
#474541 color CMYK value is (0,3,8,72).
CMYK: (0,3,8,72) C0M3Y8K72 (0%,3%,8%,72%) (0.00/0.03/0.08/0.72)
47 | 45 | 41 | |
---|---|---|---|
RGB | 71 | 69 | 65 |
HSL | 40° | 4.41% | 26.67% |
HSB/HSV | 40° | 8.45% | 27.84% |
CMYK | 0.00% | 2.82% | 8.45% |
72.16% |
HEX | 47 | 45 | 41 |
Decimal | 71 | 69 | 65 |
Binary | 1000111 | 1000101 | 1000001 |
Octal | 107 | 105 | 101 |
Examples of css and html codes for elements with #474541 color. Also use rgb(71,69,65) instead hex code.
.myTextColor { color: #474541; }
<p style="color:#474541">This sample text font color is #474541.</p>
This text font color is #474541.
.myBgColor { background-color: #474541; }
<div style="background-color:#474541">Inner text</div>
This div background color is #474541.
.myBorderColor { border: 1px solid #474541; }
<div style="border:3px solid #474541">Div</div>
This div border color is #474541.
.myOpacity80 { color: #474541; opacity: 0.8; }
<p style="color:#474541;opacity:0.8;">80%</p>
Text with #474541 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474541;}
<p style="text-shadow: 3px 3px 1px #474541">Text here.</p>
This text has shadow with #474541 color.
.textShadow {text-shadow: 3px 3px 1px #474541, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474541, 5px 5px 20px red">Text here.</p>
This text has shadow with #474541 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474541, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474541, Direction=45, Strength=4)">Text</p>
This text has shadow with #474541 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #474541; -webkit-box-shadow: 1px 1px 3px 2px #474541; box-shadow: 1px 1px 3px 2px #474541; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #474541; -webkit-box-shadow: 1px 1px 3px 2px #474541; box-shadow:1px 1px 3px 2px #474541;">
Div content here</div>
This text has color #474541 on black background.
This text has color #474541 on white background.
This text has black color on #474541 background.
This text has white color on #474541 background.