COLOR #5E4D51

HEX: #5E4D51
RGB: (94,77,81)

Color info

#5E4D51 contains red, green and blue colors in about the same proportion. Web safe color of #5E4D51 is #663366 (or #636).

RGB color model

#5E4D51 color RGB value is (94,77,81).

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

RGB channels and saturation

R 94 of 255 = 37%
G 77 of 255 = 30%
B 81 of 255 = 32%

94
77
81

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

Portions of RGB colors in percentages

R + G + B =
94 + 77 + 81 = 252 (100%)
R 94 of 252 ~ 37.3%
G 77 of 252 ~ 30.56%
B 81 of 252 ~ 32.14%

%37.3
%30.56
%32.14

CMYK color model

#5E4D51 color CMYK value is (0,18,14,63).

  • cyan value is 0.00%
  • magenta value is 18.09%
  • yellow value is 13.83%
  • key color value is 63.14%
CMYK:
(0,18,14,63)
C0M18Y14K63 
(0%,18%,14%,63%)
(0.00/0.18/0.14/0.63)	

CMYK percentages

%0
%18.09
%13.83
%63.14

Codes

Color #5E4D51 in popluar color models

5E4D51
RGB947781
HSL346°9.94%33.53%
HSB/HSV346°18.09%36.86%
CMYK0.00%18.09%13.83%
63.14%

Color #5E4D51 in popluar number systems.

HEX5E4D51
Decimal947781
Binary101111010011011010001
Octal136115121

Shades and tints

Shades of #5E4D51

#5E4D51
(94,77,81)
#56464A
(86,70,74)
#4E3F43
(78,63,67)
#46383C
(70,56,60)
#3E3135
(62,49,53)
#362A2E
(54,42,46)
#2E2327
(46,35,39)
#261C20
(38,28,32)
#1E1519
(30,21,25)
#160E12
(22,14,18)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #5E4D51

#5E4D51
(94,77,81)
#6C5D60
(108,93,96)
#7A6D6F
(122,109,111)
#887D7E
(136,125,126)
#968D8D
(150,141,141)
#A49D9C
(164,157,156)
#B2ADAB
(178,173,171)
#C0BDBA
(192,189,186)
#CECDC9
(206,205,201)
#DCDDD8
(220,221,216)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4D51; }

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

This text font color is #5E4D51.


Background Color

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

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

This div background color is #5E4D51.


Border color

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

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

This div border color is #5E4D51.


Opacity

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

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

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

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

This text has shadow with #5E4D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4D51 on black background.


Color preview on white background

This text has color #5E4D51 on white background.



Black color preview on #5E4D51 background

This text has black color on #5E4D51 background.


White color preview on #5E4D51 background

This text has white color on #5E4D51 background.