COLOR #5E4D47

HEX: #5E4D47
RGB: (94,77,71)

Color info

#5E4D47 contains red, green and blue colors in about the same proportion. Web safe color of #5E4D47 is #663333 (or #633).

RGB color model

#5E4D47 color RGB value is (94,77,71).

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

RGB channels and saturation

R 94 of 255 = 37%
G 77 of 255 = 30%
B 71 of 255 = 28%

94
77
71

R + G + B ~ 32%. #5E4D47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 77 + 71 = 242 (100%)
R 94 of 242 ~ 38.84%
G 77 of 242 ~ 31.82%
B 71 of 242 ~ 29.34%

%38.84
%31.82
%29.34

CMYK color model

#5E4D47 color CMYK value is (0,18,24,63).

  • cyan value is 0.00%
  • magenta value is 18.09%
  • yellow value is 24.47%
  • key color value is 63.14%
CMYK:
(0,18,24,63)
C0M18Y24K63 
(0%,18%,24%,63%)
(0.00/0.18/0.24/0.63)	

CMYK percentages

%0
%18.09
%24.47
%63.14

Codes

Color #5E4D47 in popluar color models

5E4D47
RGB947771
HSL16°13.94%32.35%
HSB/HSV16°24.47%36.86%
CMYK0.00%18.09%24.47%
63.14%

Color #5E4D47 in popluar number systems.

HEX5E4D47
Decimal947771
Binary101111010011011000111
Octal136115107

Shades and tints

Shades of #5E4D47

#5E4D47
(94,77,71)
#564641
(86,70,65)
#4E3F3B
(78,63,59)
#463835
(70,56,53)
#3E312F
(62,49,47)
#362A29
(54,42,41)
#2E2323
(46,35,35)
#261C1D
(38,28,29)
#1E1517
(30,21,23)
#160E11
(22,14,17)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #5E4D47

#5E4D47
(94,77,71)
#6C5D57
(108,93,87)
#7A6D67
(122,109,103)
#887D77
(136,125,119)
#968D87
(150,141,135)
#A49D97
(164,157,151)
#B2ADA7
(178,173,167)
#C0BDB7
(192,189,183)
#CECDC7
(206,205,199)
#DCDDD7
(220,221,215)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4D47; }

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

This text font color is #5E4D47.


Background Color

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

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

This div background color is #5E4D47.


Border color

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

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

This div border color is #5E4D47.


Opacity

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

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

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

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

This text has shadow with #5E4D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4D47 on black background.


Color preview on white background

This text has color #5E4D47 on white background.



Black color preview on #5E4D47 background

This text has black color on #5E4D47 background.


White color preview on #5E4D47 background

This text has white color on #5E4D47 background.