COLOR #5E574C

HEX: #5E574C
RGB: (94,87,76)

Color info

#5E574C contains red, green and blue colors in about the same proportion. Web safe color of #5E574C is #666633 (or #663).

RGB color model

#5E574C color RGB value is (94,87,76).

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

RGB channels and saturation

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

94
87
76

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

Portions of RGB colors in percentages

R + G + B =
94 + 87 + 76 = 257 (100%)
R 94 of 257 ~ 36.58%
G 87 of 257 ~ 33.85%
B 76 of 257 ~ 29.57%

%36.58
%33.85
%29.57

CMYK color model

#5E574C color CMYK value is (0,7,19,63).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 19.15%
  • key color value is 63.14%
CMYK:
(0,7,19,63)
C0M7Y19K63 
(0%,7%,19%,63%)
(0.00/0.07/0.19/0.63)	

CMYK percentages

%0
%7.45
%19.15
%63.14

Codes

Color #5E574C in popluar color models

5E574C
RGB948776
HSL37°10.59%33.33%
HSB/HSV37°19.15%36.86%
CMYK0.00%7.45%19.15%
63.14%

Color #5E574C in popluar number systems.

HEX5E574C
Decimal948776
Binary101111010101111001100
Octal136127114

Shades and tints

Shades of #5E574C

#5E574C
(94,87,76)
#565046
(86,80,70)
#4E4940
(78,73,64)
#46423A
(70,66,58)
#3E3B34
(62,59,52)
#36342E
(54,52,46)
#2E2D28
(46,45,40)
#262622
(38,38,34)
#1E1F1C
(30,31,28)
#161816
(22,24,22)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #5E574C

#5E574C
(94,87,76)
#6C665C
(108,102,92)
#7A756C
(122,117,108)
#88847C
(136,132,124)
#96938C
(150,147,140)
#A4A29C
(164,162,156)
#B2B1AC
(178,177,172)
#C0C0BC
(192,192,188)
#CECFCC
(206,207,204)
#DCDEDC
(220,222,220)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E574C; }

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

This text font color is #5E574C.


Background Color

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

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

This div background color is #5E574C.


Border color

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

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

This div border color is #5E574C.


Opacity

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

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

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

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

This text has shadow with #5E574C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E574C on black background.


Color preview on white background

This text has color #5E574C on white background.



Black color preview on #5E574C background

This text has black color on #5E574C background.


White color preview on #5E574C background

This text has white color on #5E574C background.