HEX: #474941
RGB: (71,73,65)
#474941 contains red, green and blue colors in about the same proportion. Web safe color of #474941 is #333333 (or #333).
#474941 color RGB value is (71,73,65).
RGB: (71,73,65)
(28%, 29%, 25%)
R 71 of 255 = 28%
G 73 of 255 = 29%
B 65 of 255 = 25%
R + G + B ~ 27%. #474941 is quite dark color.
R + G + B = 71 + 73 + 65 = 209 (100%)
R 71 of 209 ~ 33.97%
G 73 of 209 ~ 34.93%
B 65 of 209 ~ 31.1'%
#474941 color CMYK value is (3,0,11,71).
CMYK: (3,0,11,71)
C3M0Y11K71 (3%, 0%, 11%, 71%)
(0.03 / 0.00 / 0.11 / 0.71)
Color #474941 in popluar color models
47 | 49 | 41 | |
---|---|---|---|
RGB | 71 | 73 | 65 |
HSL | 75° | 5.80% | 27.06% |
HSB/HSV | 75° | 10.96% | 28.63% |
CMYK | 2.74% | 0.00% | 10.96% |
71.37% |
Color #474941 in popluar number systems.
HEX | 47 | 49 | 41 |
Decimal | 71 | 73 | 65 |
Binary | 1000111 | 1001001 | 1000001 |
Octal | 107 | 111 | 101 |
Shades of #474941
Tints of #474941
Examples of css and html codes for elements with #474941 color. Also use rgb(71,73,65) instead hex code.
.myTextColor { color: #474941; }
<p style="color:#474941">This sample text font color is #474941.</p>
This text font color is #474941.
.myBgColor { background-color: #474941; }
<div style="background-color:#474941">Inner text</div>
This div background color is #474941.
.myBorderColor { border: 1px solid #474941; }
<div style="border:3px solid #474941">Div</div>
This div border color is #474941.
.myOpacity80 { color: #474941; opacity: 0.8; }
<p style="color:#474941;opacity:0.8;">80%</p>
Text with #474941 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474941;}
<p style="text-shadow: 3px 3px 1px #474941">Text here.</p>
This text has shadow with #474941 color.
.textShadow {text-shadow: 3px 3px 1px #474941', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474941, 5px 5px 20px red">Text here.</p>
This text has shadow with #474941 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474941, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474941, Direction=45, Strength=4)">Text</p>
This text has shadow with #474941 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #474941;
-webkit-box-shadow: 1px 1px 3px 2px #474941;
box-shadow: 1px 1px 3px 2px #474941;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #474941; -webkit-box-shadow: 1px 1px 3px 2px #474941; box-shadow:1px 1px 3px 2px #474941;">
Div content here
</div>
This text has color #474941 on black background.
This text has color #474941 on white background.
This text has black color on #474941 background.
This text has white color on #474941 background.
Complementary color for #hex is #B8B6BE.