COLOR #575E5E

HEX: #575E5E RGB: (87,94,94)

Color info

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

RGB color model

#575E5E color RGB value is (87,94,94).

RGB: (87,94,94) (34%, 37%, 37%)

RGB channels and saturation

R 87 of 255 = 34%
G 94 of 255 = 37%
B 94 of 255 = 37%

87
94
94

R + G + B ~ 36%. #575E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 94 + 94 = 275 (100%)
R 87 of 275 ~ 31.64%
G 94 of 275 ~ 34.18%
B 94 of 275 ~ 34.18'%

%31.64
%34.18
%34.18

CMYK color model

#575E5E color CMYK value is (7,0,0,63).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (7,0,0,63)
C7M0Y0K63 (7%, 0%, 0%, 63%)
(0.07 / 0.00 / 0.00 / 0.63)

CMYK percentages

%7.45
%0
%0
%63.14

Codes

Color #575E5E in popluar color models

57 5E 5E
RGB 87 94 94
HSL 180° 3.87% 35.49%
HSB/HSV 180° 7.45% 36.86%
CMYK 7.45% 0.00% 0.00%
63.14%

Color #575E5E in popluar number systems.

HEX 57 5E 5E
Decimal 87 94 94
Binary 1010111 1011110 1011110
Octal 127 136 136

Shades and tints

Shades of #575E5E

#575E5E
(87,94,94)
#505656
(80,86,86)
#494E4E
(73,78,78)
#424646
(66,70,70)
#3B3E3E
(59,62,62)
#343636
(52,54,54)
#2D2E2E
(45,46,46)
#262626
(38,38,38)
#1F1E1E
(31,30,30)
#181616
(24,22,22)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #575E5E

#575E5E
(87,94,94)
#666C6C
(102,108,108)
#757A7A
(117,122,122)
#848888
(132,136,136)
#939696
(147,150,150)
#A2A4A4
(162,164,164)
#B1B2B2
(177,178,178)
#C0C0C0
(192,192,192)
#CFCECE
(207,206,206)
#DEDCDC
(222,220,220)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575E5E; }

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

This text font color is #575E5E.

Background Color

.myBgColor { background-color: #575E5E; }

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

This div background color is #575E5E.

Border color

.myBorderColor { border: 1px solid #575E5E; }

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

This div border color is #575E5E.

Opacity

.myOpacity80 { color: #575E5E; opacity: 0.8; }

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

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

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

This text has shadow with #575E5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575E5E.

Preview

Color preview on black background

This text has color #575E5E on black background.


Color preview on white background

This text has color #575E5E on white background.


Black color preview on #575E5E background

This text has black color on #575E5E background.


White color preview on #575E5E background

This text has white color on #575E5E background.


Related colors

Complementary color

Complementary color for #hex is #A8A1A1.


I love getcolorcode.com