COLOR #52455F

HEX: #52455F
RGB: (82,69,95)

Color info

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

RGB color model

#52455F color RGB value is (82,69,95).

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

RGB channels and saturation

R 82 of 255 = 32%
G 69 of 255 = 27%
B 95 of 255 = 37%

82
69
95

R + G + B ~ 32%. #52455F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 69 + 95 = 246 (100%)
R 82 of 246 ~ 33.33%
G 69 of 246 ~ 28.05%
B 95 of 246 ~ 38.62%

%33.33
%28.05
%38.62

CMYK color model

#52455F color CMYK value is (14,27,0,63).

  • cyan value is 13.68%
  • magenta value is 27.37%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(14,27,0,63)
C14M27Y0K63 
(14%,27%,0%,63%)
(0.14/0.27/0.00/0.63)	

CMYK percentages

%13.68
%27.37
%0
%62.75

Codes

Color #52455F in popluar color models

52455F
RGB826995
HSL270°15.85%32.16%
HSB/HSV270°27.37%37.25%
CMYK13.68%27.37%0.00%
62.75%

Color #52455F in popluar number systems.

HEX52455F
Decimal826995
Binary101001010001011011111
Octal122105137

Shades and tints

Shades of #52455F

#52455F
(82,69,95)
#4B3F57
(75,63,87)
#44394F
(68,57,79)
#3D3347
(61,51,71)
#362D3F
(54,45,63)
#2F2737
(47,39,55)
#28212F
(40,33,47)
#211B27
(33,27,39)
#1A151F
(26,21,31)
#130F17
(19,15,23)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #52455F

#52455F
(82,69,95)
#61556D
(97,85,109)
#70657B
(112,101,123)
#7F7589
(127,117,137)
#8E8597
(142,133,151)
#9D95A5
(157,149,165)
#ACA5B3
(172,165,179)
#BBB5C1
(187,181,193)
#CAC5CF
(202,197,207)
#D9D5DD
(217,213,221)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52455F; }

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

This text font color is #52455F.


Background Color

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

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

This div background color is #52455F.


Border color

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

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

This div border color is #52455F.


Opacity

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

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

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

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

This text has shadow with #52455F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52455F on black background.


Color preview on white background

This text has color #52455F on white background.



Black color preview on #52455F background

This text has black color on #52455F background.


White color preview on #52455F background

This text has white color on #52455F background.