COLOR #5E5A57

HEX: #5E5A57
RGB: (94,90,87)

Color info

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

RGB color model

#5E5A57 color RGB value is (94,90,87).

  • red value is 94;
  • green value is 90;
  • blue value is 87.
RGB:
(94,90,87)
(37%,35%,34%)

RGB channels and saturation

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

94
90
87

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

Portions of RGB colors in percentages

R + G + B =
94 + 90 + 87 = 271 (100%)
R 94 of 271 ~ 34.69%
G 90 of 271 ~ 33.21%
B 87 of 271 ~ 32.1%

%34.69
%33.21
%32.1

CMYK color model

#5E5A57 color CMYK value is (0,4,7,63).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 7.45%
  • key color value is 63.14%
CMYK:
(0,4,7,63)
C0M4Y7K63 
(0%,4%,7%,63%)
(0.00/0.04/0.07/0.63)	

CMYK percentages

%0
%4.26
%7.45
%63.14

Codes

Color #5E5A57 in popluar color models

5E5A57
RGB949087
HSL26°3.87%35.49%
HSB/HSV26°7.45%36.86%
CMYK0.00%4.26%7.45%
63.14%

Color #5E5A57 in popluar number systems.

HEX5E5A57
Decimal949087
Binary101111010110101010111
Octal136132127

Shades and tints

Shades of #5E5A57

#5E5A57
(94,90,87)
#565250
(86,82,80)
#4E4A49
(78,74,73)
#464242
(70,66,66)
#3E3A3B
(62,58,59)
#363234
(54,50,52)
#2E2A2D
(46,42,45)
#262226
(38,34,38)
#1E1A1F
(30,26,31)
#161218
(22,18,24)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #5E5A57

#5E5A57
(94,90,87)
#6C6966
(108,105,102)
#7A7875
(122,120,117)
#888784
(136,135,132)
#969693
(150,150,147)
#A4A5A2
(164,165,162)
#B2B4B1
(178,180,177)
#C0C3C0
(192,195,192)
#CED2CF
(206,210,207)
#DCE1DE
(220,225,222)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5A57; }

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

This text font color is #5E5A57.


Background Color

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

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

This div background color is #5E5A57.


Border color

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

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

This div border color is #5E5A57.


Opacity

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

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

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

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

This text has shadow with #5E5A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5A57 on black background.


Color preview on white background

This text has color #5E5A57 on white background.



Black color preview on #5E5A57 background

This text has black color on #5E5A57 background.


White color preview on #5E5A57 background

This text has white color on #5E5A57 background.