HEX: #50536B
RGB: (80,83,107)
#50536B contains red, green and blue colors in about the same proportion. Web safe color of #50536B is #666666 (or #666).
#50536B color RGB value is (80,83,107).
RGB: (80,83,107)
(31%, 33%, 42%)
R 80 of 255 = 31%
G 83 of 255 = 33%
B 107 of 255 = 42%
R + G + B ~ 35%. #50536B is quite dark color.
R + G + B = 80 + 83 + 107 = 270 (100%)
R 80 of 270 ~ 29.63%
G 83 of 270 ~ 30.74%
B 107 of 270 ~ 39.63'%
#50536B color CMYK value is (25,22,0,58).
CMYK: (25,22,0,58)
C25M22Y0K58 (25%, 22%, 0%, 58%)
(0.25 / 0.22 / 0.00 / 0.58)
Color #50536B in popluar color models
50 | 53 | 6B | |
---|---|---|---|
RGB | 80 | 83 | 107 |
HSL | 233° | 14.44% | 36.67% |
HSB/HSV | 233° | 25.23% | 41.96% |
CMYK | 25.23% | 22.43% | 0.00% |
58.04% |
Color #50536B in popluar number systems.
HEX | 50 | 53 | 6B |
Decimal | 80 | 83 | 107 |
Binary | 1010000 | 1010011 | 1101011 |
Octal | 120 | 123 | 153 |
Shades of #50536B
Tints of #50536B
Examples of css and html codes for elements with #50536B color. Also use rgb(80,83,107) instead hex code.
.myTextColor { color: #50536B; }
<p style="color:#50536B">This sample text font color is #50536B.</p>
This text font color is #50536B.
.myBgColor { background-color: #50536B; }
<div style="background-color:#50536B">Inner text</div>
This div background color is #50536B.
.myBorderColor { border: 1px solid #50536B; }
<div style="border:3px solid #50536B">Div</div>
This div border color is #50536B.
.myOpacity80 { color: #50536B; opacity: 0.8; }
<p style="color:#50536B;opacity:0.8;">80%</p>
Text with #50536B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50536B;}
<p style="text-shadow: 3px 3px 1px #50536B">Text here.</p>
This text has shadow with #50536B color.
.textShadow {text-shadow: 3px 3px 1px #50536B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50536B, 5px 5px 20px red">Text here.</p>
This text has shadow with #50536B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50536B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50536B, Direction=45, Strength=4)">Text</p>
This text has shadow with #50536B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50536B;
-webkit-box-shadow: 1px 1px 3px 2px #50536B;
box-shadow: 1px 1px 3px 2px #50536B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50536B; -webkit-box-shadow: 1px 1px 3px 2px #50536B; box-shadow:1px 1px 3px 2px #50536B;">
Div content here
</div>
This text has color #50536B on black background.
This text has color #50536B on white background.
This text has black color on #50536B background.
This text has white color on #50536B background.
Complementary color for #hex is #AFAC94.