HEX: #50347F
RGB: (80,52,127)
#50347F contains mainly red and blue colors. Web safe color of #50347F is #663366 (or #636).
#50347F color RGB value is (80,52,127).
RGB: (80,52,127)
(31%, 20%, 50%)
R 80 of 255 = 31%
G 52 of 255 = 20%
B 127 of 255 = 50%
R + G + B ~ 34%. #50347F is quite dark color.
R + G + B = 80 + 52 + 127 = 259 (100%)
R 80 of 259 ~ 30.89%
G 52 of 259 ~ 20.08%
B 127 of 259 ~ 49.03'%
#50347F color CMYK value is (37,59,0,50).
CMYK: (37,59,0,50) C37M59Y0K50 (37%,59%,0%,50%) (0.37/0.59/0.00/0.50)
Color #50347F in popluar color models
50 | 34 | 7F | |
---|---|---|---|
RGB | 80 | 52 | 127 |
HSL | 262° | 41.90% | 35.10% |
HSB/HSV | 262° | 59.06% | 49.80% |
CMYK | 37.01% | 59.06% | 0.00% |
50.20% |
Color #50347F in popluar number systems.
HEX | 50 | 34 | 7F |
Decimal | 80 | 52 | 127 |
Binary | 1010000 | 110100 | 1111111 |
Octal | 120 | 64 | 177 |
Shades of #50347F
Tints of #50347F
Examples of css and html codes for elements with #50347F color. Also use rgb(80,52,127) instead hex code.
.myTextColor { color: #50347F; }
<p style="color:#50347F">This sample text font color is #50347F.</p>
This text font color is #50347F.
.myBgColor { background-color: #50347F; }
<div style="background-color:#50347F">Inner text</div>
This div background color is #50347F.
.myBorderColor { border: 1px solid #50347F; }
<div style="border:3px solid #50347F">Div</div>
This div border color is #50347F.
.myOpacity80 { color: #50347F; opacity: 0.8; }
<p style="color:#50347F;opacity:0.8;">80%</p>
Text with #50347F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50347F;}
<p style="text-shadow: 3px 3px 1px #50347F">Text here.</p>
This text has shadow with #50347F color.
.textShadow {text-shadow: 3px 3px 1px #50347F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50347F, 5px 5px 20px red">Text here.</p>
This text has shadow with #50347F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50347F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50347F, Direction=45, Strength=4)">Text</p>
This text has shadow with #50347F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50347F;
-webkit-box-shadow: 1px 1px 3px 2px #50347F;
box-shadow: 1px 1px 3px 2px #50347F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50347F; -webkit-box-shadow: 1px 1px 3px 2px #50347F; box-shadow:1px 1px 3px 2px #50347F;">
Div content here
</div>
This text has color #50347F on black background.
This text has color #50347F on white background.
This text has black color on #50347F background.
This text has white color on #50347F background.
Complementary color for #hex is #AFCB80.