HEX: #504962
RGB: (80,73,98)
#504962 contains red, green and blue colors in about the same proportion. Web safe color of #504962 is #663366 (or #636).
#504962 color RGB value is (80,73,98).
RGB: (80,73,98)
(31%, 29%, 38%)
R 80 of 255 = 31%
G 73 of 255 = 29%
B 98 of 255 = 38%
R + G + B ~ 33%. #504962 is quite dark color.
R + G + B = 80 + 73 + 98 = 251 (100%)
R 80 of 251 ~ 31.87%
G 73 of 251 ~ 29.08%
B 98 of 251 ~ 39.04'%
#504962 color CMYK value is (18,26,0,62).
CMYK: (18,26,0,62)
C18M26Y0K62 (18%, 26%, 0%, 62%)
(0.18 / 0.26 / 0.00 / 0.62)
Color #504962 in popluar color models
50 | 49 | 62 | |
---|---|---|---|
RGB | 80 | 73 | 98 |
HSL | 257° | 14.62% | 33.53% |
HSB/HSV | 257° | 25.51% | 38.43% |
CMYK | 18.37% | 25.51% | 0.00% |
61.57% |
Color #504962 in popluar number systems.
HEX | 50 | 49 | 62 |
Decimal | 80 | 73 | 98 |
Binary | 1010000 | 1001001 | 1100010 |
Octal | 120 | 111 | 142 |
Shades of #504962
Tints of #504962
Examples of css and html codes for elements with #504962 color. Also use rgb(80,73,98) instead hex code.
.myTextColor { color: #504962; }
<p style="color:#504962">This sample text font color is #504962.</p>
This text font color is #504962.
.myBgColor { background-color: #504962; }
<div style="background-color:#504962">Inner text</div>
This div background color is #504962.
.myBorderColor { border: 1px solid #504962; }
<div style="border:3px solid #504962">Div</div>
This div border color is #504962.
.myOpacity80 { color: #504962; opacity: 0.8; }
<p style="color:#504962;opacity:0.8;">80%</p>
Text with #504962 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #504962;}
<p style="text-shadow: 3px 3px 1px #504962">Text here.</p>
This text has shadow with #504962 color.
.textShadow {text-shadow: 3px 3px 1px #504962', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #504962, 5px 5px 20px red">Text here.</p>
This text has shadow with #504962 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#504962, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#504962, Direction=45, Strength=4)">Text</p>
This text has shadow with #504962 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #504962;
-webkit-box-shadow: 1px 1px 3px 2px #504962;
box-shadow: 1px 1px 3px 2px #504962;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #504962; -webkit-box-shadow: 1px 1px 3px 2px #504962; box-shadow:1px 1px 3px 2px #504962;">
Div content here
</div>
This text has color #504962 on black background.
This text has color #504962 on white background.
This text has black color on #504962 background.
This text has white color on #504962 background.
Complementary color for #hex is #AFB69D.