COLOR #52325C

HEX: #52325C
RGB: (82,50,92)

Color info

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

RGB color model

#52325C color RGB value is (82,50,92).

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

RGB channels and saturation

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

82
50
92

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

Portions of RGB colors in percentages

R + G + B =
82 + 50 + 92 = 224 (100%)
R 82 of 224 ~ 36.61%
G 50 of 224 ~ 22.32%
B 92 of 224 ~ 41.07%

%36.61
%22.32
%41.07

CMYK color model

#52325C color CMYK value is (11,46,0,64).

  • cyan value is 10.87%
  • magenta value is 45.65%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(11,46,0,64)
C11M46Y0K64 
(11%,46%,0%,64%)
(0.11/0.46/0.00/0.64)	

CMYK percentages

%10.87
%45.65
%0
%63.92

Codes

Color #52325C in popluar color models

52325C
RGB825092
HSL286°29.58%27.84%
HSB/HSV286°45.65%36.08%
CMYK10.87%45.65%0.00%
63.92%

Color #52325C in popluar number systems.

HEX52325C
Decimal825092
Binary10100101100101011100
Octal12262134

Shades and tints

Shades of #52325C

#52325C
(82,50,92)
#4B2E54
(75,46,84)
#442A4C
(68,42,76)
#3D2644
(61,38,68)
#36223C
(54,34,60)
#2F1E34
(47,30,52)
#281A2C
(40,26,44)
#211624
(33,22,36)
#1A121C
(26,18,28)
#130E14
(19,14,20)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #52325C

#52325C
(82,50,92)
#61446A
(97,68,106)
#705678
(112,86,120)
#7F6886
(127,104,134)
#8E7A94
(142,122,148)
#9D8CA2
(157,140,162)
#AC9EB0
(172,158,176)
#BBB0BE
(187,176,190)
#CAC2CC
(202,194,204)
#D9D4DA
(217,212,218)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52325C; }

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

This text font color is #52325C.


Background Color

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

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

This div background color is #52325C.


Border color

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

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

This div border color is #52325C.


Opacity

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

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

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

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

This text has shadow with #52325C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52325C on black background.


Color preview on white background

This text has color #52325C on white background.



Black color preview on #52325C background

This text has black color on #52325C background.


White color preview on #52325C background

This text has white color on #52325C background.