HEX: #47506F
RGB: (71,80,111)
#47506F contains red, green and blue colors in about the same proportion. Web safe color of #47506F is #336666 (or #366).
#47506F color RGB value is (71,80,111).
RGB: (71,80,111)
(28%, 31%, 44%)
R 71 of 255 = 28%
G 80 of 255 = 31%
B 111 of 255 = 44%
R + G + B ~ 34%. #47506F is quite dark color.
R + G + B = 71 + 80 + 111 = 262 (100%)
R 71 of 262 ~ 27.1%
G 80 of 262 ~ 30.53%
B 111 of 262 ~ 42.37'%
#47506F color CMYK value is (36,28,0,56).
CMYK: (36,28,0,56)
C36M28Y0K56 (36%, 28%, 0%, 56%)
(0.36 / 0.28 / 0.00 / 0.56)
Color #47506F in popluar color models
47 | 50 | 6F | |
---|---|---|---|
RGB | 71 | 80 | 111 |
HSL | 227° | 21.98% | 35.69% |
HSB/HSV | 227° | 36.04% | 43.53% |
CMYK | 36.04% | 27.93% | 0.00% |
56.47% |
Color #47506F in popluar number systems.
HEX | 47 | 50 | 6F |
Decimal | 71 | 80 | 111 |
Binary | 1000111 | 1010000 | 1101111 |
Octal | 107 | 120 | 157 |
Shades of #47506F
Tints of #47506F
Examples of css and html codes for elements with #47506F color. Also use rgb(71,80,111) instead hex code.
.myTextColor { color: #47506F; }
<p style="color:#47506F">This sample text font color is #47506F.</p>
This text font color is #47506F.
.myBgColor { background-color: #47506F; }
<div style="background-color:#47506F">Inner text</div>
This div background color is #47506F.
.myBorderColor { border: 1px solid #47506F; }
<div style="border:3px solid #47506F">Div</div>
This div border color is #47506F.
.myOpacity80 { color: #47506F; opacity: 0.8; }
<p style="color:#47506F;opacity:0.8;">80%</p>
Text with #47506F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47506F;}
<p style="text-shadow: 3px 3px 1px #47506F">Text here.</p>
This text has shadow with #47506F color.
.textShadow {text-shadow: 3px 3px 1px #47506F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47506F, 5px 5px 20px red">Text here.</p>
This text has shadow with #47506F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47506F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47506F, Direction=45, Strength=4)">Text</p>
This text has shadow with #47506F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47506F;
-webkit-box-shadow: 1px 1px 3px 2px #47506F;
box-shadow: 1px 1px 3px 2px #47506F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47506F; -webkit-box-shadow: 1px 1px 3px 2px #47506F; box-shadow:1px 1px 3px 2px #47506F;">
Div content here
</div>
This text has color #47506F on black background.
This text has color #47506F on white background.
This text has black color on #47506F background.
This text has white color on #47506F background.
Complementary color for #hex is #B8AF90.