COLOR #50417E

HEX: #50417E
RGB: (80,65,126)

Color info

#50417E contains mainly red and blue colors. Web safe color of #50417E is #663366 (or #636).

RGB color model

#50417E color RGB value is (80,65,126).

  • red value is 80;
  • green value is 65;
  • blue value is 126.
RGB:
(80,65,126)
(31%,25%,49%)

RGB channels and saturation

R 80 of 255 = 31%
G 65 of 255 = 25%
B 126 of 255 = 49%

80
65
126

R + G + B ~ 35%. #50417E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 65 + 126 = 271 (100%)
R 80 of 271 ~ 29.52%
G 65 of 271 ~ 23.99%
B 126 of 271 ~ 46.49%

%29.52
%23.99
%46.49

CMYK color model

#50417E color CMYK value is (37,48,0,51).

  • cyan value is 36.51%
  • magenta value is 48.41%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(37,48,0,51)
C37M48Y0K51 
(37%,48%,0%,51%)
(0.37/0.48/0.00/0.51)	

CMYK percentages

%36.51
%48.41
%0
%50.59

Codes

Color #50417E in popluar color models

50417E
RGB8065126
HSL255°31.94%37.45%
HSB/HSV255°48.41%49.41%
CMYK36.51%48.41%0.00%
50.59%

Color #50417E in popluar number systems.

HEX50417E
Decimal8065126
Binary101000010000011111110
Octal120101176

Shades and tints

Shades of #50417E

#50417E
(80,65,126)
#493C73
(73,60,115)
#423768
(66,55,104)
#3B325D
(59,50,93)
#342D52
(52,45,82)
#2D2847
(45,40,71)
#26233C
(38,35,60)
#1F1E31
(31,30,49)
#181926
(24,25,38)
#11141B
(17,20,27)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #50417E

#50417E
(80,65,126)
#5F5289
(95,82,137)
#6E6394
(110,99,148)
#7D749F
(125,116,159)
#8C85AA
(140,133,170)
#9B96B5
(155,150,181)
#AAA7C0
(170,167,192)
#B9B8CB
(185,184,203)
#C8C9D6
(200,201,214)
#D7DAE1
(215,218,225)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50417E color. Also use rgb(80,65,126) instead hex code.

Text Font Color

.myTextColor { color: #50417E; }

<p style="color:#50417E">This sample text font color is #50417E.</p>

This text font color is #50417E.


Background Color

.myBgColor { background-color: #50417E; }

<div style="background-color:#50417E">Inner text</div>

This div background color is #50417E.


Border color

.myBorderColor { border: 1px solid #50417E; }

<div style="border:3px solid #50417E">Div</div>

This div border color is #50417E.


Opacity

.myOpacity80 { color: #50417E; opacity: 0.8; }

<p style="color:#50417E;opacity:0.8;">80%</p>

Text with #50417E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #50417E;}

<p style="text-shadow: 3px 3px 1px #50417E">Text here.</p>

This text has shadow with #50417E color.

.textShadow {text-shadow: 3px 3px 1px #50417E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #50417E, 5px 5px 20px red">Text here.</p>

This text has shadow with #50417E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50417E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#50417E, Direction=45, Strength=4)">Text</p>

This text has shadow with #50417E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #50417E;
  -webkit-box-shadow:	1px 1px 3px 2px #50417E;
  box-shadow:		1px 1px 3px 2px #50417E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50417E;
-webkit-box-shadow: 1px 1px 3px 2px #50417E;
box-shadow:1px 1px 3px 2px #50417E;">
Div content here</div>
This div box has shadow with color #50417E.

Preview

Color preview on black background

This text has color #50417E on black background.


Color preview on white background

This text has color #50417E on white background.



Black color preview on #50417E background

This text has black color on #50417E background.


White color preview on #50417E background

This text has white color on #50417E background.