COLOR #5A5C48

HEX: #5A5C48 RGB: (90,92,72)

Color info

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

RGB color model

#5A5C48 color RGB value is (90,92,72).

RGB: (90,92,72) (35%, 36%, 28%)

RGB channels and saturation

R 90 of 255 = 35%
G 92 of 255 = 36%
B 72 of 255 = 28%

90
92
72

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

Portions of RGB colors in percentages

R + G + B = 90 + 92 + 72 = 254 (100%)
R 90 of 254 ~ 35.43%
G 92 of 254 ~ 36.22%
B 72 of 254 ~ 28.35'%

%35.43
%36.22
%28.35

CMYK color model

#5A5C48 color CMYK value is (2,0,22,64).

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

CMYK: (2,0,22,64)
C2M0Y22K64 (2%, 0%, 22%, 64%)
(0.02 / 0.00 / 0.22 / 0.64)

CMYK percentages

%2.17
%0
%21.74
%63.92

Codes

Color #5A5C48 in popluar color models

5A 5C 48
RGB 90 92 72
HSL 66° 12.20% 32.16%
HSB/HSV 66° 21.74% 36.08%
CMYK 2.17% 0.00% 21.74%
63.92%

Color #5A5C48 in popluar number systems.

HEX 5A 5C 48
Decimal 90 92 72
Binary 1011010 1011100 1001000
Octal 132 134 110

Shades and tints

Shades of #5A5C48

#5A5C48
(90,92,72)
#525442
(82,84,66)
#4A4C3C
(74,76,60)
#424436
(66,68,54)
#3A3C30
(58,60,48)
#32342A
(50,52,42)
#2A2C24
(42,44,36)
#22241E
(34,36,30)
#1A1C18
(26,28,24)
#121412
(18,20,18)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #5A5C48

#5A5C48
(90,92,72)
#696A58
(105,106,88)
#787868
(120,120,104)
#878678
(135,134,120)
#969488
(150,148,136)
#A5A298
(165,162,152)
#B4B0A8
(180,176,168)
#C3BEB8
(195,190,184)
#D2CCC8
(210,204,200)
#E1DAD8
(225,218,216)
#F0E8E8
(240,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5C48; }

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

This text font color is #5A5C48.

Background Color

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

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

This div background color is #5A5C48.

Border color

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

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

This div border color is #5A5C48.

Opacity

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

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

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

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

This text has shadow with #5A5C48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5C48.

Preview

Color preview on black background

This text has color #5A5C48 on black background.


Color preview on white background

This text has color #5A5C48 on white background.


Black color preview on #5A5C48 background

This text has black color on #5A5C48 background.


White color preview on #5A5C48 background

This text has white color on #5A5C48 background.


Related colors

Complementary color

Complementary color for #hex is #A5A3B7.


I love getcolorcode.com

Triadic colors

1 #485A5C and #5C485A with #5A5C48 are triadic colors.

2 #485C5A and #5C5A48 with #5A5C48 are triadic colors.