COLOR #5A6667

HEX: #5A6667
RGB: (90,102,103)

Color info

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

RGB color model

#5A6667 color RGB value is (90,102,103).

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

RGB channels and saturation

R 90 of 255 = 35%
G 102 of 255 = 40%
B 103 of 255 = 40%

90
102
103

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

Portions of RGB colors in percentages

R + G + B =
90 + 102 + 103 = 295 (100%)
R 90 of 295 ~ 30.51%
G 102 of 295 ~ 34.58%
B 103 of 295 ~ 34.92%

%30.51
%34.58
%34.92

CMYK color model

#5A6667 color CMYK value is (13,1,0,60).

  • cyan value is 12.62%
  • magenta value is 0.97%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(13,1,0,60)
C13M1Y0K60 
(13%,1%,0%,60%)
(0.13/0.01/0.00/0.60)	

CMYK percentages

%12.62
%0.97
%0
%59.61

Codes

Color #5A6667 in popluar color models

5A6667
RGB90102103
HSL185°6.74%37.84%
HSB/HSV185°12.62%40.39%
CMYK12.62%0.97%0.00%
59.61%

Color #5A6667 in popluar number systems.

HEX5A6667
Decimal90102103
Binary101101011001101100111
Octal132146147

Shades and tints

Shades of #5A6667

#5A6667
(90,102,103)
#525D5E
(82,93,94)
#4A5455
(74,84,85)
#424B4C
(66,75,76)
#3A4243
(58,66,67)
#32393A
(50,57,58)
#2A3031
(42,48,49)
#222728
(34,39,40)
#1A1E1F
(26,30,31)
#121516
(18,21,22)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #5A6667

#5A6667
(90,102,103)
#697374
(105,115,116)
#788081
(120,128,129)
#878D8E
(135,141,142)
#969A9B
(150,154,155)
#A5A7A8
(165,167,168)
#B4B4B5
(180,180,181)
#C3C1C2
(195,193,194)
#D2CECF
(210,206,207)
#E1DBDC
(225,219,220)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6667; }

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

This text font color is #5A6667.


Background Color

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

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

This div background color is #5A6667.


Border color

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

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

This div border color is #5A6667.


Opacity

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

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

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

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

This text has shadow with #5A6667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6667 on black background.


Color preview on white background

This text has color #5A6667 on white background.



Black color preview on #5A6667 background

This text has black color on #5A6667 background.


White color preview on #5A6667 background

This text has white color on #5A6667 background.