COLOR #525657

HEX: #525657
RGB: (82,86,87)

Color info

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

RGB color model

#525657 color RGB value is (82,86,87).

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

RGB channels and saturation

R 82 of 255 = 32%
G 86 of 255 = 34%
B 87 of 255 = 34%

82
86
87

R + G + B ~ 33%. #525657 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 86 + 87 = 255 (100%)
R 82 of 255 ~ 32.16%
G 86 of 255 ~ 33.73%
B 87 of 255 ~ 34.12%

%32.16
%33.73
%34.12

CMYK color model

#525657 color CMYK value is (6,1,0,66).

  • cyan value is 5.75%
  • magenta value is 1.15%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(6,1,0,66)
C6M1Y0K66 
(6%,1%,0%,66%)
(0.06/0.01/0.00/0.66)	

CMYK percentages

%5.75
%1.15
%0
%65.88

Codes

Color #525657 in popluar color models

525657
RGB828687
HSL192°2.96%33.14%
HSB/HSV192°5.75%34.12%
CMYK5.75%1.15%0.00%
65.88%

Color #525657 in popluar number systems.

HEX525657
Decimal828687
Binary101001010101101010111
Octal122126127

Shades and tints

Shades of #525657

#525657
(82,86,87)
#4B4F50
(75,79,80)
#444849
(68,72,73)
#3D4142
(61,65,66)
#363A3B
(54,58,59)
#2F3334
(47,51,52)
#282C2D
(40,44,45)
#212526
(33,37,38)
#1A1E1F
(26,30,31)
#131718
(19,23,24)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #525657

#525657
(82,86,87)
#616566
(97,101,102)
#707475
(112,116,117)
#7F8384
(127,131,132)
#8E9293
(142,146,147)
#9DA1A2
(157,161,162)
#ACB0B1
(172,176,177)
#BBBFC0
(187,191,192)
#CACECF
(202,206,207)
#D9DDDE
(217,221,222)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525657; }

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

This text font color is #525657.


Background Color

.myBgColor { background-color: #525657; }

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

This div background color is #525657.


Border color

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

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

This div border color is #525657.


Opacity

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

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

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

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

This text has shadow with #525657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525657 on black background.


Color preview on white background

This text has color #525657 on white background.



Black color preview on #525657 background

This text has black color on #525657 background.


White color preview on #525657 background

This text has white color on #525657 background.