COLOR #5A584C

HEX: #5A584C RGB: (90,88,76)

Color info

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

RGB color model

#5A584C color RGB value is (90,88,76).

RGB: (90,88,76) (35%, 35%, 30%)

RGB channels and saturation

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

90
88
76

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

Portions of RGB colors in percentages

R + G + B = 90 + 88 + 76 = 254 (100%)
R 90 of 254 ~ 35.43%
G 88 of 254 ~ 34.65%
B 76 of 254 ~ 29.92'%

%35.43
%34.65
%29.92

CMYK color model

#5A584C color CMYK value is (0,2,16,65).

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

CMYK: (0,2,16,65)
C0M2Y16K65 (0%, 2%, 16%, 65%)
(0.00 / 0.02 / 0.16 / 0.65)

CMYK percentages

%0
%2.22
%15.56
%64.71

Codes

Color #5A584C in popluar color models

5A 58 4C
RGB 90 88 76
HSL 51° 8.43% 32.55%
HSB/HSV 51° 15.56% 35.29%
CMYK 0.00% 2.22% 15.56%
64.71%

Color #5A584C in popluar number systems.

HEX 5A 58 4C
Decimal 90 88 76
Binary 1011010 1011000 1001100
Octal 132 130 114

Shades and tints

Shades of #5A584C

#5A584C
(90,88,76)
#525046
(82,80,70)
#4A4840
(74,72,64)
#42403A
(66,64,58)
#3A3834
(58,56,52)
#32302E
(50,48,46)
#2A2828
(42,40,40)
#222022
(34,32,34)
#1A181C
(26,24,28)
#121016
(18,16,22)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #5A584C

#5A584C
(90,88,76)
#69675C
(105,103,92)
#78766C
(120,118,108)
#87857C
(135,133,124)
#96948C
(150,148,140)
#A5A39C
(165,163,156)
#B4B2AC
(180,178,172)
#C3C1BC
(195,193,188)
#D2D0CC
(210,208,204)
#E1DFDC
(225,223,220)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A584C; }

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

This text font color is #5A584C.

Background Color

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

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

This div background color is #5A584C.

Border color

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

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

This div border color is #5A584C.

Opacity

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

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

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

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

This text has shadow with #5A584C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A584C.

Preview

Color preview on black background

This text has color #5A584C on black background.


Color preview on white background

This text has color #5A584C on white background.


Black color preview on #5A584C background

This text has black color on #5A584C background.


White color preview on #5A584C background

This text has white color on #5A584C background.


Related colors

Complementary color

Complementary color for #hex is #A5A7B3.


I love getcolorcode.com

Triadic colors

1 #4C5A58 and #584C5A with #5A584C are triadic colors.

2 #4C585A and #585A4C with #5A584C are triadic colors.