COLOR #57565D

HEX: #57565D
RGB: (87,86,93)

Color info

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

RGB color model

#57565D color RGB value is (87,86,93).

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

RGB channels and saturation

R 87 of 255 = 34%
G 86 of 255 = 34%
B 93 of 255 = 36%

87
86
93

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

Portions of RGB colors in percentages

R + G + B =
87 + 86 + 93 = 266 (100%)
R 87 of 266 ~ 32.71%
G 86 of 266 ~ 32.33%
B 93 of 266 ~ 34.96%

%32.71
%32.33
%34.96

CMYK color model

#57565D color CMYK value is (6,8,0,64).

  • cyan value is 6.45%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(6,8,0,64)
C6M8Y0K64 
(6%,8%,0%,64%)
(0.06/0.08/0.00/0.64)	

CMYK percentages

%6.45
%7.53
%0
%63.53

Codes

Color #57565D in popluar color models

57565D
RGB878693
HSL249°3.91%35.10%
HSB/HSV249°7.53%36.47%
CMYK6.45%7.53%0.00%
63.53%

Color #57565D in popluar number systems.

HEX57565D
Decimal878693
Binary101011110101101011101
Octal127126135

Shades and tints

Shades of #57565D

#57565D
(87,86,93)
#504F55
(80,79,85)
#49484D
(73,72,77)
#424145
(66,65,69)
#3B3A3D
(59,58,61)
#343335
(52,51,53)
#2D2C2D
(45,44,45)
#262525
(38,37,37)
#1F1E1D
(31,30,29)
#181715
(24,23,21)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #57565D

#57565D
(87,86,93)
#66656B
(102,101,107)
#757479
(117,116,121)
#848387
(132,131,135)
#939295
(147,146,149)
#A2A1A3
(162,161,163)
#B1B0B1
(177,176,177)
#C0BFBF
(192,191,191)
#CFCECD
(207,206,205)
#DEDDDB
(222,221,219)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57565D; }

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

This text font color is #57565D.


Background Color

.myBgColor { background-color: #57565D; }

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

This div background color is #57565D.


Border color

.myBorderColor { border: 1px solid #57565D; }

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

This div border color is #57565D.


Opacity

.myOpacity80 { color: #57565D; opacity: 0.8; }

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

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

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

This text has shadow with #57565D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57565D on black background.


Color preview on white background

This text has color #57565D on white background.



Black color preview on #57565D background

This text has black color on #57565D background.


White color preview on #57565D background

This text has white color on #57565D background.