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