COLOR #5A594C

HEX: #5A594C
RGB: (90,89,76)

Color info

#5A594C contains red, green and blue colors in about the same proportion. Web safe color of #5A594C is #666633 (or #663).

RGB color model

#5A594C color RGB value is (90,89,76).

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

RGB channels and saturation

R 90 of 255 = 35%
G 89 of 255 = 35%
B 76 of 255 = 30%

90
89
76

R + G + B ~ 33%. #5A594C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 89 + 76 = 255 (100%)
R 90 of 255 ~ 35.29%
G 89 of 255 ~ 34.9%
B 76 of 255 ~ 29.8%

%35.29
%34.9
%29.8

CMYK color model

#5A594C color CMYK value is (0,1,16,65).

  • cyan value is 0.00%
  • magenta value is 1.11%
  • yellow value is 15.56%
  • key color value is 64.71%
CMYK:
(0,1,16,65)
C0M1Y16K65 
(0%,1%,16%,65%)
(0.00/0.01/0.16/0.65)	

CMYK percentages

%0
%1.11
%15.56
%64.71

Codes

Color #5A594C in popluar color models

5A594C
RGB908976
HSL56°8.43%32.55%
HSB/HSV56°15.56%35.29%
CMYK0.00%1.11%15.56%
64.71%

Color #5A594C in popluar number systems.

HEX5A594C
Decimal908976
Binary101101010110011001100
Octal132131114

Shades and tints

Shades of #5A594C

#5A594C
(90,89,76)
#525146
(82,81,70)
#4A4940
(74,73,64)
#42413A
(66,65,58)
#3A3934
(58,57,52)
#32312E
(50,49,46)
#2A2928
(42,41,40)
#222122
(34,33,34)
#1A191C
(26,25,28)
#121116
(18,17,22)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #5A594C

#5A594C
(90,89,76)
#69685C
(105,104,92)
#78776C
(120,119,108)
#87867C
(135,134,124)
#96958C
(150,149,140)
#A5A49C
(165,164,156)
#B4B3AC
(180,179,172)
#C3C2BC
(195,194,188)
#D2D1CC
(210,209,204)
#E1E0DC
(225,224,220)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A594C; }

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

This text font color is #5A594C.


Background Color

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

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

This div background color is #5A594C.


Border color

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

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

This div border color is #5A594C.


Opacity

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

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

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

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

This text has shadow with #5A594C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A594C on black background.


Color preview on white background

This text has color #5A594C on white background.



Black color preview on #5A594C background

This text has black color on #5A594C background.


White color preview on #5A594C background

This text has white color on #5A594C background.