COLOR #5E5049

HEX: #5E5049
RGB: (94,80,73)

Color info

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

RGB color model

#5E5049 color RGB value is (94,80,73).

  • red value is 94;
  • green value is 80;
  • blue value is 73.
RGB:
(94,80,73)
(37%,31%,29%)

RGB channels and saturation

R 94 of 255 = 37%
G 80 of 255 = 31%
B 73 of 255 = 29%

94
80
73

R + G + B ~ 32%. #5E5049 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 80 + 73 = 247 (100%)
R 94 of 247 ~ 38.06%
G 80 of 247 ~ 32.39%
B 73 of 247 ~ 29.55%

%38.06
%32.39
%29.55

CMYK color model

#5E5049 color CMYK value is (0,15,22,63).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 22.34%
  • key color value is 63.14%
CMYK:
(0,15,22,63)
C0M15Y22K63 
(0%,15%,22%,63%)
(0.00/0.15/0.22/0.63)	

CMYK percentages

%0
%14.89
%22.34
%63.14

Codes

Color #5E5049 in popluar color models

5E5049
RGB948073
HSL20°12.57%32.75%
HSB/HSV20°22.34%36.86%
CMYK0.00%14.89%22.34%
63.14%

Color #5E5049 in popluar number systems.

HEX5E5049
Decimal948073
Binary101111010100001001001
Octal136120111

Shades and tints

Shades of #5E5049

#5E5049
(94,80,73)
#564943
(86,73,67)
#4E423D
(78,66,61)
#463B37
(70,59,55)
#3E3431
(62,52,49)
#362D2B
(54,45,43)
#2E2625
(46,38,37)
#261F1F
(38,31,31)
#1E1819
(30,24,25)
#161113
(22,17,19)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #5E5049

#5E5049
(94,80,73)
#6C5F59
(108,95,89)
#7A6E69
(122,110,105)
#887D79
(136,125,121)
#968C89
(150,140,137)
#A49B99
(164,155,153)
#B2AAA9
(178,170,169)
#C0B9B9
(192,185,185)
#CEC8C9
(206,200,201)
#DCD7D9
(220,215,217)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5049 color. Also use rgb(94,80,73) instead hex code.

Text Font Color

.myTextColor { color: #5E5049; }

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

This text font color is #5E5049.


Background Color

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

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

This div background color is #5E5049.


Border color

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

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

This div border color is #5E5049.


Opacity

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

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

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

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

This text has shadow with #5E5049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5049 on black background.


Color preview on white background

This text has color #5E5049 on white background.



Black color preview on #5E5049 background

This text has black color on #5E5049 background.


White color preview on #5E5049 background

This text has white color on #5E5049 background.