COLOR #5A6659

HEX: #5A6659
RGB: (90,102,89)

Color info

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

RGB color model

#5A6659 color RGB value is (90,102,89).

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

RGB channels and saturation

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

90
102
89

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

Portions of RGB colors in percentages

R + G + B =
90 + 102 + 89 = 281 (100%)
R 90 of 281 ~ 32.03%
G 102 of 281 ~ 36.3%
B 89 of 281 ~ 31.67%

%32.03
%36.3
%31.67

CMYK color model

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

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 12.75%
  • key color value is 60.00%
CMYK:
(12,0,13,60)
C12M0Y13K60 
(12%,0%,13%,60%)
(0.12/0.00/0.13/0.60)	

CMYK percentages

%11.76
%0
%12.75
%60

Codes

Color #5A6659 in popluar color models

5A6659
RGB9010289
HSL115°6.81%37.45%
HSB/HSV115°12.75%40.00%
CMYK11.76%0.00%12.75%
60.00%

Color #5A6659 in popluar number systems.

HEX5A6659
Decimal9010289
Binary101101011001101011001
Octal132146131

Shades and tints

Shades of #5A6659

#5A6659
(90,102,89)
#525D51
(82,93,81)
#4A5449
(74,84,73)
#424B41
(66,75,65)
#3A4239
(58,66,57)
#323931
(50,57,49)
#2A3029
(42,48,41)
#222721
(34,39,33)
#1A1E19
(26,30,25)
#121511
(18,21,17)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #5A6659

#5A6659
(90,102,89)
#697368
(105,115,104)
#788077
(120,128,119)
#878D86
(135,141,134)
#969A95
(150,154,149)
#A5A7A4
(165,167,164)
#B4B4B3
(180,180,179)
#C3C1C2
(195,193,194)
#D2CED1
(210,206,209)
#E1DBE0
(225,219,224)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6659; }

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

This text font color is #5A6659.


Background Color

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

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

This div background color is #5A6659.


Border color

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

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

This div border color is #5A6659.


Opacity

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

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

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

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

This text has shadow with #5A6659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6659 on black background.


Color preview on white background

This text has color #5A6659 on white background.



Black color preview on #5A6659 background

This text has black color on #5A6659 background.


White color preview on #5A6659 background

This text has white color on #5A6659 background.