COLOR #51325C

HEX: #51325C
RGB: (81,50,92)

Color info

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

RGB color model

#51325C color RGB value is (81,50,92).

  • red value is 81;
  • green value is 50;
  • blue value is 92.
RGB:
(81,50,92)
(32%,20%,36%)

RGB channels and saturation

R 81 of 255 = 32%
G 50 of 255 = 20%
B 92 of 255 = 36%

81
50
92

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

Portions of RGB colors in percentages

R + G + B =
81 + 50 + 92 = 223 (100%)
R 81 of 223 ~ 36.32%
G 50 of 223 ~ 22.42%
B 92 of 223 ~ 41.26%

%36.32
%22.42
%41.26

CMYK color model

#51325C color CMYK value is (12,46,0,64).

  • cyan value is 11.96%
  • magenta value is 45.65%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(12,46,0,64)
C12M46Y0K64 
(12%,46%,0%,64%)
(0.12/0.46/0.00/0.64)	

CMYK percentages

%11.96
%45.65
%0
%63.92

Codes

Color #51325C in popluar color models

51325C
RGB815092
HSL284°29.58%27.84%
HSB/HSV284°45.65%36.08%
CMYK11.96%45.65%0.00%
63.92%

Color #51325C in popluar number systems.

HEX51325C
Decimal815092
Binary10100011100101011100
Octal12162134

Shades and tints

Shades of #51325C

#51325C
(81,50,92)
#4A2E54
(74,46,84)
#432A4C
(67,42,76)
#3C2644
(60,38,68)
#35223C
(53,34,60)
#2E1E34
(46,30,52)
#271A2C
(39,26,44)
#201624
(32,22,36)
#19121C
(25,18,28)
#120E14
(18,14,20)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #51325C

#51325C
(81,50,92)
#60446A
(96,68,106)
#6F5678
(111,86,120)
#7E6886
(126,104,134)
#8D7A94
(141,122,148)
#9C8CA2
(156,140,162)
#AB9EB0
(171,158,176)
#BAB0BE
(186,176,190)
#C9C2CC
(201,194,204)
#D8D4DA
(216,212,218)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51325C color. Also use rgb(81,50,92) instead hex code.

Text Font Color

.myTextColor { color: #51325C; }

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

This text font color is #51325C.


Background Color

.myBgColor { background-color: #51325C; }

<div style="background-color:#51325C">Inner text</div>

This div background color is #51325C.


Border color

.myBorderColor { border: 1px solid #51325C; }

<div style="border:3px solid #51325C">Div</div>

This div border color is #51325C.


Opacity

.myOpacity80 { color: #51325C; opacity: 0.8; }

<p style="color:#51325C;opacity:0.8;">80%</p>

Text with #51325C 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 #51325C;}

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

This text has shadow with #51325C color.

.textShadow {text-shadow: 3px 3px 1px #51325C, 3px 3px 1px red;}

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

This text has shadow with #51325C primary color and red secondary color.


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

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

This text has shadow with #51325C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51325C on black background.


Color preview on white background

This text has color #51325C on white background.



Black color preview on #51325C background

This text has black color on #51325C background.


White color preview on #51325C background

This text has white color on #51325C background.