COLOR #575760

HEX: #575760 RGB: (87,87,96)

Color info

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

RGB color model

#575760 color RGB value is (87,87,96).

RGB: (87,87,96) (34%, 34%, 38%)

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 96 of 255 = 38%

87
87
96

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

Portions of RGB colors in percentages

R + G + B = 87 + 87 + 96 = 270 (100%)
R 87 of 270 ~ 32.22%
G 87 of 270 ~ 32.22%
B 96 of 270 ~ 35.56'%

%32.22
%32.22
%35.56

CMYK color model

#575760 color CMYK value is (9,9,0,62).

  • cyan value is 9.38%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (9,9,0,62)
C9M9Y0K62 (9%, 9%, 0%, 62%)
(0.09 / 0.09 / 0.00 / 0.62)

CMYK percentages

%9.38
%9.38
%0
%62.35

Codes

Color #575760 in popluar color models

57 57 60
RGB 87 87 96
HSL 240° 4.92% 35.88%
HSB/HSV 240° 9.38% 37.65%
CMYK 9.38% 9.38% 0.00%
62.35%

Color #575760 in popluar number systems.

HEX 57 57 60
Decimal 87 87 96
Binary 1010111 1010111 1100000
Octal 127 127 140

Shades and tints

Shades of #575760

#575760
(87,87,96)
#505058
(80,80,88)
#494950
(73,73,80)
#424248
(66,66,72)
#3B3B40
(59,59,64)
#343438
(52,52,56)
#2D2D30
(45,45,48)
#262628
(38,38,40)
#1F1F20
(31,31,32)
#181818
(24,24,24)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #575760

#575760
(87,87,96)
#66666E
(102,102,110)
#75757C
(117,117,124)
#84848A
(132,132,138)
#939398
(147,147,152)
#A2A2A6
(162,162,166)
#B1B1B4
(177,177,180)
#C0C0C2
(192,192,194)
#CFCFD0
(207,207,208)
#DEDEDE
(222,222,222)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575760; }

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

This text font color is #575760.

Background Color

.myBgColor { background-color: #575760; }

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

This div background color is #575760.

Border color

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

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

This div border color is #575760.

Opacity

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

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

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

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

This text has shadow with #575760 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575760.

Preview

Color preview on black background

This text has color #575760 on black background.


Color preview on white background

This text has color #575760 on white background.


Black color preview on #575760 background

This text has black color on #575760 background.


White color preview on #575760 background

This text has white color on #575760 background.


Related colors

Complementary color

Complementary color for #hex is #A8A89F.


I love getcolorcode.com