COLOR #5E584D

HEX: #5E584D
RGB: (94,88,77)

Color info

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

RGB color model

#5E584D color RGB value is (94,88,77).

  • red value is 94;
  • green value is 88;
  • blue value is 77.
RGB:
(94,88,77)
(37%,35%,30%)

RGB channels and saturation

R 94 of 255 = 37%
G 88 of 255 = 35%
B 77 of 255 = 30%

94
88
77

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

Portions of RGB colors in percentages

R + G + B =
94 + 88 + 77 = 259 (100%)
R 94 of 259 ~ 36.29%
G 88 of 259 ~ 33.98%
B 77 of 259 ~ 29.73%

%36.29
%33.98
%29.73

CMYK color model

#5E584D color CMYK value is (0,6,18,63).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 18.09%
  • key color value is 63.14%
CMYK:
(0,6,18,63)
C0M6Y18K63 
(0%,6%,18%,63%)
(0.00/0.06/0.18/0.63)	

CMYK percentages

%0
%6.38
%18.09
%63.14

Codes

Color #5E584D in popluar color models

5E584D
RGB948877
HSL39°9.94%33.53%
HSB/HSV39°18.09%36.86%
CMYK0.00%6.38%18.09%
63.14%

Color #5E584D in popluar number systems.

HEX5E584D
Decimal948877
Binary101111010110001001101
Octal136130115

Shades and tints

Shades of #5E584D

#5E584D
(94,88,77)
#565046
(86,80,70)
#4E483F
(78,72,63)
#464038
(70,64,56)
#3E3831
(62,56,49)
#36302A
(54,48,42)
#2E2823
(46,40,35)
#26201C
(38,32,28)
#1E1815
(30,24,21)
#16100E
(22,16,14)
#0E0807
(14,8,7)
#000000
(0,0,0)

Tints of #5E584D

#5E584D
(94,88,77)
#6C675D
(108,103,93)
#7A766D
(122,118,109)
#88857D
(136,133,125)
#96948D
(150,148,141)
#A4A39D
(164,163,157)
#B2B2AD
(178,178,173)
#C0C1BD
(192,193,189)
#CED0CD
(206,208,205)
#DCDFDD
(220,223,221)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E584D color. Also use rgb(94,88,77) instead hex code.

Text Font Color

.myTextColor { color: #5E584D; }

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

This text font color is #5E584D.


Background Color

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

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

This div background color is #5E584D.


Border color

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

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

This div border color is #5E584D.


Opacity

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

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

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

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

This text has shadow with #5E584D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E584D on black background.


Color preview on white background

This text has color #5E584D on white background.



Black color preview on #5E584D background

This text has black color on #5E584D background.


White color preview on #5E584D background

This text has white color on #5E584D background.