COLOR #5A666D

HEX: #5A666D
RGB: (90,102,109)

Color info

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

RGB color model

#5A666D color RGB value is (90,102,109).

  • red value is 90;
  • green value is 102;
  • blue value is 109.
RGB:
(90,102,109)
(35%,40%,43%)

RGB channels and saturation

R 90 of 255 = 35%
G 102 of 255 = 40%
B 109 of 255 = 43%

90
102
109

R + G + B ~ 39%. #5A666D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 102 + 109 = 301 (100%)
R 90 of 301 ~ 29.9%
G 102 of 301 ~ 33.89%
B 109 of 301 ~ 36.21%

%29.9
%33.89
%36.21

CMYK color model

#5A666D color CMYK value is (17,6,0,57).

  • cyan value is 17.43%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(17,6,0,57)
C17M6Y0K57 
(17%,6%,0%,57%)
(0.17/0.06/0.00/0.57)	

CMYK percentages

%17.43
%6.42
%0
%57.25

Codes

Color #5A666D in popluar color models

5A666D
RGB90102109
HSL202°9.55%39.02%
HSB/HSV202°17.43%42.75%
CMYK17.43%6.42%0.00%
57.25%

Color #5A666D in popluar number systems.

HEX5A666D
Decimal90102109
Binary101101011001101101101
Octal132146155

Shades and tints

Shades of #5A666D

#5A666D
(90,102,109)
#525D64
(82,93,100)
#4A545B
(74,84,91)
#424B52
(66,75,82)
#3A4249
(58,66,73)
#323940
(50,57,64)
#2A3037
(42,48,55)
#22272E
(34,39,46)
#1A1E25
(26,30,37)
#12151C
(18,21,28)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #5A666D

#5A666D
(90,102,109)
#69737A
(105,115,122)
#788087
(120,128,135)
#878D94
(135,141,148)
#969AA1
(150,154,161)
#A5A7AE
(165,167,174)
#B4B4BB
(180,180,187)
#C3C1C8
(195,193,200)
#D2CED5
(210,206,213)
#E1DBE2
(225,219,226)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A666D; }

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

This text font color is #5A666D.


Background Color

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

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

This div background color is #5A666D.


Border color

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

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

This div border color is #5A666D.


Opacity

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

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

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

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

This text has shadow with #5A666D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A666D on black background.


Color preview on white background

This text has color #5A666D on white background.



Black color preview on #5A666D background

This text has black color on #5A666D background.


White color preview on #5A666D background

This text has white color on #5A666D background.