COLOR #52595F

HEX: #52595F
RGB: (82,89,95)

Color info

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

RGB color model

#52595F color RGB value is (82,89,95).

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

RGB channels and saturation

R 82 of 255 = 32%
G 89 of 255 = 35%
B 95 of 255 = 37%

82
89
95

R + G + B ~ 35%. #52595F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 89 + 95 = 266 (100%)
R 82 of 266 ~ 30.83%
G 89 of 266 ~ 33.46%
B 95 of 266 ~ 35.71%

%30.83
%33.46
%35.71

CMYK color model

#52595F color CMYK value is (14,6,0,63).

  • cyan value is 13.68%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(14,6,0,63)
C14M6Y0K63 
(14%,6%,0%,63%)
(0.14/0.06/0.00/0.63)	

CMYK percentages

%13.68
%6.32
%0
%62.75

Codes

Color #52595F in popluar color models

52595F
RGB828995
HSL208°7.34%34.71%
HSB/HSV208°13.68%37.25%
CMYK13.68%6.32%0.00%
62.75%

Color #52595F in popluar number systems.

HEX52595F
Decimal828995
Binary101001010110011011111
Octal122131137

Shades and tints

Shades of #52595F

#52595F
(82,89,95)
#4B5157
(75,81,87)
#44494F
(68,73,79)
#3D4147
(61,65,71)
#36393F
(54,57,63)
#2F3137
(47,49,55)
#28292F
(40,41,47)
#212127
(33,33,39)
#1A191F
(26,25,31)
#131117
(19,17,23)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #52595F

#52595F
(82,89,95)
#61686D
(97,104,109)
#70777B
(112,119,123)
#7F8689
(127,134,137)
#8E9597
(142,149,151)
#9DA4A5
(157,164,165)
#ACB3B3
(172,179,179)
#BBC2C1
(187,194,193)
#CAD1CF
(202,209,207)
#D9E0DD
(217,224,221)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52595F; }

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

This text font color is #52595F.


Background Color

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

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

This div background color is #52595F.


Border color

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

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

This div border color is #52595F.


Opacity

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

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

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

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

This text has shadow with #52595F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52595F on black background.


Color preview on white background

This text has color #52595F on white background.



Black color preview on #52595F background

This text has black color on #52595F background.


White color preview on #52595F background

This text has white color on #52595F background.