COLOR #52565F

HEX: #52565F
RGB: (82,86,95)

Color info

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

RGB color model

#52565F color RGB value is (82,86,95).

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

RGB channels and saturation

R 82 of 255 = 32%
G 86 of 255 = 34%
B 95 of 255 = 37%

82
86
95

R + G + B ~ 34%. #52565F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 86 + 95 = 263 (100%)
R 82 of 263 ~ 31.18%
G 86 of 263 ~ 32.7%
B 95 of 263 ~ 36.12%

%31.18
%32.7
%36.12

CMYK color model

#52565F color CMYK value is (14,9,0,63).

  • cyan value is 13.68%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(14,9,0,63)
C14M9Y0K63 
(14%,9%,0%,63%)
(0.14/0.09/0.00/0.63)	

CMYK percentages

%13.68
%9.47
%0
%62.75

Codes

Color #52565F in popluar color models

52565F
RGB828695
HSL222°7.34%34.71%
HSB/HSV222°13.68%37.25%
CMYK13.68%9.47%0.00%
62.75%

Color #52565F in popluar number systems.

HEX52565F
Decimal828695
Binary101001010101101011111
Octal122126137

Shades and tints

Shades of #52565F

#52565F
(82,86,95)
#4B4F57
(75,79,87)
#44484F
(68,72,79)
#3D4147
(61,65,71)
#363A3F
(54,58,63)
#2F3337
(47,51,55)
#282C2F
(40,44,47)
#212527
(33,37,39)
#1A1E1F
(26,30,31)
#131717
(19,23,23)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #52565F

#52565F
(82,86,95)
#61656D
(97,101,109)
#70747B
(112,116,123)
#7F8389
(127,131,137)
#8E9297
(142,146,151)
#9DA1A5
(157,161,165)
#ACB0B3
(172,176,179)
#BBBFC1
(187,191,193)
#CACECF
(202,206,207)
#D9DDDD
(217,221,221)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52565F; }

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

This text font color is #52565F.


Background Color

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

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

This div background color is #52565F.


Border color

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

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

This div border color is #52565F.


Opacity

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

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

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

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

This text has shadow with #52565F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52565F on black background.


Color preview on white background

This text has color #52565F on white background.



Black color preview on #52565F background

This text has black color on #52565F background.


White color preview on #52565F background

This text has white color on #52565F background.