COLOR #525960

HEX: #525960
RGB: (82,89,96)

Color info

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

RGB color model

#525960 color RGB value is (82,89,96).

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

RGB channels and saturation

R 82 of 255 = 32%
G 89 of 255 = 35%
B 96 of 255 = 38%

82
89
96

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

Portions of RGB colors in percentages

R + G + B =
82 + 89 + 96 = 267 (100%)
R 82 of 267 ~ 30.71%
G 89 of 267 ~ 33.33%
B 96 of 267 ~ 35.96%

%30.71
%33.33
%35.96

CMYK color model

#525960 color CMYK value is (15,7,0,62).

  • cyan value is 14.58%
  • magenta value is 7.29%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(15,7,0,62)
C15M7Y0K62 
(15%,7%,0%,62%)
(0.15/0.07/0.00/0.62)	

CMYK percentages

%14.58
%7.29
%0
%62.35

Codes

Color #525960 in popluar color models

525960
RGB828996
HSL210°7.87%34.90%
HSB/HSV210°14.58%37.65%
CMYK14.58%7.29%0.00%
62.35%

Color #525960 in popluar number systems.

HEX525960
Decimal828996
Binary101001010110011100000
Octal122131140

Shades and tints

Shades of #525960

#525960
(82,89,96)
#4B5158
(75,81,88)
#444950
(68,73,80)
#3D4148
(61,65,72)
#363940
(54,57,64)
#2F3138
(47,49,56)
#282930
(40,41,48)
#212128
(33,33,40)
#1A1920
(26,25,32)
#131118
(19,17,24)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #525960

#525960
(82,89,96)
#61686E
(97,104,110)
#70777C
(112,119,124)
#7F868A
(127,134,138)
#8E9598
(142,149,152)
#9DA4A6
(157,164,166)
#ACB3B4
(172,179,180)
#BBC2C2
(187,194,194)
#CAD1D0
(202,209,208)
#D9E0DE
(217,224,222)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525960; }

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

This text font color is #525960.


Background Color

.myBgColor { background-color: #525960; }

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

This div background color is #525960.


Border color

.myBorderColor { border: 1px solid #525960; }

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

This div border color is #525960.


Opacity

.myOpacity80 { color: #525960; opacity: 0.8; }

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

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

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

This text has shadow with #525960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525960 on black background.


Color preview on white background

This text has color #525960 on white background.



Black color preview on #525960 background

This text has black color on #525960 background.


White color preview on #525960 background

This text has white color on #525960 background.