COLOR #52415B

HEX: #52415B
RGB: (82,65,91)

Color info

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

RGB color model

#52415B color RGB value is (82,65,91).

  • red value is 82;
  • green value is 65;
  • blue value is 91.
RGB:
(82,65,91)
(32%,25%,36%)

RGB channels and saturation

R 82 of 255 = 32%
G 65 of 255 = 25%
B 91 of 255 = 36%

82
65
91

R + G + B ~ 31%. #52415B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 65 + 91 = 238 (100%)
R 82 of 238 ~ 34.45%
G 65 of 238 ~ 27.31%
B 91 of 238 ~ 38.24%

%34.45
%27.31
%38.24

CMYK color model

#52415B color CMYK value is (10,29,0,64).

  • cyan value is 9.89%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(10,29,0,64)
C10M29Y0K64 
(10%,29%,0%,64%)
(0.10/0.29/0.00/0.64)	

CMYK percentages

%9.89
%28.57
%0
%64.31

Codes

Color #52415B in popluar color models

52415B
RGB826591
HSL279°16.67%30.59%
HSB/HSV279°28.57%35.69%
CMYK9.89%28.57%0.00%
64.31%

Color #52415B in popluar number systems.

HEX52415B
Decimal826591
Binary101001010000011011011
Octal122101133

Shades and tints

Shades of #52415B

#52415B
(82,65,91)
#4B3C53
(75,60,83)
#44374B
(68,55,75)
#3D3243
(61,50,67)
#362D3B
(54,45,59)
#2F2833
(47,40,51)
#28232B
(40,35,43)
#211E23
(33,30,35)
#1A191B
(26,25,27)
#131413
(19,20,19)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #52415B

#52415B
(82,65,91)
#615269
(97,82,105)
#706377
(112,99,119)
#7F7485
(127,116,133)
#8E8593
(142,133,147)
#9D96A1
(157,150,161)
#ACA7AF
(172,167,175)
#BBB8BD
(187,184,189)
#CAC9CB
(202,201,203)
#D9DAD9
(217,218,217)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52415B color. Also use rgb(82,65,91) instead hex code.

Text Font Color

.myTextColor { color: #52415B; }

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

This text font color is #52415B.


Background Color

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

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

This div background color is #52415B.


Border color

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

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

This div border color is #52415B.


Opacity

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

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

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

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

This text has shadow with #52415B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52415B on black background.


Color preview on white background

This text has color #52415B on white background.



Black color preview on #52415B background

This text has black color on #52415B background.


White color preview on #52415B background

This text has white color on #52415B background.