COLOR #50457F

HEX: #50457F
RGB: (80,69,127)

Color info

#50457F contains red, green and blue colors in about the same proportion. Web safe color of #50457F is #663366 (or #636).

RGB color model

#50457F color RGB value is (80,69,127).

  • red value is 80;
  • green value is 69;
  • blue value is 127.
RGB:
(80,69,127)
(31%,27%,50%)

RGB channels and saturation

R 80 of 255 = 31%
G 69 of 255 = 27%
B 127 of 255 = 50%

80
69
127

R + G + B ~ 36%. #50457F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 69 + 127 = 276 (100%)
R 80 of 276 ~ 28.99%
G 69 of 276 ~ 25%
B 127 of 276 ~ 46.01%

%28.99
%25
%46.01

CMYK color model

#50457F color CMYK value is (37,46,0,50).

  • cyan value is 37.01%
  • magenta value is 45.67%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(37,46,0,50)
C37M46Y0K50 
(37%,46%,0%,50%)
(0.37/0.46/0.00/0.50)	

CMYK percentages

%37.01
%45.67
%0
%50.2

Codes

Color #50457F in popluar color models

50457F
RGB8069127
HSL251°29.59%38.43%
HSB/HSV251°45.67%49.80%
CMYK37.01%45.67%0.00%
50.20%

Color #50457F in popluar number systems.

HEX50457F
Decimal8069127
Binary101000010001011111111
Octal120105177

Shades and tints

Shades of #50457F

#50457F
(80,69,127)
#493F74
(73,63,116)
#423969
(66,57,105)
#3B335E
(59,51,94)
#342D53
(52,45,83)
#2D2748
(45,39,72)
#26213D
(38,33,61)
#1F1B32
(31,27,50)
#181527
(24,21,39)
#110F1C
(17,15,28)
#0A0911
(10,9,17)
#000000
(0,0,0)

Tints of #50457F

#50457F
(80,69,127)
#5F558A
(95,85,138)
#6E6595
(110,101,149)
#7D75A0
(125,117,160)
#8C85AB
(140,133,171)
#9B95B6
(155,149,182)
#AAA5C1
(170,165,193)
#B9B5CC
(185,181,204)
#C8C5D7
(200,197,215)
#D7D5E2
(215,213,226)
#E6E5ED
(230,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50457F color. Also use rgb(80,69,127) instead hex code.

Text Font Color

.myTextColor { color: #50457F; }

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

This text font color is #50457F.


Background Color

.myBgColor { background-color: #50457F; }

<div style="background-color:#50457F">Inner text</div>

This div background color is #50457F.


Border color

.myBorderColor { border: 1px solid #50457F; }

<div style="border:3px solid #50457F">Div</div>

This div border color is #50457F.


Opacity

.myOpacity80 { color: #50457F; opacity: 0.8; }

<p style="color:#50457F;opacity:0.8;">80%</p>

Text with #50457F 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 #50457F;}

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

This text has shadow with #50457F color.

.textShadow {text-shadow: 3px 3px 1px #50457F, 3px 3px 1px red;}

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

This text has shadow with #50457F primary color and red secondary color.


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

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

This text has shadow with #50457F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50457F on black background.


Color preview on white background

This text has color #50457F on white background.



Black color preview on #50457F background

This text has black color on #50457F background.


White color preview on #50457F background

This text has white color on #50457F background.