COLOR #5A594A

HEX: #5A594A
RGB: (90,89,74)

Color info

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

RGB color model

#5A594A color RGB value is (90,89,74).

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

RGB channels and saturation

R 90 of 255 = 35%
G 89 of 255 = 35%
B 74 of 255 = 29%

90
89
74

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

Portions of RGB colors in percentages

R + G + B =
90 + 89 + 74 = 253 (100%)
R 90 of 253 ~ 35.57%
G 89 of 253 ~ 35.18%
B 74 of 253 ~ 29.25%

%35.57
%35.18
%29.25

CMYK color model

#5A594A color CMYK value is (0,1,18,65).

  • cyan value is 0.00%
  • magenta value is 1.11%
  • yellow value is 17.78%
  • key color value is 64.71%
CMYK:
(0,1,18,65)
C0M1Y18K65 
(0%,1%,18%,65%)
(0.00/0.01/0.18/0.65)	

CMYK percentages

%0
%1.11
%17.78
%64.71

Codes

Color #5A594A in popluar color models

5A594A
RGB908974
HSL56°9.76%32.16%
HSB/HSV56°17.78%35.29%
CMYK0.00%1.11%17.78%
64.71%

Color #5A594A in popluar number systems.

HEX5A594A
Decimal908974
Binary101101010110011001010
Octal132131112

Shades and tints

Shades of #5A594A

#5A594A
(90,89,74)
#525144
(82,81,68)
#4A493E
(74,73,62)
#424138
(66,65,56)
#3A3932
(58,57,50)
#32312C
(50,49,44)
#2A2926
(42,41,38)
#222120
(34,33,32)
#1A191A
(26,25,26)
#121114
(18,17,20)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #5A594A

#5A594A
(90,89,74)
#69685A
(105,104,90)
#78776A
(120,119,106)
#87867A
(135,134,122)
#96958A
(150,149,138)
#A5A49A
(165,164,154)
#B4B3AA
(180,179,170)
#C3C2BA
(195,194,186)
#D2D1CA
(210,209,202)
#E1E0DA
(225,224,218)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A594A; }

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

This text font color is #5A594A.


Background Color

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

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

This div background color is #5A594A.


Border color

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

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

This div border color is #5A594A.


Opacity

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

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

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

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

This text has shadow with #5A594A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A594A on black background.


Color preview on white background

This text has color #5A594A on white background.



Black color preview on #5A594A background

This text has black color on #5A594A background.


White color preview on #5A594A background

This text has white color on #5A594A background.