COLOR #52375F

HEX: #52375F
RGB: (82,55,95)

Color info

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

RGB color model

#52375F color RGB value is (82,55,95).

  • red value is 82;
  • green value is 55;
  • blue value is 95.
RGB:
(82,55,95)
(32%,22%,37%)

RGB channels and saturation

R 82 of 255 = 32%
G 55 of 255 = 22%
B 95 of 255 = 37%

82
55
95

R + G + B ~ 30%. #52375F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 55 + 95 = 232 (100%)
R 82 of 232 ~ 35.34%
G 55 of 232 ~ 23.71%
B 95 of 232 ~ 40.95%

%35.34
%23.71
%40.95

CMYK color model

#52375F color CMYK value is (14,42,0,63).

  • cyan value is 13.68%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(14,42,0,63)
C14M42Y0K63 
(14%,42%,0%,63%)
(0.14/0.42/0.00/0.63)	

CMYK percentages

%13.68
%42.11
%0
%62.75

Codes

Color #52375F in popluar color models

52375F
RGB825595
HSL281°26.67%29.41%
HSB/HSV281°42.11%37.25%
CMYK13.68%42.11%0.00%
62.75%

Color #52375F in popluar number systems.

HEX52375F
Decimal825595
Binary10100101101111011111
Octal12267137

Shades and tints

Shades of #52375F

#52375F
(82,55,95)
#4B3257
(75,50,87)
#442D4F
(68,45,79)
#3D2847
(61,40,71)
#36233F
(54,35,63)
#2F1E37
(47,30,55)
#28192F
(40,25,47)
#211427
(33,20,39)
#1A0F1F
(26,15,31)
#130A17
(19,10,23)
#0C050F
(12,5,15)
#000000
(0,0,0)

Tints of #52375F

#52375F
(82,55,95)
#61496D
(97,73,109)
#705B7B
(112,91,123)
#7F6D89
(127,109,137)
#8E7F97
(142,127,151)
#9D91A5
(157,145,165)
#ACA3B3
(172,163,179)
#BBB5C1
(187,181,193)
#CAC7CF
(202,199,207)
#D9D9DD
(217,217,221)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52375F color. Also use rgb(82,55,95) instead hex code.

Text Font Color

.myTextColor { color: #52375F; }

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

This text font color is #52375F.


Background Color

.myBgColor { background-color: #52375F; }

<div style="background-color:#52375F">Inner text</div>

This div background color is #52375F.


Border color

.myBorderColor { border: 1px solid #52375F; }

<div style="border:3px solid #52375F">Div</div>

This div border color is #52375F.


Opacity

.myOpacity80 { color: #52375F; opacity: 0.8; }

<p style="color:#52375F;opacity:0.8;">80%</p>

Text with #52375F 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 #52375F;}

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

This text has shadow with #52375F color.

.textShadow {text-shadow: 3px 3px 1px #52375F, 3px 3px 1px red;}

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

This text has shadow with #52375F primary color and red secondary color.


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

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

This text has shadow with #52375F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52375F on black background.


Color preview on white background

This text has color #52375F on white background.



Black color preview on #52375F background

This text has black color on #52375F background.


White color preview on #52375F background

This text has white color on #52375F background.