COLOR #50327D

HEX: #50327D
RGB: (80,50,125)

Color info

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

RGB color model

#50327D color RGB value is (80,50,125).

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

RGB channels and saturation

R 80 of 255 = 31%
G 50 of 255 = 20%
B 125 of 255 = 49%

80
50
125

R + G + B ~ 33%. #50327D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 50 + 125 = 255 (100%)
R 80 of 255 ~ 31.37%
G 50 of 255 ~ 19.61%
B 125 of 255 ~ 49.02%

%31.37
%19.61
%49.02

CMYK color model

#50327D color CMYK value is (36,60,0,51).

  • cyan value is 36.00%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(36,60,0,51)
C36M60Y0K51 
(36%,60%,0%,51%)
(0.36/0.60/0.00/0.51)	

CMYK percentages

%36
%60
%0
%50.98

Codes

Color #50327D in popluar color models

50327D
RGB8050125
HSL264°42.86%34.31%
HSB/HSV264°60.00%49.02%
CMYK36.00%60.00%0.00%
50.98%

Color #50327D in popluar number systems.

HEX50327D
Decimal8050125
Binary10100001100101111101
Octal12062175

Shades and tints

Shades of #50327D

#50327D
(80,50,125)
#492E72
(73,46,114)
#422A67
(66,42,103)
#3B265C
(59,38,92)
#342251
(52,34,81)
#2D1E46
(45,30,70)
#261A3B
(38,26,59)
#1F1630
(31,22,48)
#181225
(24,18,37)
#110E1A
(17,14,26)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #50327D

#50327D
(80,50,125)
#5F4488
(95,68,136)
#6E5693
(110,86,147)
#7D689E
(125,104,158)
#8C7AA9
(140,122,169)
#9B8CB4
(155,140,180)
#AA9EBF
(170,158,191)
#B9B0CA
(185,176,202)
#C8C2D5
(200,194,213)
#D7D4E0
(215,212,224)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50327D; }

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

This text font color is #50327D.


Background Color

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

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

This div background color is #50327D.


Border color

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

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

This div border color is #50327D.


Opacity

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

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

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

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

This text has shadow with #50327D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50327D on black background.


Color preview on white background

This text has color #50327D on white background.



Black color preview on #50327D background

This text has black color on #50327D background.


White color preview on #50327D background

This text has white color on #50327D background.