COLOR #5E5442

HEX: #5E5442
RGB: (94,84,66)

Color info

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

RGB color model

#5E5442 color RGB value is (94,84,66).

  • red value is 94;
  • green value is 84;
  • blue value is 66.
RGB:
(94,84,66)
(37%,33%,26%)

RGB channels and saturation

R 94 of 255 = 37%
G 84 of 255 = 33%
B 66 of 255 = 26%

94
84
66

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

Portions of RGB colors in percentages

R + G + B =
94 + 84 + 66 = 244 (100%)
R 94 of 244 ~ 38.52%
G 84 of 244 ~ 34.43%
B 66 of 244 ~ 27.05%

%38.52
%34.43
%27.05

CMYK color model

#5E5442 color CMYK value is (0,11,30,63).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 29.79%
  • key color value is 63.14%
CMYK:
(0,11,30,63)
C0M11Y30K63 
(0%,11%,30%,63%)
(0.00/0.11/0.30/0.63)	

CMYK percentages

%0
%10.64
%29.79
%63.14

Codes

Color #5E5442 in popluar color models

5E5442
RGB948466
HSL39°17.50%31.37%
HSB/HSV39°29.79%36.86%
CMYK0.00%10.64%29.79%
63.14%

Color #5E5442 in popluar number systems.

HEX5E5442
Decimal948466
Binary101111010101001000010
Octal136124102

Shades and tints

Shades of #5E5442

#5E5442
(94,84,66)
#564D3C
(86,77,60)
#4E4636
(78,70,54)
#463F30
(70,63,48)
#3E382A
(62,56,42)
#363124
(54,49,36)
#2E2A1E
(46,42,30)
#262318
(38,35,24)
#1E1C12
(30,28,18)
#16150C
(22,21,12)
#0E0E06
(14,14,6)
#000000
(0,0,0)

Tints of #5E5442

#5E5442
(94,84,66)
#6C6353
(108,99,83)
#7A7264
(122,114,100)
#888175
(136,129,117)
#969086
(150,144,134)
#A49F97
(164,159,151)
#B2AEA8
(178,174,168)
#C0BDB9
(192,189,185)
#CECCCA
(206,204,202)
#DCDBDB
(220,219,219)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5442 color. Also use rgb(94,84,66) instead hex code.

Text Font Color

.myTextColor { color: #5E5442; }

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

This text font color is #5E5442.


Background Color

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

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

This div background color is #5E5442.


Border color

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

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

This div border color is #5E5442.


Opacity

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

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

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

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

This text has shadow with #5E5442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5442 on black background.


Color preview on white background

This text has color #5E5442 on white background.



Black color preview on #5E5442 background

This text has black color on #5E5442 background.


White color preview on #5E5442 background

This text has white color on #5E5442 background.