COLOR #52465C

HEX: #52465C
RGB: (82,70,92)

Color info

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

RGB color model

#52465C color RGB value is (82,70,92).

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

RGB channels and saturation

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

82
70
92

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

Portions of RGB colors in percentages

R + G + B =
82 + 70 + 92 = 244 (100%)
R 82 of 244 ~ 33.61%
G 70 of 244 ~ 28.69%
B 92 of 244 ~ 37.7%

%33.61
%28.69
%37.7

CMYK color model

#52465C color CMYK value is (11,24,0,64).

  • cyan value is 10.87%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(11,24,0,64)
C11M24Y0K64 
(11%,24%,0%,64%)
(0.11/0.24/0.00/0.64)	

CMYK percentages

%10.87
%23.91
%0
%63.92

Codes

Color #52465C in popluar color models

52465C
RGB827092
HSL273°13.58%31.76%
HSB/HSV273°23.91%36.08%
CMYK10.87%23.91%0.00%
63.92%

Color #52465C in popluar number systems.

HEX52465C
Decimal827092
Binary101001010001101011100
Octal122106134

Shades and tints

Shades of #52465C

#52465C
(82,70,92)
#4B4054
(75,64,84)
#443A4C
(68,58,76)
#3D3444
(61,52,68)
#362E3C
(54,46,60)
#2F2834
(47,40,52)
#28222C
(40,34,44)
#211C24
(33,28,36)
#1A161C
(26,22,28)
#131014
(19,16,20)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #52465C

#52465C
(82,70,92)
#61566A
(97,86,106)
#706678
(112,102,120)
#7F7686
(127,118,134)
#8E8694
(142,134,148)
#9D96A2
(157,150,162)
#ACA6B0
(172,166,176)
#BBB6BE
(187,182,190)
#CAC6CC
(202,198,204)
#D9D6DA
(217,214,218)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52465C; }

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

This text font color is #52465C.


Background Color

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

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

This div background color is #52465C.


Border color

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

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

This div border color is #52465C.


Opacity

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

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

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

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

This text has shadow with #52465C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52465C on black background.


Color preview on white background

This text has color #52465C on white background.



Black color preview on #52465C background

This text has black color on #52465C background.


White color preview on #52465C background

This text has white color on #52465C background.