COLOR #5A6470

HEX: #5A6470
RGB: (90,100,112)

Color info

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

RGB color model

#5A6470 color RGB value is (90,100,112).

  • red value is 90;
  • green value is 100;
  • blue value is 112.
RGB:
(90,100,112)
(35%,39%,44%)

RGB channels and saturation

R 90 of 255 = 35%
G 100 of 255 = 39%
B 112 of 255 = 44%

90
100
112

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

Portions of RGB colors in percentages

R + G + B =
90 + 100 + 112 = 302 (100%)
R 90 of 302 ~ 29.8%
G 100 of 302 ~ 33.11%
B 112 of 302 ~ 37.09%

%29.8
%33.11
%37.09

CMYK color model

#5A6470 color CMYK value is (20,11,0,56).

  • cyan value is 19.64%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(20,11,0,56)
C20M11Y0K56 
(20%,11%,0%,56%)
(0.20/0.11/0.00/0.56)	

CMYK percentages

%19.64
%10.71
%0
%56.08

Codes

Color #5A6470 in popluar color models

5A6470
RGB90100112
HSL213°10.89%39.61%
HSB/HSV213°19.64%43.92%
CMYK19.64%10.71%0.00%
56.08%

Color #5A6470 in popluar number systems.

HEX5A6470
Decimal90100112
Binary101101011001001110000
Octal132144160

Shades and tints

Shades of #5A6470

#5A6470
(90,100,112)
#525B66
(82,91,102)
#4A525C
(74,82,92)
#424952
(66,73,82)
#3A4048
(58,64,72)
#32373E
(50,55,62)
#2A2E34
(42,46,52)
#22252A
(34,37,42)
#1A1C20
(26,28,32)
#121316
(18,19,22)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #5A6470

#5A6470
(90,100,112)
#69727D
(105,114,125)
#78808A
(120,128,138)
#878E97
(135,142,151)
#969CA4
(150,156,164)
#A5AAB1
(165,170,177)
#B4B8BE
(180,184,190)
#C3C6CB
(195,198,203)
#D2D4D8
(210,212,216)
#E1E2E5
(225,226,229)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6470; }

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

This text font color is #5A6470.


Background Color

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

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

This div background color is #5A6470.


Border color

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

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

This div border color is #5A6470.


Opacity

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

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

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

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

This text has shadow with #5A6470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6470 on black background.


Color preview on white background

This text has color #5A6470 on white background.



Black color preview on #5A6470 background

This text has black color on #5A6470 background.


White color preview on #5A6470 background

This text has white color on #5A6470 background.