COLOR #5E4737

HEX: #5E4737
RGB: (94,71,55)

Color info

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

RGB color model

#5E4737 color RGB value is (94,71,55).

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

RGB channels and saturation

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

94
71
55

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

Portions of RGB colors in percentages

R + G + B =
94 + 71 + 55 = 220 (100%)
R 94 of 220 ~ 42.73%
G 71 of 220 ~ 32.27%
B 55 of 220 ~ 25%

%42.73
%32.27
%25

CMYK color model

#5E4737 color CMYK value is (0,24,41,63).

  • cyan value is 0.00%
  • magenta value is 24.47%
  • yellow value is 41.49%
  • key color value is 63.14%
CMYK:
(0,24,41,63)
C0M24Y41K63 
(0%,24%,41%,63%)
(0.00/0.24/0.41/0.63)	

CMYK percentages

%0
%24.47
%41.49
%63.14

Codes

Color #5E4737 in popluar color models

5E4737
RGB947155
HSL25°26.17%29.22%
HSB/HSV25°41.49%36.86%
CMYK0.00%24.47%41.49%
63.14%

Color #5E4737 in popluar number systems.

HEX5E4737
Decimal947155
Binary10111101000111110111
Octal13610767

Shades and tints

Shades of #5E4737

#5E4737
(94,71,55)
#564132
(86,65,50)
#4E3B2D
(78,59,45)
#463528
(70,53,40)
#3E2F23
(62,47,35)
#36291E
(54,41,30)
#2E2319
(46,35,25)
#261D14
(38,29,20)
#1E170F
(30,23,15)
#16110A
(22,17,10)
#0E0B05
(14,11,5)
#000000
(0,0,0)

Tints of #5E4737

#5E4737
(94,71,55)
#6C5749
(108,87,73)
#7A675B
(122,103,91)
#88776D
(136,119,109)
#96877F
(150,135,127)
#A49791
(164,151,145)
#B2A7A3
(178,167,163)
#C0B7B5
(192,183,181)
#CEC7C7
(206,199,199)
#DCD7D9
(220,215,217)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4737; }

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

This text font color is #5E4737.


Background Color

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

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

This div background color is #5E4737.


Border color

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

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

This div border color is #5E4737.


Opacity

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

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

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

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

This text has shadow with #5E4737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4737 on black background.


Color preview on white background

This text has color #5E4737 on white background.



Black color preview on #5E4737 background

This text has black color on #5E4737 background.


White color preview on #5E4737 background

This text has white color on #5E4737 background.