COLOR #5A665C

HEX: #5A665C
RGB: (90,102,92)

Color info

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

RGB color model

#5A665C color RGB value is (90,102,92).

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

RGB channels and saturation

R 90 of 255 = 35%
G 102 of 255 = 40%
B 92 of 255 = 36%

90
102
92

R + G + B ~ 37%. #5A665C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 102 + 92 = 284 (100%)
R 90 of 284 ~ 31.69%
G 102 of 284 ~ 35.92%
B 92 of 284 ~ 32.39%

%31.69
%35.92
%32.39

CMYK color model

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

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 60.00%
CMYK:
(12,0,10,60)
C12M0Y10K60 
(12%,0%,10%,60%)
(0.12/0.00/0.10/0.60)	

CMYK percentages

%11.76
%0
%9.8
%60

Codes

Color #5A665C in popluar color models

5A665C
RGB9010292
HSL130°6.25%37.65%
HSB/HSV130°11.76%40.00%
CMYK11.76%0.00%9.80%
60.00%

Color #5A665C in popluar number systems.

HEX5A665C
Decimal9010292
Binary101101011001101011100
Octal132146134

Shades and tints

Shades of #5A665C

#5A665C
(90,102,92)
#525D54
(82,93,84)
#4A544C
(74,84,76)
#424B44
(66,75,68)
#3A423C
(58,66,60)
#323934
(50,57,52)
#2A302C
(42,48,44)
#222724
(34,39,36)
#1A1E1C
(26,30,28)
#121514
(18,21,20)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #5A665C

#5A665C
(90,102,92)
#69736A
(105,115,106)
#788078
(120,128,120)
#878D86
(135,141,134)
#969A94
(150,154,148)
#A5A7A2
(165,167,162)
#B4B4B0
(180,180,176)
#C3C1BE
(195,193,190)
#D2CECC
(210,206,204)
#E1DBDA
(225,219,218)
#F0E8E8
(240,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A665C; }

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

This text font color is #5A665C.


Background Color

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

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

This div background color is #5A665C.


Border color

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

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

This div border color is #5A665C.


Opacity

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

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

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

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

This text has shadow with #5A665C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A665C on black background.


Color preview on white background

This text has color #5A665C on white background.



Black color preview on #5A665C background

This text has black color on #5A665C background.


White color preview on #5A665C background

This text has white color on #5A665C background.