COLOR #5E4439

HEX: #5E4439
RGB: (94,68,57)

Color info

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

RGB color model

#5E4439 color RGB value is (94,68,57).

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

RGB channels and saturation

R 94 of 255 = 37%
G 68 of 255 = 27%
B 57 of 255 = 22%

94
68
57

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

Portions of RGB colors in percentages

R + G + B =
94 + 68 + 57 = 219 (100%)
R 94 of 219 ~ 42.92%
G 68 of 219 ~ 31.05%
B 57 of 219 ~ 26.03%

%42.92
%31.05
%26.03

CMYK color model

#5E4439 color CMYK value is (0,28,39,63).

  • cyan value is 0.00%
  • magenta value is 27.66%
  • yellow value is 39.36%
  • key color value is 63.14%
CMYK:
(0,28,39,63)
C0M28Y39K63 
(0%,28%,39%,63%)
(0.00/0.28/0.39/0.63)	

CMYK percentages

%0
%27.66
%39.36
%63.14

Codes

Color #5E4439 in popluar color models

5E4439
RGB946857
HSL18°24.50%29.61%
HSB/HSV18°39.36%36.86%
CMYK0.00%27.66%39.36%
63.14%

Color #5E4439 in popluar number systems.

HEX5E4439
Decimal946857
Binary10111101000100111001
Octal13610471

Shades and tints

Shades of #5E4439

#5E4439
(94,68,57)
#563E34
(86,62,52)
#4E382F
(78,56,47)
#46322A
(70,50,42)
#3E2C25
(62,44,37)
#362620
(54,38,32)
#2E201B
(46,32,27)
#261A16
(38,26,22)
#1E1411
(30,20,17)
#160E0C
(22,14,12)
#0E0807
(14,8,7)
#000000
(0,0,0)

Tints of #5E4439

#5E4439
(94,68,57)
#6C554B
(108,85,75)
#7A665D
(122,102,93)
#88776F
(136,119,111)
#968881
(150,136,129)
#A49993
(164,153,147)
#B2AAA5
(178,170,165)
#C0BBB7
(192,187,183)
#CECCC9
(206,204,201)
#DCDDDB
(220,221,219)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4439; }

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

This text font color is #5E4439.


Background Color

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

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

This div background color is #5E4439.


Border color

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

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

This div border color is #5E4439.


Opacity

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

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

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

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

This text has shadow with #5E4439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4439 on black background.


Color preview on white background

This text has color #5E4439 on white background.



Black color preview on #5E4439 background

This text has black color on #5E4439 background.


White color preview on #5E4439 background

This text has white color on #5E4439 background.