HEX: #47535D
RGB: (71,83,93)
#47535D contains red, green and blue colors in about the same proportion. Web safe color of #47535D is #336666 (or #366).
#47535D color RGB value is (71,83,93).
RGB: (71,83,93)
(28%, 33%, 36%)
R 71 of 255 = 28%
G 83 of 255 = 33%
B 93 of 255 = 36%
R + G + B ~ 32%. #47535D is quite dark color.
R + G + B = 71 + 83 + 93 = 247 (100%)
R 71 of 247 ~ 28.74%
G 83 of 247 ~ 33.6%
B 93 of 247 ~ 37.65'%
#47535D color CMYK value is (24,11,0,64).
CMYK: (24,11,0,64) C24M11Y0K64 (24%,11%,0%,64%) (0.24/0.11/0.00/0.64)
Color #47535D in popluar color models
47 | 53 | 5D | |
---|---|---|---|
RGB | 71 | 83 | 93 |
HSL | 207° | 13.41% | 32.16% |
HSB/HSV | 207° | 23.66% | 36.47% |
CMYK | 23.66% | 10.75% | 0.00% |
63.53% |
Color #47535D in popluar number systems.
HEX | 47 | 53 | 5D |
Decimal | 71 | 83 | 93 |
Binary | 1000111 | 1010011 | 1011101 |
Octal | 107 | 123 | 135 |
Shades of #47535D
Tints of #47535D
Examples of css and html codes for elements with #47535D color. Also use rgb(71,83,93) instead hex code.
.myTextColor { color: #47535D; }
<p style="color:#47535D">This sample text font color is #47535D.</p>
This text font color is #47535D.
.myBgColor { background-color: #47535D; }
<div style="background-color:#47535D">Inner text</div>
This div background color is #47535D.
.myBorderColor { border: 1px solid #47535D; }
<div style="border:3px solid #47535D">Div</div>
This div border color is #47535D.
.myOpacity80 { color: #47535D; opacity: 0.8; }
<p style="color:#47535D;opacity:0.8;">80%</p>
Text with #47535D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47535D;}
<p style="text-shadow: 3px 3px 1px #47535D">Text here.</p>
This text has shadow with #47535D color.
.textShadow {text-shadow: 3px 3px 1px #47535D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47535D, 5px 5px 20px red">Text here.</p>
This text has shadow with #47535D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47535D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47535D, Direction=45, Strength=4)">Text</p>
This text has shadow with #47535D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47535D;
-webkit-box-shadow: 1px 1px 3px 2px #47535D;
box-shadow: 1px 1px 3px 2px #47535D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47535D; -webkit-box-shadow: 1px 1px 3px 2px #47535D; box-shadow:1px 1px 3px 2px #47535D;">
Div content here
</div>
This text has color #47535D on black background.
This text has color #47535D on white background.
This text has black color on #47535D background.
This text has white color on #47535D background.
Complementary color for #hex is #B8ACA2.