HEX: #47595F
RGB: (71,89,95)
#47595F contains red, green and blue colors in about the same proportion. Web safe color of #47595F is #336666 (or #366).
#47595F color RGB value is (71,89,95).
RGB: (71,89,95)
(28%, 35%, 37%)
R 71 of 255 = 28%
G 89 of 255 = 35%
B 95 of 255 = 37%
R + G + B ~ 33%. #47595F is quite dark color.
R + G + B = 71 + 89 + 95 = 255 (100%)
R 71 of 255 ~ 27.84%
G 89 of 255 ~ 34.9%
B 95 of 255 ~ 37.25'%
#47595F color CMYK value is (25,6,0,63).
CMYK: (25,6,0,63)
C25M6Y0K63 (25%, 6%, 0%, 63%)
(0.25 / 0.06 / 0.00 / 0.63)
Color #47595F in popluar color models
47 | 59 | 5F | |
---|---|---|---|
RGB | 71 | 89 | 95 |
HSL | 195° | 14.46% | 32.55% |
HSB/HSV | 195° | 25.26% | 37.25% |
CMYK | 25.26% | 6.32% | 0.00% |
62.75% |
Color #47595F in popluar number systems.
HEX | 47 | 59 | 5F |
Decimal | 71 | 89 | 95 |
Binary | 1000111 | 1011001 | 1011111 |
Octal | 107 | 131 | 137 |
Shades of #47595F
Tints of #47595F
Examples of css and html codes for elements with #47595F color. Also use rgb(71,89,95) instead hex code.
.myTextColor { color: #47595F; }
<p style="color:#47595F">This sample text font color is #47595F.</p>
This text font color is #47595F.
.myBgColor { background-color: #47595F; }
<div style="background-color:#47595F">Inner text</div>
This div background color is #47595F.
.myBorderColor { border: 1px solid #47595F; }
<div style="border:3px solid #47595F">Div</div>
This div border color is #47595F.
.myOpacity80 { color: #47595F; opacity: 0.8; }
<p style="color:#47595F;opacity:0.8;">80%</p>
Text with #47595F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47595F;}
<p style="text-shadow: 3px 3px 1px #47595F">Text here.</p>
This text has shadow with #47595F color.
.textShadow {text-shadow: 3px 3px 1px #47595F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47595F, 5px 5px 20px red">Text here.</p>
This text has shadow with #47595F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47595F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47595F, Direction=45, Strength=4)">Text</p>
This text has shadow with #47595F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47595F;
-webkit-box-shadow: 1px 1px 3px 2px #47595F;
box-shadow: 1px 1px 3px 2px #47595F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47595F; -webkit-box-shadow: 1px 1px 3px 2px #47595F; box-shadow:1px 1px 3px 2px #47595F;">
Div content here
</div>
This text has color #47595F on black background.
This text has color #47595F on white background.
This text has black color on #47595F background.
This text has white color on #47595F background.
Complementary color for #hex is #B8A6A0.