COLOR #5E4637

HEX: #5E4637
RGB: (94,70,55)

Color info

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

RGB color model

#5E4637 color RGB value is (94,70,55).

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

RGB channels and saturation

R 94 of 255 = 37%
G 70 of 255 = 27%
B 55 of 255 = 22%

94
70
55

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

Portions of RGB colors in percentages

R + G + B =
94 + 70 + 55 = 219 (100%)
R 94 of 219 ~ 42.92%
G 70 of 219 ~ 31.96%
B 55 of 219 ~ 25.11%

%42.92
%31.96
%25.11

CMYK color model

#5E4637 color CMYK value is (0,26,41,63).

  • cyan value is 0.00%
  • magenta value is 25.53%
  • yellow value is 41.49%
  • key color value is 63.14%
CMYK:
(0,26,41,63)
C0M26Y41K63 
(0%,26%,41%,63%)
(0.00/0.26/0.41/0.63)	

CMYK percentages

%0
%25.53
%41.49
%63.14

Codes

Color #5E4637 in popluar color models

5E4637
RGB947055
HSL23°26.17%29.22%
HSB/HSV23°41.49%36.86%
CMYK0.00%25.53%41.49%
63.14%

Color #5E4637 in popluar number systems.

HEX5E4637
Decimal947055
Binary10111101000110110111
Octal13610667

Shades and tints

Shades of #5E4637

#5E4637
(94,70,55)
#564032
(86,64,50)
#4E3A2D
(78,58,45)
#463428
(70,52,40)
#3E2E23
(62,46,35)
#36281E
(54,40,30)
#2E2219
(46,34,25)
#261C14
(38,28,20)
#1E160F
(30,22,15)
#16100A
(22,16,10)
#0E0A05
(14,10,5)
#000000
(0,0,0)

Tints of #5E4637

#5E4637
(94,70,55)
#6C5649
(108,86,73)
#7A665B
(122,102,91)
#88766D
(136,118,109)
#96867F
(150,134,127)
#A49691
(164,150,145)
#B2A6A3
(178,166,163)
#C0B6B5
(192,182,181)
#CEC6C7
(206,198,199)
#DCD6D9
(220,214,217)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4637; }

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

This text font color is #5E4637.


Background Color

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

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

This div background color is #5E4637.


Border color

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

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

This div border color is #5E4637.


Opacity

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

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

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

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

This text has shadow with #5E4637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4637 on black background.


Color preview on white background

This text has color #5E4637 on white background.



Black color preview on #5E4637 background

This text has black color on #5E4637 background.


White color preview on #5E4637 background

This text has white color on #5E4637 background.