COLOR #5A5A4C

HEX: #5A5A4C
RGB: (90,90,76)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

90
90
76

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

Portions of RGB colors in percentages

R + G + B =
90 + 90 + 76 = 256 (100%)
R 90 of 256 ~ 35.16%
G 90 of 256 ~ 35.16%
B 76 of 256 ~ 29.69%

%35.16
%35.16
%29.69

CMYK color model

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

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

CMYK percentages

%0
%0
%15.56
%64.71

Codes

Color #5A5A4C in popluar color models

5A5A4C
RGB909076
HSL60°8.43%32.55%
HSB/HSV60°15.56%35.29%
CMYK0.00%0.00%15.56%
64.71%

Color #5A5A4C in popluar number systems.

HEX5A5A4C
Decimal909076
Binary101101010110101001100
Octal132132114

Shades and tints

Shades of #5A5A4C

#5A5A4C
(90,90,76)
#525246
(82,82,70)
#4A4A40
(74,74,64)
#42423A
(66,66,58)
#3A3A34
(58,58,52)
#32322E
(50,50,46)
#2A2A28
(42,42,40)
#222222
(34,34,34)
#1A1A1C
(26,26,28)
#121216
(18,18,22)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #5A5A4C

#5A5A4C
(90,90,76)
#69695C
(105,105,92)
#78786C
(120,120,108)
#87877C
(135,135,124)
#96968C
(150,150,140)
#A5A59C
(165,165,156)
#B4B4AC
(180,180,172)
#C3C3BC
(195,195,188)
#D2D2CC
(210,210,204)
#E1E1DC
(225,225,220)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5A4C; }

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

This text font color is #5A5A4C.


Background Color

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

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

This div background color is #5A5A4C.


Border color

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

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

This div border color is #5A5A4C.


Opacity

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

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

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

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

This text has shadow with #5A5A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5A4C on black background.


Color preview on white background

This text has color #5A5A4C on white background.



Black color preview on #5A5A4C background

This text has black color on #5A5A4C background.


White color preview on #5A5A4C background

This text has white color on #5A5A4C background.