COLOR #525757

HEX: #525757 RGB: (82,87,87)

Color info

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

RGB color model

#525757 color RGB value is (82,87,87).

RGB: (82,87,87) (32%, 34%, 34%)

RGB channels and saturation

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

82
87
87

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

Portions of RGB colors in percentages

R + G + B = 82 + 87 + 87 = 256 (100%)
R 82 of 256 ~ 32.03%
G 87 of 256 ~ 33.98%
B 87 of 256 ~ 33.98'%

%32.03
%33.98
%33.98

CMYK color model

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

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (6,0,0,66)
C6M0Y0K66 (6%, 0%, 0%, 66%)
(0.06 / 0.00 / 0.00 / 0.66)

CMYK percentages

%5.75
%0
%0
%65.88

Codes

Color #525757 in popluar color models

52 57 57
RGB 82 87 87
HSL 180° 2.96% 33.14%
HSB/HSV 180° 5.75% 34.12%
CMYK 5.75% 0.00% 0.00%
65.88%

Color #525757 in popluar number systems.

HEX 52 57 57
Decimal 82 87 87
Binary 1010010 1010111 1010111
Octal 122 127 127

Shades and tints

Shades of #525757

#525757
(82,87,87)
#4B5050
(75,80,80)
#444949
(68,73,73)
#3D4242
(61,66,66)
#363B3B
(54,59,59)
#2F3434
(47,52,52)
#282D2D
(40,45,45)
#212626
(33,38,38)
#1A1F1F
(26,31,31)
#131818
(19,24,24)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #525757

#525757
(82,87,87)
#616666
(97,102,102)
#707575
(112,117,117)
#7F8484
(127,132,132)
#8E9393
(142,147,147)
#9DA2A2
(157,162,162)
#ACB1B1
(172,177,177)
#BBC0C0
(187,192,192)
#CACFCF
(202,207,207)
#D9DEDE
(217,222,222)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525757; }

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

This text font color is #525757.

Background Color

.myBgColor { background-color: #525757; }

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

This div background color is #525757.

Border color

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

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

This div border color is #525757.

Opacity

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

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

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

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

This text has shadow with #525757 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525757.

Preview

Color preview on black background

This text has color #525757 on black background.


Color preview on white background

This text has color #525757 on white background.


Black color preview on #525757 background

This text has black color on #525757 background.


White color preview on #525757 background

This text has white color on #525757 background.


Related colors

Complementary color

Complementary color for #hex is #ADA8A8.


I love getcolorcode.com