COLOR #50325B

HEX: #50325B
RGB: (80,50,91)

Color info

#50325B contains red, green and blue colors in about the same proportion. Web safe color of #50325B is #663366 (or #636).

RGB color model

#50325B color RGB value is (80,50,91).

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

RGB channels and saturation

R 80 of 255 = 31%
G 50 of 255 = 20%
B 91 of 255 = 36%

80
50
91

R + G + B ~ 29%. #50325B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 50 + 91 = 221 (100%)
R 80 of 221 ~ 36.2%
G 50 of 221 ~ 22.62%
B 91 of 221 ~ 41.18%

%36.2
%22.62
%41.18

CMYK color model

#50325B color CMYK value is (12,45,0,64).

  • cyan value is 12.09%
  • magenta value is 45.05%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(12,45,0,64)
C12M45Y0K64 
(12%,45%,0%,64%)
(0.12/0.45/0.00/0.64)	

CMYK percentages

%12.09
%45.05
%0
%64.31

Codes

Color #50325B in popluar color models

50325B
RGB805091
HSL284°29.08%27.65%
HSB/HSV284°45.05%35.69%
CMYK12.09%45.05%0.00%
64.31%

Color #50325B in popluar number systems.

HEX50325B
Decimal805091
Binary10100001100101011011
Octal12062133

Shades and tints

Shades of #50325B

#50325B
(80,50,91)
#492E53
(73,46,83)
#422A4B
(66,42,75)
#3B2643
(59,38,67)
#34223B
(52,34,59)
#2D1E33
(45,30,51)
#261A2B
(38,26,43)
#1F1623
(31,22,35)
#18121B
(24,18,27)
#110E13
(17,14,19)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #50325B

#50325B
(80,50,91)
#5F4469
(95,68,105)
#6E5677
(110,86,119)
#7D6885
(125,104,133)
#8C7A93
(140,122,147)
#9B8CA1
(155,140,161)
#AA9EAF
(170,158,175)
#B9B0BD
(185,176,189)
#C8C2CB
(200,194,203)
#D7D4D9
(215,212,217)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50325B color. Also use rgb(80,50,91) instead hex code.

Text Font Color

.myTextColor { color: #50325B; }

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

This text font color is #50325B.


Background Color

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

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

This div background color is #50325B.


Border color

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

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

This div border color is #50325B.


Opacity

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

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

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

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

This text has shadow with #50325B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50325B on black background.


Color preview on white background

This text has color #50325B on white background.



Black color preview on #50325B background

This text has black color on #50325B background.


White color preview on #50325B background

This text has white color on #50325B background.