COLOR #5E4E27

HEX: #5E4E27
RGB: (94,78,39)

Color info

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

RGB color model

#5E4E27 color RGB value is (94,78,39).

  • red value is 94;
  • green value is 78;
  • blue value is 39.
RGB:
(94,78,39)
(37%,31%,15%)

RGB channels and saturation

R 94 of 255 = 37%
G 78 of 255 = 31%
B 39 of 255 = 15%

94
78
39

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

Portions of RGB colors in percentages

R + G + B =
94 + 78 + 39 = 211 (100%)
R 94 of 211 ~ 44.55%
G 78 of 211 ~ 36.97%
B 39 of 211 ~ 18.48%

%44.55
%36.97
%18.48

CMYK color model

#5E4E27 color CMYK value is (0,17,59,63).

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 58.51%
  • key color value is 63.14%
CMYK:
(0,17,59,63)
C0M17Y59K63 
(0%,17%,59%,63%)
(0.00/0.17/0.59/0.63)	

CMYK percentages

%0
%17.02
%58.51
%63.14

Codes

Color #5E4E27 in popluar color models

5E4E27
RGB947839
HSL43°41.35%26.08%
HSB/HSV43°58.51%36.86%
CMYK0.00%17.02%58.51%
63.14%

Color #5E4E27 in popluar number systems.

HEX5E4E27
Decimal947839
Binary10111101001110100111
Octal13611647

Shades and tints

Shades of #5E4E27

#5E4E27
(94,78,39)
#564724
(86,71,36)
#4E4021
(78,64,33)
#46391E
(70,57,30)
#3E321B
(62,50,27)
#362B18
(54,43,24)
#2E2415
(46,36,21)
#261D12
(38,29,18)
#1E160F
(30,22,15)
#160F0C
(22,15,12)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #5E4E27

#5E4E27
(94,78,39)
#6C5E3A
(108,94,58)
#7A6E4D
(122,110,77)
#887E60
(136,126,96)
#968E73
(150,142,115)
#A49E86
(164,158,134)
#B2AE99
(178,174,153)
#C0BEAC
(192,190,172)
#CECEBF
(206,206,191)
#DCDED2
(220,222,210)
#EAEEE5
(234,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4E27 color. Also use rgb(94,78,39) instead hex code.

Text Font Color

.myTextColor { color: #5E4E27; }

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

This text font color is #5E4E27.


Background Color

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

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

This div background color is #5E4E27.


Border color

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

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

This div border color is #5E4E27.


Opacity

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

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

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

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

This text has shadow with #5E4E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4E27 on black background.


Color preview on white background

This text has color #5E4E27 on white background.



Black color preview on #5E4E27 background

This text has black color on #5E4E27 background.


White color preview on #5E4E27 background

This text has white color on #5E4E27 background.