COLOR #5A5E5F

HEX: #5A5E5F
RGB: (90,94,95)

Color info

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

RGB color model

#5A5E5F color RGB value is (90,94,95).

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

RGB channels and saturation

R 90 of 255 = 35%
G 94 of 255 = 37%
B 95 of 255 = 37%

90
94
95

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

Portions of RGB colors in percentages

R + G + B =
90 + 94 + 95 = 279 (100%)
R 90 of 279 ~ 32.26%
G 94 of 279 ~ 33.69%
B 95 of 279 ~ 34.05%

%32.26
%33.69
%34.05

CMYK color model

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

  • cyan value is 5.26%
  • magenta value is 1.05%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(5,1,0,63)
C5M1Y0K63 
(5%,1%,0%,63%)
(0.05/0.01/0.00/0.63)	

CMYK percentages

%5.26
%1.05
%0
%62.75

Codes

Color #5A5E5F in popluar color models

5A5E5F
RGB909495
HSL192°2.70%36.27%
HSB/HSV192°5.26%37.25%
CMYK5.26%1.05%0.00%
62.75%

Color #5A5E5F in popluar number systems.

HEX5A5E5F
Decimal909495
Binary101101010111101011111
Octal132136137

Shades and tints

Shades of #5A5E5F

#5A5E5F
(90,94,95)
#525657
(82,86,87)
#4A4E4F
(74,78,79)
#424647
(66,70,71)
#3A3E3F
(58,62,63)
#323637
(50,54,55)
#2A2E2F
(42,46,47)
#222627
(34,38,39)
#1A1E1F
(26,30,31)
#121617
(18,22,23)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #5A5E5F

#5A5E5F
(90,94,95)
#696C6D
(105,108,109)
#787A7B
(120,122,123)
#878889
(135,136,137)
#969697
(150,150,151)
#A5A4A5
(165,164,165)
#B4B2B3
(180,178,179)
#C3C0C1
(195,192,193)
#D2CECF
(210,206,207)
#E1DCDD
(225,220,221)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5E5F; }

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

This text font color is #5A5E5F.


Background Color

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

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

This div background color is #5A5E5F.


Border color

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

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

This div border color is #5A5E5F.


Opacity

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

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

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

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

This text has shadow with #5A5E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5E5F on black background.


Color preview on white background

This text has color #5A5E5F on white background.



Black color preview on #5A5E5F background

This text has black color on #5A5E5F background.


White color preview on #5A5E5F background

This text has white color on #5A5E5F background.