COLOR #575656

HEX: #575656 RGB: (87,86,86)

Color info

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

RGB color model

#575656 color RGB value is (87,86,86).

RGB: (87,86,86) (34%, 34%, 34%)

RGB channels and saturation

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

87
86
86

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

Portions of RGB colors in percentages

R + G + B = 87 + 86 + 86 = 259 (100%)
R 87 of 259 ~ 33.59%
G 86 of 259 ~ 33.2%
B 86 of 259 ~ 33.2'%

%33.59
%33.2
%33.2

CMYK color model

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

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

CMYK: (0,1,1,66)
C0M1Y1K66 (0%, 1%, 1%, 66%)
(0.00 / 0.01 / 0.01 / 0.66)

CMYK percentages

%0
%1.15
%1.15
%65.88

Codes

Color #575656 in popluar color models

57 56 56
RGB 87 86 86
HSL 0.58% 33.92%
HSB/HSV 1.15% 34.12%
CMYK 0.00% 1.15% 1.15%
65.88%

Color #575656 in popluar number systems.

HEX 57 56 56
Decimal 87 86 86
Binary 1010111 1010110 1010110
Octal 127 126 126

Shades and tints

Shades of #575656

#575656
(87,86,86)
#504F4F
(80,79,79)
#494848
(73,72,72)
#424141
(66,65,65)
#3B3A3A
(59,58,58)
#343333
(52,51,51)
#2D2C2C
(45,44,44)
#262525
(38,37,37)
#1F1E1E
(31,30,30)
#181717
(24,23,23)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #575656

#575656
(87,86,86)
#666565
(102,101,101)
#757474
(117,116,116)
#848383
(132,131,131)
#939292
(147,146,146)
#A2A1A1
(162,161,161)
#B1B0B0
(177,176,176)
#C0BFBF
(192,191,191)
#CFCECE
(207,206,206)
#DEDDDD
(222,221,221)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575656; }

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

This text font color is #575656.

Background Color

.myBgColor { background-color: #575656; }

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

This div background color is #575656.

Border color

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

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

This div border color is #575656.

Opacity

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

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

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

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

This text has shadow with #575656 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575656.

Preview

Color preview on black background

This text has color #575656 on black background.


Color preview on white background

This text has color #575656 on white background.


Black color preview on #575656 background

This text has black color on #575656 background.


White color preview on #575656 background

This text has white color on #575656 background.


Related colors

Complementary color

Complementary color for #hex is #A8A9A9.


I love getcolorcode.com