COLOR #5E5D50

HEX: #5E5D50
RGB: (94,93,80)

Color info

#5E5D50 contains red, green and blue colors in about the same proportion. Web safe color of #5E5D50 is #666666 (or #666).

RGB color model

#5E5D50 color RGB value is (94,93,80).

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

RGB channels and saturation

R 94 of 255 = 37%
G 93 of 255 = 36%
B 80 of 255 = 31%

94
93
80

R + G + B ~ 35%. #5E5D50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 93 + 80 = 267 (100%)
R 94 of 267 ~ 35.21%
G 93 of 267 ~ 34.83%
B 80 of 267 ~ 29.96%

%35.21
%34.83
%29.96

CMYK color model

#5E5D50 color CMYK value is (0,1,15,63).

  • cyan value is 0.00%
  • magenta value is 1.06%
  • yellow value is 14.89%
  • key color value is 63.14%
CMYK:
(0,1,15,63)
C0M1Y15K63 
(0%,1%,15%,63%)
(0.00/0.01/0.15/0.63)	

CMYK percentages

%0
%1.06
%14.89
%63.14

Codes

Color #5E5D50 in popluar color models

5E5D50
RGB949380
HSL56°8.05%34.12%
HSB/HSV56°14.89%36.86%
CMYK0.00%1.06%14.89%
63.14%

Color #5E5D50 in popluar number systems.

HEX5E5D50
Decimal949380
Binary101111010111011010000
Octal136135120

Shades and tints

Shades of #5E5D50

#5E5D50
(94,93,80)
#565549
(86,85,73)
#4E4D42
(78,77,66)
#46453B
(70,69,59)
#3E3D34
(62,61,52)
#36352D
(54,53,45)
#2E2D26
(46,45,38)
#26251F
(38,37,31)
#1E1D18
(30,29,24)
#161511
(22,21,17)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #5E5D50

#5E5D50
(94,93,80)
#6C6B5F
(108,107,95)
#7A796E
(122,121,110)
#88877D
(136,135,125)
#96958C
(150,149,140)
#A4A39B
(164,163,155)
#B2B1AA
(178,177,170)
#C0BFB9
(192,191,185)
#CECDC8
(206,205,200)
#DCDBD7
(220,219,215)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5D50; }

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

This text font color is #5E5D50.


Background Color

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

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

This div background color is #5E5D50.


Border color

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

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

This div border color is #5E5D50.


Opacity

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

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

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

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

This text has shadow with #5E5D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5D50 on black background.


Color preview on white background

This text has color #5E5D50 on white background.



Black color preview on #5E5D50 background

This text has black color on #5E5D50 background.


White color preview on #5E5D50 background

This text has white color on #5E5D50 background.