COLOR #52575C

HEX: #52575C
RGB: (82,87,92)

Color info

#52575C contains red, green and blue colors in about the same proportion. Web safe color of #52575C is #666666 (or #666).

RGB color model

#52575C color RGB value is (82,87,92).

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

RGB channels and saturation

R 82 of 255 = 32%
G 87 of 255 = 34%
B 92 of 255 = 36%

82
87
92

R + G + B ~ 34%. #52575C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 87 + 92 = 261 (100%)
R 82 of 261 ~ 31.42%
G 87 of 261 ~ 33.33%
B 92 of 261 ~ 35.25%

%31.42
%33.33
%35.25

CMYK color model

#52575C color CMYK value is (11,5,0,64).

  • cyan value is 10.87%
  • magenta value is 5.43%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(11,5,0,64)
C11M5Y0K64 
(11%,5%,0%,64%)
(0.11/0.05/0.00/0.64)	

CMYK percentages

%10.87
%5.43
%0
%63.92

Codes

Color #52575C in popluar color models

52575C
RGB828792
HSL210°5.75%34.12%
HSB/HSV210°10.87%36.08%
CMYK10.87%5.43%0.00%
63.92%

Color #52575C in popluar number systems.

HEX52575C
Decimal828792
Binary101001010101111011100
Octal122127134

Shades and tints

Shades of #52575C

#52575C
(82,87,92)
#4B5054
(75,80,84)
#44494C
(68,73,76)
#3D4244
(61,66,68)
#363B3C
(54,59,60)
#2F3434
(47,52,52)
#282D2C
(40,45,44)
#212624
(33,38,36)
#1A1F1C
(26,31,28)
#131814
(19,24,20)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #52575C

#52575C
(82,87,92)
#61666A
(97,102,106)
#707578
(112,117,120)
#7F8486
(127,132,134)
#8E9394
(142,147,148)
#9DA2A2
(157,162,162)
#ACB1B0
(172,177,176)
#BBC0BE
(187,192,190)
#CACFCC
(202,207,204)
#D9DEDA
(217,222,218)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52575C; }

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

This text font color is #52575C.


Background Color

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

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

This div background color is #52575C.


Border color

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

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

This div border color is #52575C.


Opacity

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

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

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

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

This text has shadow with #52575C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52575C on black background.


Color preview on white background

This text has color #52575C on white background.



Black color preview on #52575C background

This text has black color on #52575C background.


White color preview on #52575C background

This text has white color on #52575C background.