COLOR #5A574C

HEX: #5A574C
RGB: (90,87,76)

Color info

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

RGB color model

#5A574C color RGB value is (90,87,76).

  • red value is 90;
  • green value is 87;
  • blue value is 76.
RGB:
(90,87,76)
(35%,34%,30%)

RGB channels and saturation

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

90
87
76

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

Portions of RGB colors in percentages

R + G + B =
90 + 87 + 76 = 253 (100%)
R 90 of 253 ~ 35.57%
G 87 of 253 ~ 34.39%
B 76 of 253 ~ 30.04%

%35.57
%34.39
%30.04

CMYK color model

#5A574C color CMYK value is (0,3,16,65).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 15.56%
  • key color value is 64.71%
CMYK:
(0,3,16,65)
C0M3Y16K65 
(0%,3%,16%,65%)
(0.00/0.03/0.16/0.65)	

CMYK percentages

%0
%3.33
%15.56
%64.71

Codes

Color #5A574C in popluar color models

5A574C
RGB908776
HSL47°8.43%32.55%
HSB/HSV47°15.56%35.29%
CMYK0.00%3.33%15.56%
64.71%

Color #5A574C in popluar number systems.

HEX5A574C
Decimal908776
Binary101101010101111001100
Octal132127114

Shades and tints

Shades of #5A574C

#5A574C
(90,87,76)
#525046
(82,80,70)
#4A4940
(74,73,64)
#42423A
(66,66,58)
#3A3B34
(58,59,52)
#32342E
(50,52,46)
#2A2D28
(42,45,40)
#222622
(34,38,34)
#1A1F1C
(26,31,28)
#121816
(18,24,22)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #5A574C

#5A574C
(90,87,76)
#69665C
(105,102,92)
#78756C
(120,117,108)
#87847C
(135,132,124)
#96938C
(150,147,140)
#A5A29C
(165,162,156)
#B4B1AC
(180,177,172)
#C3C0BC
(195,192,188)
#D2CFCC
(210,207,204)
#E1DEDC
(225,222,220)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A574C; }

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

This text font color is #5A574C.


Background Color

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

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

This div background color is #5A574C.


Border color

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

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

This div border color is #5A574C.


Opacity

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

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

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

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

This text has shadow with #5A574C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A574C on black background.


Color preview on white background

This text has color #5A574C on white background.



Black color preview on #5A574C background

This text has black color on #5A574C background.


White color preview on #5A574C background

This text has white color on #5A574C background.