HEX: #47465D
RGB: (71,70,93)
#47465D contains red, green and blue colors in about the same proportion. Web safe color of #47465D is #333366 (or #336).
#47465D color RGB value is (71,70,93).
RGB: (71,70,93)
(28%, 27%, 36%)
R 71 of 255 = 28%
G 70 of 255 = 27%
B 93 of 255 = 36%
R + G + B ~ 30%. #47465D is quite dark color.
R + G + B = 71 + 70 + 93 = 234 (100%)
R 71 of 234 ~ 30.34%
G 70 of 234 ~ 29.91%
B 93 of 234 ~ 39.74'%
#47465D color CMYK value is (24,25,0,64).
CMYK: (24,25,0,64)
C24M25Y0K64 (24%, 25%, 0%, 64%)
(0.24 / 0.25 / 0.00 / 0.64)
Color #47465D in popluar color models
47 | 46 | 5D | |
---|---|---|---|
RGB | 71 | 70 | 93 |
HSL | 243° | 14.11% | 31.96% |
HSB/HSV | 243° | 24.73% | 36.47% |
CMYK | 23.66% | 24.73% | 0.00% |
63.53% |
Color #47465D in popluar number systems.
HEX | 47 | 46 | 5D |
Decimal | 71 | 70 | 93 |
Binary | 1000111 | 1000110 | 1011101 |
Octal | 107 | 106 | 135 |
Shades of #47465D
Tints of #47465D
Examples of css and html codes for elements with #47465D color. Also use rgb(71,70,93) instead hex code.
.myTextColor { color: #47465D; }
<p style="color:#47465D">This sample text font color is #47465D.</p>
This text font color is #47465D.
.myBgColor { background-color: #47465D; }
<div style="background-color:#47465D">Inner text</div>
This div background color is #47465D.
.myBorderColor { border: 1px solid #47465D; }
<div style="border:3px solid #47465D">Div</div>
This div border color is #47465D.
.myOpacity80 { color: #47465D; opacity: 0.8; }
<p style="color:#47465D;opacity:0.8;">80%</p>
Text with #47465D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47465D;}
<p style="text-shadow: 3px 3px 1px #47465D">Text here.</p>
This text has shadow with #47465D color.
.textShadow {text-shadow: 3px 3px 1px #47465D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47465D, 5px 5px 20px red">Text here.</p>
This text has shadow with #47465D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47465D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47465D, Direction=45, Strength=4)">Text</p>
This text has shadow with #47465D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47465D;
-webkit-box-shadow: 1px 1px 3px 2px #47465D;
box-shadow: 1px 1px 3px 2px #47465D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47465D; -webkit-box-shadow: 1px 1px 3px 2px #47465D; box-shadow:1px 1px 3px 2px #47465D;">
Div content here
</div>
This text has color #47465D on black background.
This text has color #47465D on white background.
This text has black color on #47465D background.
This text has white color on #47465D background.
Complementary color for #hex is #B8B9A2.