COLOR #5E5837

HEX: #5E5837
RGB: (94,88,55)

Color info

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

RGB color model

#5E5837 color RGB value is (94,88,55).

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

RGB channels and saturation

R 94 of 255 = 37%
G 88 of 255 = 35%
B 55 of 255 = 22%

94
88
55

R + G + B ~ 31%. #5E5837 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 88 + 55 = 237 (100%)
R 94 of 237 ~ 39.66%
G 88 of 237 ~ 37.13%
B 55 of 237 ~ 23.21%

%39.66
%37.13
%23.21

CMYK color model

#5E5837 color CMYK value is (0,6,41,63).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 41.49%
  • key color value is 63.14%
CMYK:
(0,6,41,63)
C0M6Y41K63 
(0%,6%,41%,63%)
(0.00/0.06/0.41/0.63)	

CMYK percentages

%0
%6.38
%41.49
%63.14

Codes

Color #5E5837 in popluar color models

5E5837
RGB948855
HSL51°26.17%29.22%
HSB/HSV51°41.49%36.86%
CMYK0.00%6.38%41.49%
63.14%

Color #5E5837 in popluar number systems.

HEX5E5837
Decimal948855
Binary10111101011000110111
Octal13613067

Shades and tints

Shades of #5E5837

#5E5837
(94,88,55)
#565032
(86,80,50)
#4E482D
(78,72,45)
#464028
(70,64,40)
#3E3823
(62,56,35)
#36301E
(54,48,30)
#2E2819
(46,40,25)
#262014
(38,32,20)
#1E180F
(30,24,15)
#16100A
(22,16,10)
#0E0805
(14,8,5)
#000000
(0,0,0)

Tints of #5E5837

#5E5837
(94,88,55)
#6C6749
(108,103,73)
#7A765B
(122,118,91)
#88856D
(136,133,109)
#96947F
(150,148,127)
#A4A391
(164,163,145)
#B2B2A3
(178,178,163)
#C0C1B5
(192,193,181)
#CED0C7
(206,208,199)
#DCDFD9
(220,223,217)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5837; }

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

This text font color is #5E5837.


Background Color

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

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

This div background color is #5E5837.


Border color

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

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

This div border color is #5E5837.


Opacity

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

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

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

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

This text has shadow with #5E5837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5837 on black background.


Color preview on white background

This text has color #5E5837 on white background.



Black color preview on #5E5837 background

This text has black color on #5E5837 background.


White color preview on #5E5837 background

This text has white color on #5E5837 background.