COLOR #50429D

HEX: #50429D
RGB: (80,66,157)

Color info

#50429D contains mainly blue color. Web safe color of #50429D is #663399 (or #639).

RGB color model

#50429D color RGB value is (80,66,157).

  • red value is 80;
  • green value is 66;
  • blue value is 157.
RGB:
(80,66,157)
(31%,26%,62%)

RGB channels and saturation

R 80 of 255 = 31%
G 66 of 255 = 26%
B 157 of 255 = 62%

80
66
157

R + G + B ~ 40%. #50429D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 66 + 157 = 303 (100%)
R 80 of 303 ~ 26.4%
G 66 of 303 ~ 21.78%
B 157 of 303 ~ 51.82%

%26.4
%21.78
%51.82

CMYK color model

#50429D color CMYK value is (49,58,0,38).

  • cyan value is 49.04%
  • magenta value is 57.96%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(49,58,0,38)
C49M58Y0K38 
(49%,58%,0%,38%)
(0.49/0.58/0.00/0.38)	

CMYK percentages

%49.04
%57.96
%0
%38.43

Codes

Color #50429D in popluar color models

50429D
RGB8066157
HSL249°40.81%43.73%
HSB/HSV249°57.96%61.57%
CMYK49.04%57.96%0.00%
38.43%

Color #50429D in popluar number systems.

HEX50429D
Decimal8066157
Binary1010000100001010011101
Octal120102235

Shades and tints

Shades of #50429D

#50429D
(80,66,157)
#493C8F
(73,60,143)
#423681
(66,54,129)
#3B3073
(59,48,115)
#342A65
(52,42,101)
#2D2457
(45,36,87)
#261E49
(38,30,73)
#1F183B
(31,24,59)
#18122D
(24,18,45)
#110C1F
(17,12,31)
#0A0611
(10,6,17)
#000000
(0,0,0)

Tints of #50429D

#50429D
(80,66,157)
#5F53A5
(95,83,165)
#6E64AD
(110,100,173)
#7D75B5
(125,117,181)
#8C86BD
(140,134,189)
#9B97C5
(155,151,197)
#AAA8CD
(170,168,205)
#B9B9D5
(185,185,213)
#C8CADD
(200,202,221)
#D7DBE5
(215,219,229)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50429D color. Also use rgb(80,66,157) instead hex code.

Text Font Color

.myTextColor { color: #50429D; }

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

This text font color is #50429D.


Background Color

.myBgColor { background-color: #50429D; }

<div style="background-color:#50429D">Inner text</div>

This div background color is #50429D.


Border color

.myBorderColor { border: 1px solid #50429D; }

<div style="border:3px solid #50429D">Div</div>

This div border color is #50429D.


Opacity

.myOpacity80 { color: #50429D; opacity: 0.8; }

<p style="color:#50429D;opacity:0.8;">80%</p>

Text with #50429D 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 #50429D;}

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

This text has shadow with #50429D color.

.textShadow {text-shadow: 3px 3px 1px #50429D, 3px 3px 1px red;}

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

This text has shadow with #50429D primary color and red secondary color.


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

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

This text has shadow with #50429D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50429D on black background.


Color preview on white background

This text has color #50429D on white background.



Black color preview on #50429D background

This text has black color on #50429D background.


White color preview on #50429D background

This text has white color on #50429D background.