COLOR #50409B

HEX: #50409B
RGB: (80,64,155)

Color info

#50409B contains mainly blue color. Web safe color of #50409B is #663399 (or #639).

RGB color model

#50409B color RGB value is (80,64,155).

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

RGB channels and saturation

R 80 of 255 = 31%
G 64 of 255 = 25%
B 155 of 255 = 61%

80
64
155

R + G + B ~ 39%. #50409B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 64 + 155 = 299 (100%)
R 80 of 299 ~ 26.76%
G 64 of 299 ~ 21.4%
B 155 of 299 ~ 51.84%

%26.76
%21.4
%51.84

CMYK color model

#50409B color CMYK value is (48,59,0,39).

  • cyan value is 48.39%
  • magenta value is 58.71%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(48,59,0,39)
C48M59Y0K39 
(48%,59%,0%,39%)
(0.48/0.59/0.00/0.39)	

CMYK percentages

%48.39
%58.71
%0
%39.22

Codes

Color #50409B in popluar color models

50409B
RGB8064155
HSL251°41.55%42.94%
HSB/HSV251°58.71%60.78%
CMYK48.39%58.71%0.00%
39.22%

Color #50409B in popluar number systems.

HEX50409B
Decimal8064155
Binary1010000100000010011011
Octal120100233

Shades and tints

Shades of #50409B

#50409B
(80,64,155)
#493B8D
(73,59,141)
#42367F
(66,54,127)
#3B3171
(59,49,113)
#342C63
(52,44,99)
#2D2755
(45,39,85)
#262247
(38,34,71)
#1F1D39
(31,29,57)
#18182B
(24,24,43)
#11131D
(17,19,29)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #50409B

#50409B
(80,64,155)
#5F51A4
(95,81,164)
#6E62AD
(110,98,173)
#7D73B6
(125,115,182)
#8C84BF
(140,132,191)
#9B95C8
(155,149,200)
#AAA6D1
(170,166,209)
#B9B7DA
(185,183,218)
#C8C8E3
(200,200,227)
#D7D9EC
(215,217,236)
#E6EAF5
(230,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50409B; }

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

This text font color is #50409B.


Background Color

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

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

This div background color is #50409B.


Border color

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

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

This div border color is #50409B.


Opacity

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

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

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

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

This text has shadow with #50409B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50409B on black background.


Color preview on white background

This text has color #50409B on white background.



Black color preview on #50409B background

This text has black color on #50409B background.


White color preview on #50409B background

This text has white color on #50409B background.