COLOR #5E5042

HEX: #5E5042
RGB: (94,80,66)

Color info

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

RGB color model

#5E5042 color RGB value is (94,80,66).

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

RGB channels and saturation

R 94 of 255 = 37%
G 80 of 255 = 31%
B 66 of 255 = 26%

94
80
66

R + G + B ~ 31%. #5E5042 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 80 + 66 = 240 (100%)
R 94 of 240 ~ 39.17%
G 80 of 240 ~ 33.33%
B 66 of 240 ~ 27.5%

%39.17
%33.33
%27.5

CMYK color model

#5E5042 color CMYK value is (0,15,30,63).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 29.79%
  • key color value is 63.14%
CMYK:
(0,15,30,63)
C0M15Y30K63 
(0%,15%,30%,63%)
(0.00/0.15/0.30/0.63)	

CMYK percentages

%0
%14.89
%29.79
%63.14

Codes

Color #5E5042 in popluar color models

5E5042
RGB948066
HSL30°17.50%31.37%
HSB/HSV30°29.79%36.86%
CMYK0.00%14.89%29.79%
63.14%

Color #5E5042 in popluar number systems.

HEX5E5042
Decimal948066
Binary101111010100001000010
Octal136120102

Shades and tints

Shades of #5E5042

#5E5042
(94,80,66)
#56493C
(86,73,60)
#4E4236
(78,66,54)
#463B30
(70,59,48)
#3E342A
(62,52,42)
#362D24
(54,45,36)
#2E261E
(46,38,30)
#261F18
(38,31,24)
#1E1812
(30,24,18)
#16110C
(22,17,12)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #5E5042

#5E5042
(94,80,66)
#6C5F53
(108,95,83)
#7A6E64
(122,110,100)
#887D75
(136,125,117)
#968C86
(150,140,134)
#A49B97
(164,155,151)
#B2AAA8
(178,170,168)
#C0B9B9
(192,185,185)
#CEC8CA
(206,200,202)
#DCD7DB
(220,215,219)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5042; }

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

This text font color is #5E5042.


Background Color

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

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

This div background color is #5E5042.


Border color

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

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

This div border color is #5E5042.


Opacity

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

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

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

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

This text has shadow with #5E5042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5042 on black background.


Color preview on white background

This text has color #5E5042 on white background.



Black color preview on #5E5042 background

This text has black color on #5E5042 background.


White color preview on #5E5042 background

This text has white color on #5E5042 background.