COLOR #5A564C

HEX: #5A564C RGB: (90,86,76)

Color info

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

RGB color model

#5A564C color RGB value is (90,86,76).

RGB: (90,86,76) (35%, 34%, 30%)

RGB channels and saturation

R 90 of 255 = 35%
G 86 of 255 = 34%
B 76 of 255 = 30%

90
86
76

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

Portions of RGB colors in percentages

R + G + B = 90 + 86 + 76 = 252 (100%)
R 90 of 252 ~ 35.71%
G 86 of 252 ~ 34.13%
B 76 of 252 ~ 30.16'%

%35.71
%34.13
%30.16

CMYK color model

#5A564C color CMYK value is (0,4,16,65).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 15.56%
  • key color value is 64.71%

CMYK: (0,4,16,65)
C0M4Y16K65 (0%, 4%, 16%, 65%)
(0.00 / 0.04 / 0.16 / 0.65)

CMYK percentages

%0
%4.44
%15.56
%64.71

Codes

Color #5A564C in popluar color models

5A 56 4C
RGB 90 86 76
HSL 43° 8.43% 32.55%
HSB/HSV 43° 15.56% 35.29%
CMYK 0.00% 4.44% 15.56%
64.71%

Color #5A564C in popluar number systems.

HEX 5A 56 4C
Decimal 90 86 76
Binary 1011010 1010110 1001100
Octal 132 126 114

Shades and tints

Shades of #5A564C

#5A564C
(90,86,76)
#524F46
(82,79,70)
#4A4840
(74,72,64)
#42413A
(66,65,58)
#3A3A34
(58,58,52)
#32332E
(50,51,46)
#2A2C28
(42,44,40)
#222522
(34,37,34)
#1A1E1C
(26,30,28)
#121716
(18,23,22)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #5A564C

#5A564C
(90,86,76)
#69655C
(105,101,92)
#78746C
(120,116,108)
#87837C
(135,131,124)
#96928C
(150,146,140)
#A5A19C
(165,161,156)
#B4B0AC
(180,176,172)
#C3BFBC
(195,191,188)
#D2CECC
(210,206,204)
#E1DDDC
(225,221,220)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A564C; }

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

This text font color is #5A564C.

Background Color

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

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

This div background color is #5A564C.

Border color

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

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

This div border color is #5A564C.

Opacity

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

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

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

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

This text has shadow with #5A564C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A564C.

Preview

Color preview on black background

This text has color #5A564C on black background.


Color preview on white background

This text has color #5A564C on white background.


Black color preview on #5A564C background

This text has black color on #5A564C background.


White color preview on #5A564C background

This text has white color on #5A564C background.


Related colors

Complementary color

Complementary color for #hex is #A5A9B3.


I love getcolorcode.com

Triadic colors

1 #4C5A56 and #564C5A with #5A564C are triadic colors.

2 #4C565A and #565A4C with #5A564C are triadic colors.