COLOR #5E6564

HEX: #5E6564
RGB: (94,101,100)

Color info

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

RGB color model

#5E6564 color RGB value is (94,101,100).

  • red value is 94;
  • green value is 101;
  • blue value is 100.
RGB:
(94,101,100)
(37%,40%,39%)

RGB channels and saturation

R 94 of 255 = 37%
G 101 of 255 = 40%
B 100 of 255 = 39%

94
101
100

R + G + B ~ 39%. #5E6564 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 101 + 100 = 295 (100%)
R 94 of 295 ~ 31.86%
G 101 of 295 ~ 34.24%
B 100 of 295 ~ 33.9%

%31.86
%34.24
%33.9

CMYK color model

#5E6564 color CMYK value is (7,0,1,60).

  • cyan value is 6.93%
  • magenta value is 0.00%
  • yellow value is 0.99%
  • key color value is 60.39%
CMYK:
(7,0,1,60)
C7M0Y1K60 
(7%,0%,1%,60%)
(0.07/0.00/0.01/0.60)	

CMYK percentages

%6.93
%0
%0.99
%60.39

Codes

Color #5E6564 in popluar color models

5E6564
RGB94101100
HSL171°3.59%38.24%
HSB/HSV171°6.93%39.61%
CMYK6.93%0.00%0.99%
60.39%

Color #5E6564 in popluar number systems.

HEX5E6564
Decimal94101100
Binary101111011001011100100
Octal136145144

Shades and tints

Shades of #5E6564

#5E6564
(94,101,100)
#565C5B
(86,92,91)
#4E5352
(78,83,82)
#464A49
(70,74,73)
#3E4140
(62,65,64)
#363837
(54,56,55)
#2E2F2E
(46,47,46)
#262625
(38,38,37)
#1E1D1C
(30,29,28)
#161413
(22,20,19)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #5E6564

#5E6564
(94,101,100)
#6C7372
(108,115,114)
#7A8180
(122,129,128)
#888F8E
(136,143,142)
#969D9C
(150,157,156)
#A4ABAA
(164,171,170)
#B2B9B8
(178,185,184)
#C0C7C6
(192,199,198)
#CED5D4
(206,213,212)
#DCE3E2
(220,227,226)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6564 color. Also use rgb(94,101,100) instead hex code.

Text Font Color

.myTextColor { color: #5E6564; }

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

This text font color is #5E6564.


Background Color

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

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

This div background color is #5E6564.


Border color

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

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

This div border color is #5E6564.


Opacity

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

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

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

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

This text has shadow with #5E6564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6564 on black background.


Color preview on white background

This text has color #5E6564 on white background.



Black color preview on #5E6564 background

This text has black color on #5E6564 background.


White color preview on #5E6564 background

This text has white color on #5E6564 background.