COLOR #5E5C5C

HEX: #5E5C5C
RGB: (94,92,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

94
92
92

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

Portions of RGB colors in percentages

R + G + B =
94 + 92 + 92 = 278 (100%)
R 94 of 278 ~ 33.81%
G 92 of 278 ~ 33.09%
B 92 of 278 ~ 33.09%

%33.81
%33.09
%33.09

CMYK color model

#5E5C5C color CMYK value is (0,2,2,63).

  • cyan value is 0.00%
  • magenta value is 2.13%
  • yellow value is 2.13%
  • key color value is 63.14%
CMYK:
(0,2,2,63)
C0M2Y2K63 
(0%,2%,2%,63%)
(0.00/0.02/0.02/0.63)	

CMYK percentages

%0
%2.13
%2.13
%63.14

Codes

Color #5E5C5C in popluar color models

5E5C5C
RGB949292
HSL1.08%36.47%
HSB/HSV2.13%36.86%
CMYK0.00%2.13%2.13%
63.14%

Color #5E5C5C in popluar number systems.

HEX5E5C5C
Decimal949292
Binary101111010111001011100
Octal136134134

Shades and tints

Shades of #5E5C5C

#5E5C5C
(94,92,92)
#565454
(86,84,84)
#4E4C4C
(78,76,76)
#464444
(70,68,68)
#3E3C3C
(62,60,60)
#363434
(54,52,52)
#2E2C2C
(46,44,44)
#262424
(38,36,36)
#1E1C1C
(30,28,28)
#161414
(22,20,20)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #5E5C5C

#5E5C5C
(94,92,92)
#6C6A6A
(108,106,106)
#7A7878
(122,120,120)
#888686
(136,134,134)
#969494
(150,148,148)
#A4A2A2
(164,162,162)
#B2B0B0
(178,176,176)
#C0BEBE
(192,190,190)
#CECCCC
(206,204,204)
#DCDADA
(220,218,218)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5C5C; }

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

This text font color is #5E5C5C.


Background Color

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

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

This div background color is #5E5C5C.


Border color

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

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

This div border color is #5E5C5C.


Opacity

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

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

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

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

This text has shadow with #5E5C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5C5C on black background.


Color preview on white background

This text has color #5E5C5C on white background.



Black color preview on #5E5C5C background

This text has black color on #5E5C5C background.


White color preview on #5E5C5C background

This text has white color on #5E5C5C background.