COLOR #50397F

HEX: #50397F RGB: (80,57,127)

Color info

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

RGB color model

#50397F color RGB value is (80,57,127).

RGB: (80,57,127) (31%, 22%, 50%)

RGB channels and saturation

R 80 of 255 = 31%
G 57 of 255 = 22%
B 127 of 255 = 50%

80
57
127

R + G + B ~ 34%. #50397F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 57 + 127 = 264 (100%)
R 80 of 264 ~ 30.3%
G 57 of 264 ~ 21.59%
B 127 of 264 ~ 48.11'%

%30.3
%21.59
%48.11

CMYK color model

#50397F color CMYK value is (37,55,0,50).

  • cyan value is 37.01%
  • magenta value is 55.12%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (37,55,0,50) C37M55Y0K50 (37%,55%,0%,50%) (0.37/0.55/0.00/0.50) 

CMYK percentages

%37.01
%55.12
%0
%50.2

Codes

Color #50397F in popluar color models

50 39 7F
RGB 80 57 127
HSL 260° 38.04% 36.08%
HSB/HSV 260° 55.12% 49.80%
CMYK 37.01% 55.12% 0.00%
50.20%

Color #50397F in popluar number systems.

HEX 50 39 7F
Decimal 80 57 127
Binary 1010000 111001 1111111
Octal 120 71 177

Shades and tints

Shades of #50397F

#50397F
(80,57,127)
#493474
(73,52,116)
#422F69
(66,47,105)
#3B2A5E
(59,42,94)
#342553
(52,37,83)
#2D2048
(45,32,72)
#261B3D
(38,27,61)
#1F1632
(31,22,50)
#181127
(24,17,39)
#110C1C
(17,12,28)
#0A0711
(10,7,17)
#000000
(0,0,0)

Tints of #50397F

#50397F
(80,57,127)
#5F4B8A
(95,75,138)
#6E5D95
(110,93,149)
#7D6FA0
(125,111,160)
#8C81AB
(140,129,171)
#9B93B6
(155,147,182)
#AAA5C1
(170,165,193)
#B9B7CC
(185,183,204)
#C8C9D7
(200,201,215)
#D7DBE2
(215,219,226)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50397F; }

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

This text font color is #50397F.

Background Color

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

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

This div background color is #50397F.

Border color

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

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

This div border color is #50397F.

Opacity

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

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

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

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

This text has shadow with #50397F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50397F.

Preview

Color preview on black background

This text has color #50397F on black background.


Color preview on white background

This text has color #50397F on white background.


Black color preview on #50397F background

This text has black color on #50397F background.


White color preview on #50397F background

This text has white color on #50397F background.


Related colors

Complementary color

Complementary color for #hex is #AFC680.


I love getcolorcode.com

Triadic colors

1 #7F5039 and #397F50 with #50397F are triadic colors.

2 #7F3950 and #39507F with #50397F are triadic colors.