HEX: #47574F
RGB: (71,87,79)
#47574F contains red, green and blue colors in about the same proportion. Web safe color of #47574F is #336666 (or #366).
#47574F color RGB value is (71,87,79).
RGB: (71,87,79)
(28%, 34%, 31%)
R 71 of 255 = 28%
G 87 of 255 = 34%
B 79 of 255 = 31%
R + G + B ~ 31%. #47574F is quite dark color.
R + G + B = 71 + 87 + 79 = 237 (100%)
R 71 of 237 ~ 29.96%
G 87 of 237 ~ 36.71%
B 79 of 237 ~ 33.33'%
#47574F color CMYK value is (18,0,9,66).
CMYK: (18,0,9,66) C18M0Y9K66 (18%,0%,9%,66%) (0.18/0.00/0.09/0.66)
Color #47574F in popluar color models
47 | 57 | 4F | |
---|---|---|---|
RGB | 71 | 87 | 79 |
HSL | 150° | 10.13% | 30.98% |
HSB/HSV | 150° | 18.39% | 34.12% |
CMYK | 18.39% | 0.00% | 9.20% |
65.88% |
Color #47574F in popluar number systems.
HEX | 47 | 57 | 4F |
Decimal | 71 | 87 | 79 |
Binary | 1000111 | 1010111 | 1001111 |
Octal | 107 | 127 | 117 |
Shades of #47574F
Tints of #47574F
Examples of css and html codes for elements with #47574F color. Also use rgb(71,87,79) instead hex code.
.myTextColor { color: #47574F; }
<p style="color:#47574F">This sample text font color is #47574F.</p>
This text font color is #47574F.
.myBgColor { background-color: #47574F; }
<div style="background-color:#47574F">Inner text</div>
This div background color is #47574F.
.myBorderColor { border: 1px solid #47574F; }
<div style="border:3px solid #47574F">Div</div>
This div border color is #47574F.
.myOpacity80 { color: #47574F; opacity: 0.8; }
<p style="color:#47574F;opacity:0.8;">80%</p>
Text with #47574F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47574F;}
<p style="text-shadow: 3px 3px 1px #47574F">Text here.</p>
This text has shadow with #47574F color.
.textShadow {text-shadow: 3px 3px 1px #47574F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47574F, 5px 5px 20px red">Text here.</p>
This text has shadow with #47574F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47574F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47574F, Direction=45, Strength=4)">Text</p>
This text has shadow with #47574F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47574F;
-webkit-box-shadow: 1px 1px 3px 2px #47574F;
box-shadow: 1px 1px 3px 2px #47574F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47574F; -webkit-box-shadow: 1px 1px 3px 2px #47574F; box-shadow:1px 1px 3px 2px #47574F;">
Div content here
</div>
This text has color #47574F on black background.
This text has color #47574F on white background.
This text has black color on #47574F background.
This text has white color on #47574F background.
Complementary color for #hex is #B8A8B0.