COLOR #5A5E5E

HEX: #5A5E5E
RGB: (90,94,94)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

90
94
94

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

Portions of RGB colors in percentages

R + G + B =
90 + 94 + 94 = 278 (100%)
R 90 of 278 ~ 32.37%
G 94 of 278 ~ 33.81%
B 94 of 278 ~ 33.81%

%32.37
%33.81
%33.81

CMYK color model

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

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

CMYK percentages

%4.26
%0
%0
%63.14

Codes

Color #5A5E5E in popluar color models

5A5E5E
RGB909494
HSL180°2.17%36.08%
HSB/HSV180°4.26%36.86%
CMYK4.26%0.00%0.00%
63.14%

Color #5A5E5E in popluar number systems.

HEX5A5E5E
Decimal909494
Binary101101010111101011110
Octal132136136

Shades and tints

Shades of #5A5E5E

#5A5E5E
(90,94,94)
#525656
(82,86,86)
#4A4E4E
(74,78,78)
#424646
(66,70,70)
#3A3E3E
(58,62,62)
#323636
(50,54,54)
#2A2E2E
(42,46,46)
#222626
(34,38,38)
#1A1E1E
(26,30,30)
#121616
(18,22,22)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #5A5E5E

#5A5E5E
(90,94,94)
#696C6C
(105,108,108)
#787A7A
(120,122,122)
#878888
(135,136,136)
#969696
(150,150,150)
#A5A4A4
(165,164,164)
#B4B2B2
(180,178,178)
#C3C0C0
(195,192,192)
#D2CECE
(210,206,206)
#E1DCDC
(225,220,220)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5E5E; }

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

This text font color is #5A5E5E.


Background Color

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

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

This div background color is #5A5E5E.


Border color

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

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

This div border color is #5A5E5E.


Opacity

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

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

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

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

This text has shadow with #5A5E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5E5E on black background.


Color preview on white background

This text has color #5A5E5E on white background.



Black color preview on #5A5E5E background

This text has black color on #5A5E5E background.


White color preview on #5A5E5E background

This text has white color on #5A5E5E background.