COLOR #50397D

HEX: #50397D
RGB: (80,57,125)

Color info

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

RGB color model

#50397D color RGB value is (80,57,125).

  • red value is 80;
  • green value is 57;
  • blue value is 125.
RGB:
(80,57,125)
(31%,22%,49%)

RGB channels and saturation

R 80 of 255 = 31%
G 57 of 255 = 22%
B 125 of 255 = 49%

80
57
125

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

Portions of RGB colors in percentages

R + G + B =
80 + 57 + 125 = 262 (100%)
R 80 of 262 ~ 30.53%
G 57 of 262 ~ 21.76%
B 125 of 262 ~ 47.71%

%30.53
%21.76
%47.71

CMYK color model

#50397D color CMYK value is (36,54,0,51).

  • cyan value is 36.00%
  • magenta value is 54.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(36,54,0,51)
C36M54Y0K51 
(36%,54%,0%,51%)
(0.36/0.54/0.00/0.51)	

CMYK percentages

%36
%54.4
%0
%50.98

Codes

Color #50397D in popluar color models

50397D
RGB8057125
HSL260°37.36%35.69%
HSB/HSV260°54.40%49.02%
CMYK36.00%54.40%0.00%
50.98%

Color #50397D in popluar number systems.

HEX50397D
Decimal8057125
Binary10100001110011111101
Octal12071175

Shades and tints

Shades of #50397D

#50397D
(80,57,125)
#493472
(73,52,114)
#422F67
(66,47,103)
#3B2A5C
(59,42,92)
#342551
(52,37,81)
#2D2046
(45,32,70)
#261B3B
(38,27,59)
#1F1630
(31,22,48)
#181125
(24,17,37)
#110C1A
(17,12,26)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #50397D

#50397D
(80,57,125)
#5F4B88
(95,75,136)
#6E5D93
(110,93,147)
#7D6F9E
(125,111,158)
#8C81A9
(140,129,169)
#9B93B4
(155,147,180)
#AAA5BF
(170,165,191)
#B9B7CA
(185,183,202)
#C8C9D5
(200,201,213)
#D7DBE0
(215,219,224)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50397D; }

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

This text font color is #50397D.


Background Color

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

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

This div background color is #50397D.


Border color

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

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

This div border color is #50397D.


Opacity

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

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

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

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

This text has shadow with #50397D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50397D on black background.


Color preview on white background

This text has color #50397D on white background.



Black color preview on #50397D background

This text has black color on #50397D background.


White color preview on #50397D background

This text has white color on #50397D background.