HEX: #50374E
RGB: (80,55,78)
#50374E contains red, green and blue colors in about the same proportion. Web safe color of #50374E is #663366 (or #636).
#50374E color RGB value is (80,55,78).
RGB: (80,55,78)
(31%, 22%, 31%)
R 80 of 255 = 31%
G 55 of 255 = 22%
B 78 of 255 = 31%
R + G + B ~ 28%. #50374E is quite dark color.
R + G + B = 80 + 55 + 78 = 213 (100%)
R 80 of 213 ~ 37.56%
G 55 of 213 ~ 25.82%
B 78 of 213 ~ 36.62'%
#50374E color CMYK value is (0,31,2,69).
CMYK: (0,31,2,69)
C0M31Y2K69 (0%, 31%, 2%, 69%)
(0.00 / 0.31 / 0.02 / 0.69)
Color #50374E in popluar color models
50 | 37 | 4E | |
---|---|---|---|
RGB | 80 | 55 | 78 |
HSL | 305° | 18.52% | 26.47% |
HSB/HSV | 305° | 31.25% | 31.37% |
CMYK | 0.00% | 31.25% | 2.50% |
68.63% |
Color #50374E in popluar number systems.
HEX | 50 | 37 | 4E |
Decimal | 80 | 55 | 78 |
Binary | 1010000 | 110111 | 1001110 |
Octal | 120 | 67 | 116 |
Shades of #50374E
Tints of #50374E
Examples of css and html codes for elements with #50374E color. Also use rgb(80,55,78) instead hex code.
.myTextColor { color: #50374E; }
<p style="color:#50374E">This sample text font color is #50374E.</p>
This text font color is #50374E.
.myBgColor { background-color: #50374E; }
<div style="background-color:#50374E">Inner text</div>
This div background color is #50374E.
.myBorderColor { border: 1px solid #50374E; }
<div style="border:3px solid #50374E">Div</div>
This div border color is #50374E.
.myOpacity80 { color: #50374E; opacity: 0.8; }
<p style="color:#50374E;opacity:0.8;">80%</p>
Text with #50374E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50374E;}
<p style="text-shadow: 3px 3px 1px #50374E">Text here.</p>
This text has shadow with #50374E color.
.textShadow {text-shadow: 3px 3px 1px #50374E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50374E, 5px 5px 20px red">Text here.</p>
This text has shadow with #50374E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50374E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50374E, Direction=45, Strength=4)">Text</p>
This text has shadow with #50374E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50374E;
-webkit-box-shadow: 1px 1px 3px 2px #50374E;
box-shadow: 1px 1px 3px 2px #50374E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50374E; -webkit-box-shadow: 1px 1px 3px 2px #50374E; box-shadow:1px 1px 3px 2px #50374E;">
Div content here
</div>
This text has color #50374E on black background.
This text has color #50374E on white background.
This text has black color on #50374E background.
This text has white color on #50374E background.
Complementary color for #hex is #AFC8B1.