COLOR #5E5648

HEX: #5E5648
RGB: (94,86,72)

Color info

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

RGB color model

#5E5648 color RGB value is (94,86,72).

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

RGB channels and saturation

R 94 of 255 = 37%
G 86 of 255 = 34%
B 72 of 255 = 28%

94
86
72

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

Portions of RGB colors in percentages

R + G + B =
94 + 86 + 72 = 252 (100%)
R 94 of 252 ~ 37.3%
G 86 of 252 ~ 34.13%
B 72 of 252 ~ 28.57%

%37.3
%34.13
%28.57

CMYK color model

#5E5648 color CMYK value is (0,9,23,63).

  • cyan value is 0.00%
  • magenta value is 8.51%
  • yellow value is 23.40%
  • key color value is 63.14%
CMYK:
(0,9,23,63)
C0M9Y23K63 
(0%,9%,23%,63%)
(0.00/0.09/0.23/0.63)	

CMYK percentages

%0
%8.51
%23.4
%63.14

Codes

Color #5E5648 in popluar color models

5E5648
RGB948672
HSL38°13.25%32.55%
HSB/HSV38°23.40%36.86%
CMYK0.00%8.51%23.40%
63.14%

Color #5E5648 in popluar number systems.

HEX5E5648
Decimal948672
Binary101111010101101001000
Octal136126110

Shades and tints

Shades of #5E5648

#5E5648
(94,86,72)
#564F42
(86,79,66)
#4E483C
(78,72,60)
#464136
(70,65,54)
#3E3A30
(62,58,48)
#36332A
(54,51,42)
#2E2C24
(46,44,36)
#26251E
(38,37,30)
#1E1E18
(30,30,24)
#161712
(22,23,18)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #5E5648

#5E5648
(94,86,72)
#6C6558
(108,101,88)
#7A7468
(122,116,104)
#888378
(136,131,120)
#969288
(150,146,136)
#A4A198
(164,161,152)
#B2B0A8
(178,176,168)
#C0BFB8
(192,191,184)
#CECEC8
(206,206,200)
#DCDDD8
(220,221,216)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5648; }

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

This text font color is #5E5648.


Background Color

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

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

This div background color is #5E5648.


Border color

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

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

This div border color is #5E5648.


Opacity

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

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

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

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

This text has shadow with #5E5648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5648 on black background.


Color preview on white background

This text has color #5E5648 on white background.



Black color preview on #5E5648 background

This text has black color on #5E5648 background.


White color preview on #5E5648 background

This text has white color on #5E5648 background.