COLOR #5A5E68

HEX: #5A5E68
RGB: (90,94,104)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

90
94
104

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

Portions of RGB colors in percentages

R + G + B =
90 + 94 + 104 = 288 (100%)
R 90 of 288 ~ 31.25%
G 94 of 288 ~ 32.64%
B 104 of 288 ~ 36.11%

%31.25
%32.64
%36.11

CMYK color model

#5A5E68 color CMYK value is (13,10,0,59).

  • cyan value is 13.46%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(13,10,0,59)
C13M10Y0K59 
(13%,10%,0%,59%)
(0.13/0.10/0.00/0.59)	

CMYK percentages

%13.46
%9.62
%0
%59.22

Codes

Color #5A5E68 in popluar color models

5A5E68
RGB9094104
HSL223°7.22%38.04%
HSB/HSV223°13.46%40.78%
CMYK13.46%9.62%0.00%
59.22%

Color #5A5E68 in popluar number systems.

HEX5A5E68
Decimal9094104
Binary101101010111101101000
Octal132136150

Shades and tints

Shades of #5A5E68

#5A5E68
(90,94,104)
#52565F
(82,86,95)
#4A4E56
(74,78,86)
#42464D
(66,70,77)
#3A3E44
(58,62,68)
#32363B
(50,54,59)
#2A2E32
(42,46,50)
#222629
(34,38,41)
#1A1E20
(26,30,32)
#121617
(18,22,23)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #5A5E68

#5A5E68
(90,94,104)
#696C75
(105,108,117)
#787A82
(120,122,130)
#87888F
(135,136,143)
#96969C
(150,150,156)
#A5A4A9
(165,164,169)
#B4B2B6
(180,178,182)
#C3C0C3
(195,192,195)
#D2CED0
(210,206,208)
#E1DCDD
(225,220,221)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5E68; }

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

This text font color is #5A5E68.


Background Color

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

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

This div background color is #5A5E68.


Border color

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

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

This div border color is #5A5E68.


Opacity

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

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

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

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

This text has shadow with #5A5E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5E68 on black background.


Color preview on white background

This text has color #5A5E68 on white background.



Black color preview on #5A5E68 background

This text has black color on #5A5E68 background.


White color preview on #5A5E68 background

This text has white color on #5A5E68 background.