COLOR #52395C

HEX: #52395C
RGB: (82,57,92)

Color info

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

RGB color model

#52395C color RGB value is (82,57,92).

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

RGB channels and saturation

R 82 of 255 = 32%
G 57 of 255 = 22%
B 92 of 255 = 36%

82
57
92

R + G + B ~ 30%. #52395C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 57 + 92 = 231 (100%)
R 82 of 231 ~ 35.5%
G 57 of 231 ~ 24.68%
B 92 of 231 ~ 39.83%

%35.5
%24.68
%39.83

CMYK color model

#52395C color CMYK value is (11,38,0,64).

  • cyan value is 10.87%
  • magenta value is 38.04%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(11,38,0,64)
C11M38Y0K64 
(11%,38%,0%,64%)
(0.11/0.38/0.00/0.64)	

CMYK percentages

%10.87
%38.04
%0
%63.92

Codes

Color #52395C in popluar color models

52395C
RGB825792
HSL283°23.49%29.22%
HSB/HSV283°38.04%36.08%
CMYK10.87%38.04%0.00%
63.92%

Color #52395C in popluar number systems.

HEX52395C
Decimal825792
Binary10100101110011011100
Octal12271134

Shades and tints

Shades of #52395C

#52395C
(82,57,92)
#4B3454
(75,52,84)
#442F4C
(68,47,76)
#3D2A44
(61,42,68)
#36253C
(54,37,60)
#2F2034
(47,32,52)
#281B2C
(40,27,44)
#211624
(33,22,36)
#1A111C
(26,17,28)
#130C14
(19,12,20)
#0C070C
(12,7,12)
#000000
(0,0,0)

Tints of #52395C

#52395C
(82,57,92)
#614B6A
(97,75,106)
#705D78
(112,93,120)
#7F6F86
(127,111,134)
#8E8194
(142,129,148)
#9D93A2
(157,147,162)
#ACA5B0
(172,165,176)
#BBB7BE
(187,183,190)
#CAC9CC
(202,201,204)
#D9DBDA
(217,219,218)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52395C; }

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

This text font color is #52395C.


Background Color

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

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

This div background color is #52395C.


Border color

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

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

This div border color is #52395C.


Opacity

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

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

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

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

This text has shadow with #52395C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52395C on black background.


Color preview on white background

This text has color #52395C on white background.



Black color preview on #52395C background

This text has black color on #52395C background.


White color preview on #52395C background

This text has white color on #52395C background.