COLOR #5E565C

HEX: #5E565C
RGB: (94,86,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

94
86
92

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

Portions of RGB colors in percentages

R + G + B =
94 + 86 + 92 = 272 (100%)
R 94 of 272 ~ 34.56%
G 86 of 272 ~ 31.62%
B 92 of 272 ~ 33.82%

%34.56
%31.62
%33.82

CMYK color model

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

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

CMYK percentages

%0
%8.51
%2.13
%63.14

Codes

Color #5E565C in popluar color models

5E565C
RGB948692
HSL315°4.44%35.29%
HSB/HSV315°8.51%36.86%
CMYK0.00%8.51%2.13%
63.14%

Color #5E565C in popluar number systems.

HEX5E565C
Decimal948692
Binary101111010101101011100
Octal136126134

Shades and tints

Shades of #5E565C

#5E565C
(94,86,92)
#564F54
(86,79,84)
#4E484C
(78,72,76)
#464144
(70,65,68)
#3E3A3C
(62,58,60)
#363334
(54,51,52)
#2E2C2C
(46,44,44)
#262524
(38,37,36)
#1E1E1C
(30,30,28)
#161714
(22,23,20)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #5E565C

#5E565C
(94,86,92)
#6C656A
(108,101,106)
#7A7478
(122,116,120)
#888386
(136,131,134)
#969294
(150,146,148)
#A4A1A2
(164,161,162)
#B2B0B0
(178,176,176)
#C0BFBE
(192,191,190)
#CECECC
(206,206,204)
#DCDDDA
(220,221,218)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E565C; }

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

This text font color is #5E565C.


Background Color

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

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

This div background color is #5E565C.


Border color

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

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

This div border color is #5E565C.


Opacity

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

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

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

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

This text has shadow with #5E565C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E565C on black background.


Color preview on white background

This text has color #5E565C on white background.



Black color preview on #5E565C background

This text has black color on #5E565C background.


White color preview on #5E565C background

This text has white color on #5E565C background.