HEX: #50467C
RGB: (80,70,124)
#50467C contains red, green and blue colors in about the same proportion. Web safe color of #50467C is #663366 (or #636).
#50467C color RGB value is (80,70,124).
RGB: (80,70,124)
(31%, 27%, 49%)
R 80 of 255 = 31%
G 70 of 255 = 27%
B 124 of 255 = 49%
R + G + B ~ 36%. #50467C is quite dark color.
R + G + B = 80 + 70 + 124 = 274 (100%)
R 80 of 274 ~ 29.2%
G 70 of 274 ~ 25.55%
B 124 of 274 ~ 45.26'%
#50467C color CMYK value is (35,44,0,51).
CMYK: (35,44,0,51) C35M44Y0K51 (35%,44%,0%,51%) (0.35/0.44/0.00/0.51)
Color #50467C in popluar color models
50 | 46 | 7C | |
---|---|---|---|
RGB | 80 | 70 | 124 |
HSL | 251° | 27.84% | 38.04% |
HSB/HSV | 251° | 43.55% | 48.63% |
CMYK | 35.48% | 43.55% | 0.00% |
51.37% |
Color #50467C in popluar number systems.
HEX | 50 | 46 | 7C |
Decimal | 80 | 70 | 124 |
Binary | 1010000 | 1000110 | 1111100 |
Octal | 120 | 106 | 174 |
Shades of #50467C
Tints of #50467C
Examples of css and html codes for elements with #50467C color. Also use rgb(80,70,124) instead hex code.
.myTextColor { color: #50467C; }
<p style="color:#50467C">This sample text font color is #50467C.</p>
This text font color is #50467C.
.myBgColor { background-color: #50467C; }
<div style="background-color:#50467C">Inner text</div>
This div background color is #50467C.
.myBorderColor { border: 1px solid #50467C; }
<div style="border:3px solid #50467C">Div</div>
This div border color is #50467C.
.myOpacity80 { color: #50467C; opacity: 0.8; }
<p style="color:#50467C;opacity:0.8;">80%</p>
Text with #50467C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50467C;}
<p style="text-shadow: 3px 3px 1px #50467C">Text here.</p>
This text has shadow with #50467C color.
.textShadow {text-shadow: 3px 3px 1px #50467C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50467C, 5px 5px 20px red">Text here.</p>
This text has shadow with #50467C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50467C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50467C, Direction=45, Strength=4)">Text</p>
This text has shadow with #50467C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50467C;
-webkit-box-shadow: 1px 1px 3px 2px #50467C;
box-shadow: 1px 1px 3px 2px #50467C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50467C; -webkit-box-shadow: 1px 1px 3px 2px #50467C; box-shadow:1px 1px 3px 2px #50467C;">
Div content here
</div>
This text has color #50467C on black background.
This text has color #50467C on white background.
This text has black color on #50467C background.
This text has white color on #50467C background.
Complementary color for #hex is #AFB983.