COLOR #5A5C4A

HEX: #5A5C4A RGB: (90,92,74)

Color info

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

RGB color model

#5A5C4A color RGB value is (90,92,74).

RGB: (90,92,74) (35%, 36%, 29%)

RGB channels and saturation

R 90 of 255 = 35%
G 92 of 255 = 36%
B 74 of 255 = 29%

90
92
74

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

Portions of RGB colors in percentages

R + G + B = 90 + 92 + 74 = 256 (100%)
R 90 of 256 ~ 35.16%
G 92 of 256 ~ 35.94%
B 74 of 256 ~ 28.91'%

%35.16
%35.94
%28.91

CMYK color model

#5A5C4A color CMYK value is (2,0,20,64).

  • cyan value is 2.17%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 63.92%

CMYK: (2,0,20,64)
C2M0Y20K64 (2%, 0%, 20%, 64%)
(0.02 / 0.00 / 0.20 / 0.64)

CMYK percentages

%2.17
%0
%19.57
%63.92

Codes

Color #5A5C4A in popluar color models

5A 5C 4A
RGB 90 92 74
HSL 67° 10.84% 32.55%
HSB/HSV 67° 19.57% 36.08%
CMYK 2.17% 0.00% 19.57%
63.92%

Color #5A5C4A in popluar number systems.

HEX 5A 5C 4A
Decimal 90 92 74
Binary 1011010 1011100 1001010
Octal 132 134 112

Shades and tints

Shades of #5A5C4A

#5A5C4A
(90,92,74)
#525444
(82,84,68)
#4A4C3E
(74,76,62)
#424438
(66,68,56)
#3A3C32
(58,60,50)
#32342C
(50,52,44)
#2A2C26
(42,44,38)
#222420
(34,36,32)
#1A1C1A
(26,28,26)
#121414
(18,20,20)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #5A5C4A

#5A5C4A
(90,92,74)
#696A5A
(105,106,90)
#78786A
(120,120,106)
#87867A
(135,134,122)
#96948A
(150,148,138)
#A5A29A
(165,162,154)
#B4B0AA
(180,176,170)
#C3BEBA
(195,190,186)
#D2CCCA
(210,204,202)
#E1DADA
(225,218,218)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5C4A; }

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

This text font color is #5A5C4A.

Background Color

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

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

This div background color is #5A5C4A.

Border color

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

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

This div border color is #5A5C4A.

Opacity

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

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

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

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

This text has shadow with #5A5C4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5C4A.

Preview

Color preview on black background

This text has color #5A5C4A on black background.


Color preview on white background

This text has color #5A5C4A on white background.


Black color preview on #5A5C4A background

This text has black color on #5A5C4A background.


White color preview on #5A5C4A background

This text has white color on #5A5C4A background.


Related colors

Complementary color

Complementary color for #hex is #A5A3B5.


I love getcolorcode.com

Triadic colors

1 #4A5A5C and #5C4A5A with #5A5C4A are triadic colors.

2 #4A5C5A and #5C5A4A with #5A5C4A are triadic colors.