COLOR #525962

HEX: #525962
RGB: (82,89,98)

Color info

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

RGB color model

#525962 color RGB value is (82,89,98).

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

RGB channels and saturation

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

82
89
98

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

Portions of RGB colors in percentages

R + G + B =
82 + 89 + 98 = 269 (100%)
R 82 of 269 ~ 30.48%
G 89 of 269 ~ 33.09%
B 98 of 269 ~ 36.43%

%30.48
%33.09
%36.43

CMYK color model

#525962 color CMYK value is (16,9,0,62).

  • cyan value is 16.33%
  • magenta value is 9.18%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(16,9,0,62)
C16M9Y0K62 
(16%,9%,0%,62%)
(0.16/0.09/0.00/0.62)	

CMYK percentages

%16.33
%9.18
%0
%61.57

Codes

Color #525962 in popluar color models

525962
RGB828998
HSL214°8.89%35.29%
HSB/HSV214°16.33%38.43%
CMYK16.33%9.18%0.00%
61.57%

Color #525962 in popluar number systems.

HEX525962
Decimal828998
Binary101001010110011100010
Octal122131142

Shades and tints

Shades of #525962

#525962
(82,89,98)
#4B515A
(75,81,90)
#444952
(68,73,82)
#3D414A
(61,65,74)
#363942
(54,57,66)
#2F313A
(47,49,58)
#282932
(40,41,50)
#21212A
(33,33,42)
#1A1922
(26,25,34)
#13111A
(19,17,26)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #525962

#525962
(82,89,98)
#616870
(97,104,112)
#70777E
(112,119,126)
#7F868C
(127,134,140)
#8E959A
(142,149,154)
#9DA4A8
(157,164,168)
#ACB3B6
(172,179,182)
#BBC2C4
(187,194,196)
#CAD1D2
(202,209,210)
#D9E0E0
(217,224,224)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525962; }

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

This text font color is #525962.


Background Color

.myBgColor { background-color: #525962; }

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

This div background color is #525962.


Border color

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

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

This div border color is #525962.


Opacity

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

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

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

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

This text has shadow with #525962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525962 on black background.


Color preview on white background

This text has color #525962 on white background.



Black color preview on #525962 background

This text has black color on #525962 background.


White color preview on #525962 background

This text has white color on #525962 background.