COLOR #5E5A5F

HEX: #5E5A5F
RGB: (94,90,95)

Color info

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

RGB color model

#5E5A5F color RGB value is (94,90,95).

  • red value is 94;
  • green value is 90;
  • blue value is 95.
RGB:
(94,90,95)
(37%,35%,37%)

RGB channels and saturation

R 94 of 255 = 37%
G 90 of 255 = 35%
B 95 of 255 = 37%

94
90
95

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

Portions of RGB colors in percentages

R + G + B =
94 + 90 + 95 = 279 (100%)
R 94 of 279 ~ 33.69%
G 90 of 279 ~ 32.26%
B 95 of 279 ~ 34.05%

%33.69
%32.26
%34.05

CMYK color model

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

  • cyan value is 1.05%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(1,5,0,63)
C1M5Y0K63 
(1%,5%,0%,63%)
(0.01/0.05/0.00/0.63)	

CMYK percentages

%1.05
%5.26
%0
%62.75

Codes

Color #5E5A5F in popluar color models

5E5A5F
RGB949095
HSL288°2.70%36.27%
HSB/HSV288°5.26%37.25%
CMYK1.05%5.26%0.00%
62.75%

Color #5E5A5F in popluar number systems.

HEX5E5A5F
Decimal949095
Binary101111010110101011111
Octal136132137

Shades and tints

Shades of #5E5A5F

#5E5A5F
(94,90,95)
#565257
(86,82,87)
#4E4A4F
(78,74,79)
#464247
(70,66,71)
#3E3A3F
(62,58,63)
#363237
(54,50,55)
#2E2A2F
(46,42,47)
#262227
(38,34,39)
#1E1A1F
(30,26,31)
#161217
(22,18,23)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #5E5A5F

#5E5A5F
(94,90,95)
#6C696D
(108,105,109)
#7A787B
(122,120,123)
#888789
(136,135,137)
#969697
(150,150,151)
#A4A5A5
(164,165,165)
#B2B4B3
(178,180,179)
#C0C3C1
(192,195,193)
#CED2CF
(206,210,207)
#DCE1DD
(220,225,221)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5A5F color. Also use rgb(94,90,95) instead hex code.

Text Font Color

.myTextColor { color: #5E5A5F; }

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

This text font color is #5E5A5F.


Background Color

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

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

This div background color is #5E5A5F.


Border color

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

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

This div border color is #5E5A5F.


Opacity

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

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

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

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

This text has shadow with #5E5A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5A5F on black background.


Color preview on white background

This text has color #5E5A5F on white background.



Black color preview on #5E5A5F background

This text has black color on #5E5A5F background.


White color preview on #5E5A5F background

This text has white color on #5E5A5F background.