COLOR #5A5E5C

HEX: #5A5E5C
RGB: (90,94,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

90
94
92

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

Portions of RGB colors in percentages

R + G + B =
90 + 94 + 92 = 276 (100%)
R 90 of 276 ~ 32.61%
G 94 of 276 ~ 34.06%
B 92 of 276 ~ 33.33%

%32.61
%34.06
%33.33

CMYK color model

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

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

CMYK percentages

%4.26
%0
%2.13
%63.14

Codes

Color #5A5E5C in popluar color models

5A5E5C
RGB909492
HSL150°2.17%36.08%
HSB/HSV150°4.26%36.86%
CMYK4.26%0.00%2.13%
63.14%

Color #5A5E5C in popluar number systems.

HEX5A5E5C
Decimal909492
Binary101101010111101011100
Octal132136134

Shades and tints

Shades of #5A5E5C

#5A5E5C
(90,94,92)
#525654
(82,86,84)
#4A4E4C
(74,78,76)
#424644
(66,70,68)
#3A3E3C
(58,62,60)
#323634
(50,54,52)
#2A2E2C
(42,46,44)
#222624
(34,38,36)
#1A1E1C
(26,30,28)
#121614
(18,22,20)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #5A5E5C

#5A5E5C
(90,94,92)
#696C6A
(105,108,106)
#787A78
(120,122,120)
#878886
(135,136,134)
#969694
(150,150,148)
#A5A4A2
(165,164,162)
#B4B2B0
(180,178,176)
#C3C0BE
(195,192,190)
#D2CECC
(210,206,204)
#E1DCDA
(225,220,218)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5E5C; }

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

This text font color is #5A5E5C.


Background Color

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

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

This div background color is #5A5E5C.


Border color

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

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

This div border color is #5A5E5C.


Opacity

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

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

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

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

This text has shadow with #5A5E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5E5C on black background.


Color preview on white background

This text has color #5A5E5C on white background.



Black color preview on #5A5E5C background

This text has black color on #5A5E5C background.


White color preview on #5A5E5C background

This text has white color on #5A5E5C background.