COLOR #5E5D56

HEX: #5E5D56
RGB: (94,93,86)

Color info

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

RGB color model

#5E5D56 color RGB value is (94,93,86).

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

RGB channels and saturation

R 94 of 255 = 37%
G 93 of 255 = 36%
B 86 of 255 = 34%

94
93
86

R + G + B ~ 36%. #5E5D56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 93 + 86 = 273 (100%)
R 94 of 273 ~ 34.43%
G 93 of 273 ~ 34.07%
B 86 of 273 ~ 31.5%

%34.43
%34.07
%31.5

CMYK color model

#5E5D56 color CMYK value is (0,1,9,63).

  • cyan value is 0.00%
  • magenta value is 1.06%
  • yellow value is 8.51%
  • key color value is 63.14%
CMYK:
(0,1,9,63)
C0M1Y9K63 
(0%,1%,9%,63%)
(0.00/0.01/0.09/0.63)	

CMYK percentages

%0
%1.06
%8.51
%63.14

Codes

Color #5E5D56 in popluar color models

5E5D56
RGB949386
HSL52°4.44%35.29%
HSB/HSV52°8.51%36.86%
CMYK0.00%1.06%8.51%
63.14%

Color #5E5D56 in popluar number systems.

HEX5E5D56
Decimal949386
Binary101111010111011010110
Octal136135126

Shades and tints

Shades of #5E5D56

#5E5D56
(94,93,86)
#56554F
(86,85,79)
#4E4D48
(78,77,72)
#464541
(70,69,65)
#3E3D3A
(62,61,58)
#363533
(54,53,51)
#2E2D2C
(46,45,44)
#262525
(38,37,37)
#1E1D1E
(30,29,30)
#161517
(22,21,23)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #5E5D56

#5E5D56
(94,93,86)
#6C6B65
(108,107,101)
#7A7974
(122,121,116)
#888783
(136,135,131)
#969592
(150,149,146)
#A4A3A1
(164,163,161)
#B2B1B0
(178,177,176)
#C0BFBF
(192,191,191)
#CECDCE
(206,205,206)
#DCDBDD
(220,219,221)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5D56; }

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

This text font color is #5E5D56.


Background Color

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

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

This div background color is #5E5D56.


Border color

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

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

This div border color is #5E5D56.


Opacity

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

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

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

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

This text has shadow with #5E5D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5D56 on black background.


Color preview on white background

This text has color #5E5D56 on white background.



Black color preview on #5E5D56 background

This text has black color on #5E5D56 background.


White color preview on #5E5D56 background

This text has white color on #5E5D56 background.