HEX: #506050
RGB: (80,96,80)
#506050 contains red, green and blue colors in about the same proportion. Web safe color of #506050 is #666666 (or #666).
#506050 color RGB value is (80,96,80).
RGB: (80,96,80)
(31%, 38%, 31%)
R 80 of 255 = 31%
G 96 of 255 = 38%
B 80 of 255 = 31%
R + G + B ~ 33%. #506050 is quite dark color.
R + G + B = 80 + 96 + 80 = 256 (100%)
R 80 of 256 ~ 31.25%
G 96 of 256 ~ 37.5%
B 80 of 256 ~ 31.25'%
#506050 color CMYK value is (17,0,17,62).
CMYK: (17,0,17,62)
C17M0Y17K62 (17%, 0%, 17%, 62%)
(0.17 / 0.00 / 0.17 / 0.62)
Color #506050 in popluar color models
50 | 60 | 50 | |
---|---|---|---|
RGB | 80 | 96 | 80 |
HSL | 120° | 9.09% | 34.51% |
HSB/HSV | 120° | 16.67% | 37.65% |
CMYK | 16.67% | 0.00% | 16.67% |
62.35% |
Color #506050 in popluar number systems.
HEX | 50 | 60 | 50 |
Decimal | 80 | 96 | 80 |
Binary | 1010000 | 1100000 | 1010000 |
Octal | 120 | 140 | 120 |
Shades of #506050
Tints of #506050
Examples of css and html codes for elements with #506050 color. Also use rgb(80,96,80) instead hex code.
.myTextColor { color: #506050; }
<p style="color:#506050">This sample text font color is #506050.</p>
This text font color is #506050.
.myBgColor { background-color: #506050; }
<div style="background-color:#506050">Inner text</div>
This div background color is #506050.
.myBorderColor { border: 1px solid #506050; }
<div style="border:3px solid #506050">Div</div>
This div border color is #506050.
.myOpacity80 { color: #506050; opacity: 0.8; }
<p style="color:#506050;opacity:0.8;">80%</p>
Text with #506050 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #506050;}
<p style="text-shadow: 3px 3px 1px #506050">Text here.</p>
This text has shadow with #506050 color.
.textShadow {text-shadow: 3px 3px 1px #506050', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #506050, 5px 5px 20px red">Text here.</p>
This text has shadow with #506050 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#506050, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#506050, Direction=45, Strength=4)">Text</p>
This text has shadow with #506050 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #506050;
-webkit-box-shadow: 1px 1px 3px 2px #506050;
box-shadow: 1px 1px 3px 2px #506050;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #506050; -webkit-box-shadow: 1px 1px 3px 2px #506050; box-shadow:1px 1px 3px 2px #506050;">
Div content here
</div>
This text has color #506050 on black background.
This text has color #506050 on white background.
This text has black color on #506050 background.
This text has white color on #506050 background.
Complementary color for #hex is #AF9FAF.