COLOR #5A6661

HEX: #5A6661
RGB: (90,102,97)

Color info

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

RGB color model

#5A6661 color RGB value is (90,102,97).

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

RGB channels and saturation

R 90 of 255 = 35%
G 102 of 255 = 40%
B 97 of 255 = 38%

90
102
97

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

Portions of RGB colors in percentages

R + G + B =
90 + 102 + 97 = 289 (100%)
R 90 of 289 ~ 31.14%
G 102 of 289 ~ 35.29%
B 97 of 289 ~ 33.56%

%31.14
%35.29
%33.56

CMYK color model

#5A6661 color CMYK value is (12,0,5,60).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 4.90%
  • key color value is 60.00%
CMYK:
(12,0,5,60)
C12M0Y5K60 
(12%,0%,5%,60%)
(0.12/0.00/0.05/0.60)	

CMYK percentages

%11.76
%0
%4.9
%60

Codes

Color #5A6661 in popluar color models

5A6661
RGB9010297
HSL155°6.25%37.65%
HSB/HSV155°11.76%40.00%
CMYK11.76%0.00%4.90%
60.00%

Color #5A6661 in popluar number systems.

HEX5A6661
Decimal9010297
Binary101101011001101100001
Octal132146141

Shades and tints

Shades of #5A6661

#5A6661
(90,102,97)
#525D59
(82,93,89)
#4A5451
(74,84,81)
#424B49
(66,75,73)
#3A4241
(58,66,65)
#323939
(50,57,57)
#2A3031
(42,48,49)
#222729
(34,39,41)
#1A1E21
(26,30,33)
#121519
(18,21,25)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #5A6661

#5A6661
(90,102,97)
#69736F
(105,115,111)
#78807D
(120,128,125)
#878D8B
(135,141,139)
#969A99
(150,154,153)
#A5A7A7
(165,167,167)
#B4B4B5
(180,180,181)
#C3C1C3
(195,193,195)
#D2CED1
(210,206,209)
#E1DBDF
(225,219,223)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6661; }

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

This text font color is #5A6661.


Background Color

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

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

This div background color is #5A6661.


Border color

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

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

This div border color is #5A6661.


Opacity

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

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

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

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

This text has shadow with #5A6661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6661 on black background.


Color preview on white background

This text has color #5A6661 on white background.



Black color preview on #5A6661 background

This text has black color on #5A6661 background.


White color preview on #5A6661 background

This text has white color on #5A6661 background.