COLOR #525957

HEX: #525957
RGB: (82,89,87)

Color info

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

RGB color model

#525957 color RGB value is (82,89,87).

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

RGB channels and saturation

R 82 of 255 = 32%
G 89 of 255 = 35%
B 87 of 255 = 34%

82
89
87

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

Portions of RGB colors in percentages

R + G + B =
82 + 89 + 87 = 258 (100%)
R 82 of 258 ~ 31.78%
G 89 of 258 ~ 34.5%
B 87 of 258 ~ 33.72%

%31.78
%34.5
%33.72

CMYK color model

#525957 color CMYK value is (8,0,2,65).

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 65.10%
CMYK:
(8,0,2,65)
C8M0Y2K65 
(8%,0%,2%,65%)
(0.08/0.00/0.02/0.65)	

CMYK percentages

%7.87
%0
%2.25
%65.1

Codes

Color #525957 in popluar color models

525957
RGB828987
HSL163°4.09%33.53%
HSB/HSV163°7.87%34.90%
CMYK7.87%0.00%2.25%
65.10%

Color #525957 in popluar number systems.

HEX525957
Decimal828987
Binary101001010110011010111
Octal122131127

Shades and tints

Shades of #525957

#525957
(82,89,87)
#4B5150
(75,81,80)
#444949
(68,73,73)
#3D4142
(61,65,66)
#36393B
(54,57,59)
#2F3134
(47,49,52)
#28292D
(40,41,45)
#212126
(33,33,38)
#1A191F
(26,25,31)
#131118
(19,17,24)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #525957

#525957
(82,89,87)
#616866
(97,104,102)
#707775
(112,119,117)
#7F8684
(127,134,132)
#8E9593
(142,149,147)
#9DA4A2
(157,164,162)
#ACB3B1
(172,179,177)
#BBC2C0
(187,194,192)
#CAD1CF
(202,209,207)
#D9E0DE
(217,224,222)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525957; }

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

This text font color is #525957.


Background Color

.myBgColor { background-color: #525957; }

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

This div background color is #525957.


Border color

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

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

This div border color is #525957.


Opacity

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

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

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

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

This text has shadow with #525957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525957 on black background.


Color preview on white background

This text has color #525957 on white background.



Black color preview on #525957 background

This text has black color on #525957 background.


White color preview on #525957 background

This text has white color on #525957 background.