COLOR #5E4837

HEX: #5E4837
RGB: (94,72,55)

Color info

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

RGB color model

#5E4837 color RGB value is (94,72,55).

  • red value is 94;
  • green value is 72;
  • blue value is 55.
RGB:
(94,72,55)
(37%,28%,22%)

RGB channels and saturation

R 94 of 255 = 37%
G 72 of 255 = 28%
B 55 of 255 = 22%

94
72
55

R + G + B ~ 29%. #5E4837 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 72 + 55 = 221 (100%)
R 94 of 221 ~ 42.53%
G 72 of 221 ~ 32.58%
B 55 of 221 ~ 24.89%

%42.53
%32.58
%24.89

CMYK color model

#5E4837 color CMYK value is (0,23,41,63).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 41.49%
  • key color value is 63.14%
CMYK:
(0,23,41,63)
C0M23Y41K63 
(0%,23%,41%,63%)
(0.00/0.23/0.41/0.63)	

CMYK percentages

%0
%23.4
%41.49
%63.14

Codes

Color #5E4837 in popluar color models

5E4837
RGB947255
HSL26°26.17%29.22%
HSB/HSV26°41.49%36.86%
CMYK0.00%23.40%41.49%
63.14%

Color #5E4837 in popluar number systems.

HEX5E4837
Decimal947255
Binary10111101001000110111
Octal13611067

Shades and tints

Shades of #5E4837

#5E4837
(94,72,55)
#564232
(86,66,50)
#4E3C2D
(78,60,45)
#463628
(70,54,40)
#3E3023
(62,48,35)
#362A1E
(54,42,30)
#2E2419
(46,36,25)
#261E14
(38,30,20)
#1E180F
(30,24,15)
#16120A
(22,18,10)
#0E0C05
(14,12,5)
#000000
(0,0,0)

Tints of #5E4837

#5E4837
(94,72,55)
#6C5849
(108,88,73)
#7A685B
(122,104,91)
#88786D
(136,120,109)
#96887F
(150,136,127)
#A49891
(164,152,145)
#B2A8A3
(178,168,163)
#C0B8B5
(192,184,181)
#CEC8C7
(206,200,199)
#DCD8D9
(220,216,217)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4837 color. Also use rgb(94,72,55) instead hex code.

Text Font Color

.myTextColor { color: #5E4837; }

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

This text font color is #5E4837.


Background Color

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

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

This div background color is #5E4837.


Border color

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

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

This div border color is #5E4837.


Opacity

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

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

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

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

This text has shadow with #5E4837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4837 on black background.


Color preview on white background

This text has color #5E4837 on white background.



Black color preview on #5E4837 background

This text has black color on #5E4837 background.


White color preview on #5E4837 background

This text has white color on #5E4837 background.