COLOR #5E5048

HEX: #5E5048
RGB: (94,80,72)

Color info

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

RGB color model

#5E5048 color RGB value is (94,80,72).

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

RGB channels and saturation

R 94 of 255 = 37%
G 80 of 255 = 31%
B 72 of 255 = 28%

94
80
72

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

Portions of RGB colors in percentages

R + G + B =
94 + 80 + 72 = 246 (100%)
R 94 of 246 ~ 38.21%
G 80 of 246 ~ 32.52%
B 72 of 246 ~ 29.27%

%38.21
%32.52
%29.27

CMYK color model

#5E5048 color CMYK value is (0,15,23,63).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 23.40%
  • key color value is 63.14%
CMYK:
(0,15,23,63)
C0M15Y23K63 
(0%,15%,23%,63%)
(0.00/0.15/0.23/0.63)	

CMYK percentages

%0
%14.89
%23.4
%63.14

Codes

Color #5E5048 in popluar color models

5E5048
RGB948072
HSL22°13.25%32.55%
HSB/HSV22°23.40%36.86%
CMYK0.00%14.89%23.40%
63.14%

Color #5E5048 in popluar number systems.

HEX5E5048
Decimal948072
Binary101111010100001001000
Octal136120110

Shades and tints

Shades of #5E5048

#5E5048
(94,80,72)
#564942
(86,73,66)
#4E423C
(78,66,60)
#463B36
(70,59,54)
#3E3430
(62,52,48)
#362D2A
(54,45,42)
#2E2624
(46,38,36)
#261F1E
(38,31,30)
#1E1818
(30,24,24)
#161112
(22,17,18)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #5E5048

#5E5048
(94,80,72)
#6C5F58
(108,95,88)
#7A6E68
(122,110,104)
#887D78
(136,125,120)
#968C88
(150,140,136)
#A49B98
(164,155,152)
#B2AAA8
(178,170,168)
#C0B9B8
(192,185,184)
#CEC8C8
(206,200,200)
#DCD7D8
(220,215,216)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5048; }

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

This text font color is #5E5048.


Background Color

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

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

This div background color is #5E5048.


Border color

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

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

This div border color is #5E5048.


Opacity

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

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

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

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

This text has shadow with #5E5048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5048 on black background.


Color preview on white background

This text has color #5E5048 on white background.



Black color preview on #5E5048 background

This text has black color on #5E5048 background.


White color preview on #5E5048 background

This text has white color on #5E5048 background.