COLOR #50408B

HEX: #50408B
RGB: (80,64,139)

Color info

#50408B contains mainly red and blue colors. Web safe color of #50408B is #663399 (or #639).

RGB color model

#50408B color RGB value is (80,64,139).

  • red value is 80;
  • green value is 64;
  • blue value is 139.
RGB:
(80,64,139)
(31%,25%,55%)

RGB channels and saturation

R 80 of 255 = 31%
G 64 of 255 = 25%
B 139 of 255 = 55%

80
64
139

R + G + B ~ 37%. #50408B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 64 + 139 = 283 (100%)
R 80 of 283 ~ 28.27%
G 64 of 283 ~ 22.61%
B 139 of 283 ~ 49.12%

%28.27
%22.61
%49.12

CMYK color model

#50408B color CMYK value is (42,54,0,45).

  • cyan value is 42.45%
  • magenta value is 53.96%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(42,54,0,45)
C42M54Y0K45 
(42%,54%,0%,45%)
(0.42/0.54/0.00/0.45)	

CMYK percentages

%42.45
%53.96
%0
%45.49

Codes

Color #50408B in popluar color models

50408B
RGB8064139
HSL253°36.95%39.80%
HSB/HSV253°53.96%54.51%
CMYK42.45%53.96%0.00%
45.49%

Color #50408B in popluar number systems.

HEX50408B
Decimal8064139
Binary1010000100000010001011
Octal120100213

Shades and tints

Shades of #50408B

#50408B
(80,64,139)
#493B7F
(73,59,127)
#423673
(66,54,115)
#3B3167
(59,49,103)
#342C5B
(52,44,91)
#2D274F
(45,39,79)
#262243
(38,34,67)
#1F1D37
(31,29,55)
#18182B
(24,24,43)
#11131F
(17,19,31)
#0A0E13
(10,14,19)
#000000
(0,0,0)

Tints of #50408B

#50408B
(80,64,139)
#5F5195
(95,81,149)
#6E629F
(110,98,159)
#7D73A9
(125,115,169)
#8C84B3
(140,132,179)
#9B95BD
(155,149,189)
#AAA6C7
(170,166,199)
#B9B7D1
(185,183,209)
#C8C8DB
(200,200,219)
#D7D9E5
(215,217,229)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50408B color. Also use rgb(80,64,139) instead hex code.

Text Font Color

.myTextColor { color: #50408B; }

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

This text font color is #50408B.


Background Color

.myBgColor { background-color: #50408B; }

<div style="background-color:#50408B">Inner text</div>

This div background color is #50408B.


Border color

.myBorderColor { border: 1px solid #50408B; }

<div style="border:3px solid #50408B">Div</div>

This div border color is #50408B.


Opacity

.myOpacity80 { color: #50408B; opacity: 0.8; }

<p style="color:#50408B;opacity:0.8;">80%</p>

Text with #50408B 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 #50408B;}

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

This text has shadow with #50408B color.

.textShadow {text-shadow: 3px 3px 1px #50408B, 3px 3px 1px red;}

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

This text has shadow with #50408B primary color and red secondary color.


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

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

This text has shadow with #50408B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50408B on black background.


Color preview on white background

This text has color #50408B on white background.



Black color preview on #50408B background

This text has black color on #50408B background.


White color preview on #50408B background

This text has white color on #50408B background.