HEX: #47516D
RGB: (71,81,109)
#47516D contains red, green and blue colors in about the same proportion. Web safe color of #47516D is #336666 (or #366).
#47516D color RGB value is (71,81,109).
RGB: (71,81,109)
(28%, 32%, 43%)
R 71 of 255 = 28%
G 81 of 255 = 32%
B 109 of 255 = 43%
R + G + B ~ 34%. #47516D is quite dark color.
R + G + B = 71 + 81 + 109 = 261 (100%)
R 71 of 261 ~ 27.2%
G 81 of 261 ~ 31.03%
B 109 of 261 ~ 41.76'%
#47516D color CMYK value is (35,26,0,57).
CMYK: (35,26,0,57) C35M26Y0K57 (35%,26%,0%,57%) (0.35/0.26/0.00/0.57)
Color #47516D in popluar color models
47 | 51 | 6D | |
---|---|---|---|
RGB | 71 | 81 | 109 |
HSL | 224° | 21.11% | 35.29% |
HSB/HSV | 224° | 34.86% | 42.75% |
CMYK | 34.86% | 25.69% | 0.00% |
57.25% |
Color #47516D in popluar number systems.
HEX | 47 | 51 | 6D |
Decimal | 71 | 81 | 109 |
Binary | 1000111 | 1010001 | 1101101 |
Octal | 107 | 121 | 155 |
Shades of #47516D
Tints of #47516D
Examples of css and html codes for elements with #47516D color. Also use rgb(71,81,109) instead hex code.
.myTextColor { color: #47516D; }
<p style="color:#47516D">This sample text font color is #47516D.</p>
This text font color is #47516D.
.myBgColor { background-color: #47516D; }
<div style="background-color:#47516D">Inner text</div>
This div background color is #47516D.
.myBorderColor { border: 1px solid #47516D; }
<div style="border:3px solid #47516D">Div</div>
This div border color is #47516D.
.myOpacity80 { color: #47516D; opacity: 0.8; }
<p style="color:#47516D;opacity:0.8;">80%</p>
Text with #47516D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47516D;}
<p style="text-shadow: 3px 3px 1px #47516D">Text here.</p>
This text has shadow with #47516D color.
.textShadow {text-shadow: 3px 3px 1px #47516D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47516D, 5px 5px 20px red">Text here.</p>
This text has shadow with #47516D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47516D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47516D, Direction=45, Strength=4)">Text</p>
This text has shadow with #47516D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47516D;
-webkit-box-shadow: 1px 1px 3px 2px #47516D;
box-shadow: 1px 1px 3px 2px #47516D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47516D; -webkit-box-shadow: 1px 1px 3px 2px #47516D; box-shadow:1px 1px 3px 2px #47516D;">
Div content here
</div>
This text has color #47516D on black background.
This text has color #47516D on white background.
This text has black color on #47516D background.
This text has white color on #47516D background.
Complementary color for #hex is #B8AE92.