COLOR #5E5944

HEX: #5E5944
RGB: (94,89,68)

Color info

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

RGB color model

#5E5944 color RGB value is (94,89,68).

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

RGB channels and saturation

R 94 of 255 = 37%
G 89 of 255 = 35%
B 68 of 255 = 27%

94
89
68

R + G + B ~ 33%. #5E5944 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 89 + 68 = 251 (100%)
R 94 of 251 ~ 37.45%
G 89 of 251 ~ 35.46%
B 68 of 251 ~ 27.09%

%37.45
%35.46
%27.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.32%
  • yellow value is 27.66%
  • key color value is 63.14%
CMYK:
(0,5,28,63)
C0M5Y28K63 
(0%,5%,28%,63%)
(0.00/0.05/0.28/0.63)	

CMYK percentages

%0
%5.32
%27.66
%63.14

Codes

Color #5E5944 in popluar color models

5E5944
RGB948968
HSL48°16.05%31.76%
HSB/HSV48°27.66%36.86%
CMYK0.00%5.32%27.66%
63.14%

Color #5E5944 in popluar number systems.

HEX5E5944
Decimal948968
Binary101111010110011000100
Octal136131104

Shades and tints

Shades of #5E5944

#5E5944
(94,89,68)
#56513E
(86,81,62)
#4E4938
(78,73,56)
#464132
(70,65,50)
#3E392C
(62,57,44)
#363126
(54,49,38)
#2E2920
(46,41,32)
#26211A
(38,33,26)
#1E1914
(30,25,20)
#16110E
(22,17,14)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #5E5944

#5E5944
(94,89,68)
#6C6855
(108,104,85)
#7A7766
(122,119,102)
#888677
(136,134,119)
#969588
(150,149,136)
#A4A499
(164,164,153)
#B2B3AA
(178,179,170)
#C0C2BB
(192,194,187)
#CED1CC
(206,209,204)
#DCE0DD
(220,224,221)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5944; }

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

This text font color is #5E5944.


Background Color

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

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

This div background color is #5E5944.


Border color

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

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

This div border color is #5E5944.


Opacity

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

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

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

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

This text has shadow with #5E5944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5944 on black background.


Color preview on white background

This text has color #5E5944 on white background.



Black color preview on #5E5944 background

This text has black color on #5E5944 background.


White color preview on #5E5944 background

This text has white color on #5E5944 background.