COLOR #5E5C6C

HEX: #5E5C6C
RGB: (94,92,108)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

94
92
108

R + G + B ~ 38%. #5E5C6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 92 + 108 = 294 (100%)
R 94 of 294 ~ 31.97%
G 92 of 294 ~ 31.29%
B 108 of 294 ~ 36.73%

%31.97
%31.29
%36.73

CMYK color model

#5E5C6C color CMYK value is (13,15,0,58).

  • cyan value is 12.96%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(13,15,0,58)
C13M15Y0K58 
(13%,15%,0%,58%)
(0.13/0.15/0.00/0.58)	

CMYK percentages

%12.96
%14.81
%0
%57.65

Codes

Color #5E5C6C in popluar color models

5E5C6C
RGB9492108
HSL248°8.00%39.22%
HSB/HSV248°14.81%42.35%
CMYK12.96%14.81%0.00%
57.65%

Color #5E5C6C in popluar number systems.

HEX5E5C6C
Decimal9492108
Binary101111010111001101100
Octal136134154

Shades and tints

Shades of #5E5C6C

#5E5C6C
(94,92,108)
#565463
(86,84,99)
#4E4C5A
(78,76,90)
#464451
(70,68,81)
#3E3C48
(62,60,72)
#36343F
(54,52,63)
#2E2C36
(46,44,54)
#26242D
(38,36,45)
#1E1C24
(30,28,36)
#16141B
(22,20,27)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #5E5C6C

#5E5C6C
(94,92,108)
#6C6A79
(108,106,121)
#7A7886
(122,120,134)
#888693
(136,134,147)
#9694A0
(150,148,160)
#A4A2AD
(164,162,173)
#B2B0BA
(178,176,186)
#C0BEC7
(192,190,199)
#CECCD4
(206,204,212)
#DCDAE1
(220,218,225)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5C6C; }

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

This text font color is #5E5C6C.


Background Color

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

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

This div background color is #5E5C6C.


Border color

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

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

This div border color is #5E5C6C.


Opacity

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

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

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

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

This text has shadow with #5E5C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5C6C on black background.


Color preview on white background

This text has color #5E5C6C on white background.



Black color preview on #5E5C6C background

This text has black color on #5E5C6C background.


White color preview on #5E5C6C background

This text has white color on #5E5C6C background.