COLOR #5E584F

HEX: #5E584F
RGB: (94,88,79)

Color info

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

RGB color model

#5E584F color RGB value is (94,88,79).

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

RGB channels and saturation

R 94 of 255 = 37%
G 88 of 255 = 35%
B 79 of 255 = 31%

94
88
79

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

Portions of RGB colors in percentages

R + G + B =
94 + 88 + 79 = 261 (100%)
R 94 of 261 ~ 36.02%
G 88 of 261 ~ 33.72%
B 79 of 261 ~ 30.27%

%36.02
%33.72
%30.27

CMYK color model

#5E584F color CMYK value is (0,6,16,63).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 15.96%
  • key color value is 63.14%
CMYK:
(0,6,16,63)
C0M6Y16K63 
(0%,6%,16%,63%)
(0.00/0.06/0.16/0.63)	

CMYK percentages

%0
%6.38
%15.96
%63.14

Codes

Color #5E584F in popluar color models

5E584F
RGB948879
HSL36°8.67%33.92%
HSB/HSV36°15.96%36.86%
CMYK0.00%6.38%15.96%
63.14%

Color #5E584F in popluar number systems.

HEX5E584F
Decimal948879
Binary101111010110001001111
Octal136130117

Shades and tints

Shades of #5E584F

#5E584F
(94,88,79)
#565048
(86,80,72)
#4E4841
(78,72,65)
#46403A
(70,64,58)
#3E3833
(62,56,51)
#36302C
(54,48,44)
#2E2825
(46,40,37)
#26201E
(38,32,30)
#1E1817
(30,24,23)
#161010
(22,16,16)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #5E584F

#5E584F
(94,88,79)
#6C675F
(108,103,95)
#7A766F
(122,118,111)
#88857F
(136,133,127)
#96948F
(150,148,143)
#A4A39F
(164,163,159)
#B2B2AF
(178,178,175)
#C0C1BF
(192,193,191)
#CED0CF
(206,208,207)
#DCDFDF
(220,223,223)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E584F; }

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

This text font color is #5E584F.


Background Color

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

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

This div background color is #5E584F.


Border color

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

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

This div border color is #5E584F.


Opacity

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

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

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

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

This text has shadow with #5E584F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E584F on black background.


Color preview on white background

This text has color #5E584F on white background.



Black color preview on #5E584F background

This text has black color on #5E584F background.


White color preview on #5E584F background

This text has white color on #5E584F background.