COLOR #5E4D2F

HEX: #5E4D2F
RGB: (94,77,47)

Color info

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

RGB color model

#5E4D2F color RGB value is (94,77,47).

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

RGB channels and saturation

R 94 of 255 = 37%
G 77 of 255 = 30%
B 47 of 255 = 18%

94
77
47

R + G + B ~ 28%. #5E4D2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 77 + 47 = 218 (100%)
R 94 of 218 ~ 43.12%
G 77 of 218 ~ 35.32%
B 47 of 218 ~ 21.56%

%43.12
%35.32
%21.56

CMYK color model

#5E4D2F color CMYK value is (0,18,50,63).

  • cyan value is 0.00%
  • magenta value is 18.09%
  • yellow value is 50.00%
  • key color value is 63.14%
CMYK:
(0,18,50,63)
C0M18Y50K63 
(0%,18%,50%,63%)
(0.00/0.18/0.50/0.63)	

CMYK percentages

%0
%18.09
%50
%63.14

Codes

Color #5E4D2F in popluar color models

5E4D2F
RGB947747
HSL38°33.33%27.65%
HSB/HSV38°50.00%36.86%
CMYK0.00%18.09%50.00%
63.14%

Color #5E4D2F in popluar number systems.

HEX5E4D2F
Decimal947747
Binary10111101001101101111
Octal13611557

Shades and tints

Shades of #5E4D2F

#5E4D2F
(94,77,47)
#56462B
(86,70,43)
#4E3F27
(78,63,39)
#463823
(70,56,35)
#3E311F
(62,49,31)
#362A1B
(54,42,27)
#2E2317
(46,35,23)
#261C13
(38,28,19)
#1E150F
(30,21,15)
#160E0B
(22,14,11)
#0E0707
(14,7,7)
#000000
(0,0,0)

Tints of #5E4D2F

#5E4D2F
(94,77,47)
#6C5D41
(108,93,65)
#7A6D53
(122,109,83)
#887D65
(136,125,101)
#968D77
(150,141,119)
#A49D89
(164,157,137)
#B2AD9B
(178,173,155)
#C0BDAD
(192,189,173)
#CECDBF
(206,205,191)
#DCDDD1
(220,221,209)
#EAEDE3
(234,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4D2F; }

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

This text font color is #5E4D2F.


Background Color

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

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

This div background color is #5E4D2F.


Border color

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

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

This div border color is #5E4D2F.


Opacity

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

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

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

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

This text has shadow with #5E4D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4D2F on black background.


Color preview on white background

This text has color #5E4D2F on white background.



Black color preview on #5E4D2F background

This text has black color on #5E4D2F background.


White color preview on #5E4D2F background

This text has white color on #5E4D2F background.