COLOR #5E5F5C

HEX: #5E5F5C
RGB: (94,95,92)

Color info

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

RGB color model

#5E5F5C color RGB value is (94,95,92).

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

RGB channels and saturation

R 94 of 255 = 37%
G 95 of 255 = 37%
B 92 of 255 = 36%

94
95
92

R + G + B ~ 37%. #5E5F5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 95 + 92 = 281 (100%)
R 94 of 281 ~ 33.45%
G 95 of 281 ~ 33.81%
B 92 of 281 ~ 32.74%

%33.45
%33.81
%32.74

CMYK color model

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

  • cyan value is 1.05%
  • magenta value is 0.00%
  • yellow value is 3.16%
  • key color value is 62.75%
CMYK:
(1,0,3,63)
C1M0Y3K63 
(1%,0%,3%,63%)
(0.01/0.00/0.03/0.63)	

CMYK percentages

%1.05
%0
%3.16
%62.75

Codes

Color #5E5F5C in popluar color models

5E5F5C
RGB949592
HSL80°1.60%36.67%
HSB/HSV80°3.16%37.25%
CMYK1.05%0.00%3.16%
62.75%

Color #5E5F5C in popluar number systems.

HEX5E5F5C
Decimal949592
Binary101111010111111011100
Octal136137134

Shades and tints

Shades of #5E5F5C

#5E5F5C
(94,95,92)
#565754
(86,87,84)
#4E4F4C
(78,79,76)
#464744
(70,71,68)
#3E3F3C
(62,63,60)
#363734
(54,55,52)
#2E2F2C
(46,47,44)
#262724
(38,39,36)
#1E1F1C
(30,31,28)
#161714
(22,23,20)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #5E5F5C

#5E5F5C
(94,95,92)
#6C6D6A
(108,109,106)
#7A7B78
(122,123,120)
#888986
(136,137,134)
#969794
(150,151,148)
#A4A5A2
(164,165,162)
#B2B3B0
(178,179,176)
#C0C1BE
(192,193,190)
#CECFCC
(206,207,204)
#DCDDDA
(220,221,218)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5F5C; }

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

This text font color is #5E5F5C.


Background Color

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

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

This div background color is #5E5F5C.


Border color

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

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

This div border color is #5E5F5C.


Opacity

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

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

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

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

This text has shadow with #5E5F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5F5C on black background.


Color preview on white background

This text has color #5E5F5C on white background.



Black color preview on #5E5F5C background

This text has black color on #5E5F5C background.


White color preview on #5E5F5C background

This text has white color on #5E5F5C background.