COLOR #5E3937

HEX: #5E3937
RGB: (94,57,55)

Color info

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

RGB color model

#5E3937 color RGB value is (94,57,55).

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

RGB channels and saturation

R 94 of 255 = 37%
G 57 of 255 = 22%
B 55 of 255 = 22%

94
57
55

R + G + B ~ 27%. #5E3937 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 57 + 55 = 206 (100%)
R 94 of 206 ~ 45.63%
G 57 of 206 ~ 27.67%
B 55 of 206 ~ 26.7%

%45.63
%27.67
%26.7

CMYK color model

#5E3937 color CMYK value is (0,39,41,63).

  • cyan value is 0.00%
  • magenta value is 39.36%
  • yellow value is 41.49%
  • key color value is 63.14%
CMYK:
(0,39,41,63)
C0M39Y41K63 
(0%,39%,41%,63%)
(0.00/0.39/0.41/0.63)	

CMYK percentages

%0
%39.36
%41.49
%63.14

Codes

Color #5E3937 in popluar color models

5E3937
RGB945755
HSL26.17%29.22%
HSB/HSV41.49%36.86%
CMYK0.00%39.36%41.49%
63.14%

Color #5E3937 in popluar number systems.

HEX5E3937
Decimal945755
Binary1011110111001110111
Octal1367167

Shades and tints

Shades of #5E3937

#5E3937
(94,57,55)
#563432
(86,52,50)
#4E2F2D
(78,47,45)
#462A28
(70,42,40)
#3E2523
(62,37,35)
#36201E
(54,32,30)
#2E1B19
(46,27,25)
#261614
(38,22,20)
#1E110F
(30,17,15)
#160C0A
(22,12,10)
#0E0705
(14,7,5)
#000000
(0,0,0)

Tints of #5E3937

#5E3937
(94,57,55)
#6C4B49
(108,75,73)
#7A5D5B
(122,93,91)
#886F6D
(136,111,109)
#96817F
(150,129,127)
#A49391
(164,147,145)
#B2A5A3
(178,165,163)
#C0B7B5
(192,183,181)
#CEC9C7
(206,201,199)
#DCDBD9
(220,219,217)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3937; }

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

This text font color is #5E3937.


Background Color

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

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

This div background color is #5E3937.


Border color

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

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

This div border color is #5E3937.


Opacity

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

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

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

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

This text has shadow with #5E3937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3937 on black background.


Color preview on white background

This text has color #5E3937 on white background.



Black color preview on #5E3937 background

This text has black color on #5E3937 background.


White color preview on #5E3937 background

This text has white color on #5E3937 background.