COLOR #5A646C

HEX: #5A646C
RGB: (90,100,108)

Color info

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

RGB color model

#5A646C color RGB value is (90,100,108).

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

RGB channels and saturation

R 90 of 255 = 35%
G 100 of 255 = 39%
B 108 of 255 = 42%

90
100
108

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

Portions of RGB colors in percentages

R + G + B =
90 + 100 + 108 = 298 (100%)
R 90 of 298 ~ 30.2%
G 100 of 298 ~ 33.56%
B 108 of 298 ~ 36.24%

%30.2
%33.56
%36.24

CMYK color model

#5A646C color CMYK value is (17,7,0,58).

  • cyan value is 16.67%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(17,7,0,58)
C17M7Y0K58 
(17%,7%,0%,58%)
(0.17/0.07/0.00/0.58)	

CMYK percentages

%16.67
%7.41
%0
%57.65

Codes

Color #5A646C in popluar color models

5A646C
RGB90100108
HSL207°9.09%38.82%
HSB/HSV207°16.67%42.35%
CMYK16.67%7.41%0.00%
57.65%

Color #5A646C in popluar number systems.

HEX5A646C
Decimal90100108
Binary101101011001001101100
Octal132144154

Shades and tints

Shades of #5A646C

#5A646C
(90,100,108)
#525B63
(82,91,99)
#4A525A
(74,82,90)
#424951
(66,73,81)
#3A4048
(58,64,72)
#32373F
(50,55,63)
#2A2E36
(42,46,54)
#22252D
(34,37,45)
#1A1C24
(26,28,36)
#12131B
(18,19,27)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #5A646C

#5A646C
(90,100,108)
#697279
(105,114,121)
#788086
(120,128,134)
#878E93
(135,142,147)
#969CA0
(150,156,160)
#A5AAAD
(165,170,173)
#B4B8BA
(180,184,186)
#C3C6C7
(195,198,199)
#D2D4D4
(210,212,212)
#E1E2E1
(225,226,225)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A646C; }

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

This text font color is #5A646C.


Background Color

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

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

This div background color is #5A646C.


Border color

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

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

This div border color is #5A646C.


Opacity

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

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

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

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

This text has shadow with #5A646C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A646C on black background.


Color preview on white background

This text has color #5A646C on white background.



Black color preview on #5A646C background

This text has black color on #5A646C background.


White color preview on #5A646C background

This text has white color on #5A646C background.