COLOR #5E575D

HEX: #5E575D RGB: (94,87,93)

Color info

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

RGB color model

#5E575D color RGB value is (94,87,93).

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

RGB channels and saturation

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

94
87
93

R + G + B ~ 36%. #5E575D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 87 + 93 = 274 (100%)
R 94 of 274 ~ 34.31%
G 87 of 274 ~ 31.75%
B 93 of 274 ~ 33.94'%

%34.31
%31.75
%33.94

CMYK color model

#5E575D color CMYK value is (0,7,1,63).

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

CMYK: (0,7,1,63)
C0M7Y1K63 (0%, 7%, 1%, 63%)
(0.00 / 0.07 / 0.01 / 0.63)

CMYK percentages

%0
%7.45
%1.06
%63.14

Codes

Color #5E575D in popluar color models

5E 57 5D
RGB 94 87 93
HSL 309° 3.87% 35.49%
HSB/HSV 309° 7.45% 36.86%
CMYK 0.00% 7.45% 1.06%
63.14%

Color #5E575D in popluar number systems.

HEX 5E 57 5D
Decimal 94 87 93
Binary 1011110 1010111 1011101
Octal 136 127 135

Shades and tints

Shades of #5E575D

#5E575D
(94,87,93)
#565055
(86,80,85)
#4E494D
(78,73,77)
#464245
(70,66,69)
#3E3B3D
(62,59,61)
#363435
(54,52,53)
#2E2D2D
(46,45,45)
#262625
(38,38,37)
#1E1F1D
(30,31,29)
#161815
(22,24,21)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #5E575D

#5E575D
(94,87,93)
#6C666B
(108,102,107)
#7A7579
(122,117,121)
#888487
(136,132,135)
#969395
(150,147,149)
#A4A2A3
(164,162,163)
#B2B1B1
(178,177,177)
#C0C0BF
(192,192,191)
#CECFCD
(206,207,205)
#DCDEDB
(220,222,219)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E575D; }

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

This text font color is #5E575D.

Background Color

.myBgColor { background-color: #5E575D; }

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

This div background color is #5E575D.

Border color

.myBorderColor { border: 1px solid #5E575D; }

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

This div border color is #5E575D.

Opacity

.myOpacity80 { color: #5E575D; opacity: 0.8; }

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

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

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

This text has shadow with #5E575D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E575D.

Preview

Color preview on black background

This text has color #5E575D on black background.


Color preview on white background

This text has color #5E575D on white background.


Black color preview on #5E575D background

This text has black color on #5E575D background.


White color preview on #5E575D background

This text has white color on #5E575D background.


Related colors

Complementary color

Complementary color for #hex is #A1A8A2.


I love getcolorcode.com

Triadic colors

1 #5D5E57 and #575D5E with #5E575D are triadic colors.

2 #5D575E and #575E5D with #5E575D are triadic colors.