COLOR #5E574A

HEX: #5E574A
RGB: (94,87,74)

Color info

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

RGB color model

#5E574A color RGB value is (94,87,74).

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

RGB channels and saturation

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

94
87
74

R + G + B ~ 33%. #5E574A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 87 + 74 = 255 (100%)
R 94 of 255 ~ 36.86%
G 87 of 255 ~ 34.12%
B 74 of 255 ~ 29.02%

%36.86
%34.12
%29.02

CMYK color model

#5E574A color CMYK value is (0,7,21,63).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 21.28%
  • key color value is 63.14%
CMYK:
(0,7,21,63)
C0M7Y21K63 
(0%,7%,21%,63%)
(0.00/0.07/0.21/0.63)	

CMYK percentages

%0
%7.45
%21.28
%63.14

Codes

Color #5E574A in popluar color models

5E574A
RGB948774
HSL39°11.90%32.94%
HSB/HSV39°21.28%36.86%
CMYK0.00%7.45%21.28%
63.14%

Color #5E574A in popluar number systems.

HEX5E574A
Decimal948774
Binary101111010101111001010
Octal136127112

Shades and tints

Shades of #5E574A

#5E574A
(94,87,74)
#565044
(86,80,68)
#4E493E
(78,73,62)
#464238
(70,66,56)
#3E3B32
(62,59,50)
#36342C
(54,52,44)
#2E2D26
(46,45,38)
#262620
(38,38,32)
#1E1F1A
(30,31,26)
#161814
(22,24,20)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #5E574A

#5E574A
(94,87,74)
#6C665A
(108,102,90)
#7A756A
(122,117,106)
#88847A
(136,132,122)
#96938A
(150,147,138)
#A4A29A
(164,162,154)
#B2B1AA
(178,177,170)
#C0C0BA
(192,192,186)
#CECFCA
(206,207,202)
#DCDEDA
(220,222,218)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E574A; }

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

This text font color is #5E574A.


Background Color

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

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

This div background color is #5E574A.


Border color

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

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

This div border color is #5E574A.


Opacity

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

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

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

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

This text has shadow with #5E574A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E574A on black background.


Color preview on white background

This text has color #5E574A on white background.



Black color preview on #5E574A background

This text has black color on #5E574A background.


White color preview on #5E574A background

This text has white color on #5E574A background.