COLOR #52455C

HEX: #52455C
RGB: (82,69,92)

Color info

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

RGB color model

#52455C color RGB value is (82,69,92).

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

RGB channels and saturation

R 82 of 255 = 32%
G 69 of 255 = 27%
B 92 of 255 = 36%

82
69
92

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

Portions of RGB colors in percentages

R + G + B =
82 + 69 + 92 = 243 (100%)
R 82 of 243 ~ 33.74%
G 69 of 243 ~ 28.4%
B 92 of 243 ~ 37.86%

%33.74
%28.4
%37.86

CMYK color model

#52455C color CMYK value is (11,25,0,64).

  • cyan value is 10.87%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(11,25,0,64)
C11M25Y0K64 
(11%,25%,0%,64%)
(0.11/0.25/0.00/0.64)	

CMYK percentages

%10.87
%25
%0
%63.92

Codes

Color #52455C in popluar color models

52455C
RGB826992
HSL274°14.29%31.57%
HSB/HSV274°25.00%36.08%
CMYK10.87%25.00%0.00%
63.92%

Color #52455C in popluar number systems.

HEX52455C
Decimal826992
Binary101001010001011011100
Octal122105134

Shades and tints

Shades of #52455C

#52455C
(82,69,92)
#4B3F54
(75,63,84)
#44394C
(68,57,76)
#3D3344
(61,51,68)
#362D3C
(54,45,60)
#2F2734
(47,39,52)
#28212C
(40,33,44)
#211B24
(33,27,36)
#1A151C
(26,21,28)
#130F14
(19,15,20)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #52455C

#52455C
(82,69,92)
#61556A
(97,85,106)
#706578
(112,101,120)
#7F7586
(127,117,134)
#8E8594
(142,133,148)
#9D95A2
(157,149,162)
#ACA5B0
(172,165,176)
#BBB5BE
(187,181,190)
#CAC5CC
(202,197,204)
#D9D5DA
(217,213,218)
#E8E5E8
(232,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52455C; }

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

This text font color is #52455C.


Background Color

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

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

This div background color is #52455C.


Border color

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

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

This div border color is #52455C.


Opacity

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

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

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

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

This text has shadow with #52455C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52455C on black background.


Color preview on white background

This text has color #52455C on white background.



Black color preview on #52455C background

This text has black color on #52455C background.


White color preview on #52455C background

This text has white color on #52455C background.