COLOR #5A646F

HEX: #5A646F
RGB: (90,100,111)

Color info

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

RGB color model

#5A646F color RGB value is (90,100,111).

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

RGB channels and saturation

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

90
100
111

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

Portions of RGB colors in percentages

R + G + B =
90 + 100 + 111 = 301 (100%)
R 90 of 301 ~ 29.9%
G 100 of 301 ~ 33.22%
B 111 of 301 ~ 36.88%

%29.9
%33.22
%36.88

CMYK color model

#5A646F color CMYK value is (19,10,0,56).

  • cyan value is 18.92%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(19,10,0,56)
C19M10Y0K56 
(19%,10%,0%,56%)
(0.19/0.10/0.00/0.56)	

CMYK percentages

%18.92
%9.91
%0
%56.47

Codes

Color #5A646F in popluar color models

5A646F
RGB90100111
HSL211°10.45%39.41%
HSB/HSV211°18.92%43.53%
CMYK18.92%9.91%0.00%
56.47%

Color #5A646F in popluar number systems.

HEX5A646F
Decimal90100111
Binary101101011001001101111
Octal132144157

Shades and tints

Shades of #5A646F

#5A646F
(90,100,111)
#525B65
(82,91,101)
#4A525B
(74,82,91)
#424951
(66,73,81)
#3A4047
(58,64,71)
#32373D
(50,55,61)
#2A2E33
(42,46,51)
#222529
(34,37,41)
#1A1C1F
(26,28,31)
#121315
(18,19,21)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #5A646F

#5A646F
(90,100,111)
#69727C
(105,114,124)
#788089
(120,128,137)
#878E96
(135,142,150)
#969CA3
(150,156,163)
#A5AAB0
(165,170,176)
#B4B8BD
(180,184,189)
#C3C6CA
(195,198,202)
#D2D4D7
(210,212,215)
#E1E2E4
(225,226,228)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A646F; }

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

This text font color is #5A646F.


Background Color

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

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

This div background color is #5A646F.


Border color

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

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

This div border color is #5A646F.


Opacity

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

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

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

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

This text has shadow with #5A646F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A646F on black background.


Color preview on white background

This text has color #5A646F on white background.



Black color preview on #5A646F background

This text has black color on #5A646F background.


White color preview on #5A646F background

This text has white color on #5A646F background.