COLOR #5A494C

HEX: #5A494C
RGB: (90,73,76)

Color info

#5A494C contains red, green and blue colors in about the same proportion. Web safe color of #5A494C is #663333 (or #633).

RGB color model

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

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

RGB channels and saturation

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

90
73
76

R + G + B ~ 31%. #5A494C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 73 + 76 = 239 (100%)
R 90 of 239 ~ 37.66%
G 73 of 239 ~ 30.54%
B 76 of 239 ~ 31.8%

%37.66
%30.54
%31.8

CMYK color model

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

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

CMYK percentages

%0
%18.89
%15.56
%64.71

Codes

Color #5A494C in popluar color models

5A494C
RGB907376
HSL349°10.43%31.96%
HSB/HSV349°18.89%35.29%
CMYK0.00%18.89%15.56%
64.71%

Color #5A494C in popluar number systems.

HEX5A494C
Decimal907376
Binary101101010010011001100
Octal132111114

Shades and tints

Shades of #5A494C

#5A494C
(90,73,76)
#524346
(82,67,70)
#4A3D40
(74,61,64)
#42373A
(66,55,58)
#3A3134
(58,49,52)
#322B2E
(50,43,46)
#2A2528
(42,37,40)
#221F22
(34,31,34)
#1A191C
(26,25,28)
#121316
(18,19,22)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #5A494C

#5A494C
(90,73,76)
#69595C
(105,89,92)
#78696C
(120,105,108)
#87797C
(135,121,124)
#96898C
(150,137,140)
#A5999C
(165,153,156)
#B4A9AC
(180,169,172)
#C3B9BC
(195,185,188)
#D2C9CC
(210,201,204)
#E1D9DC
(225,217,220)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A494C; }

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

This text font color is #5A494C.


Background Color

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

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

This div background color is #5A494C.


Border color

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

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

This div border color is #5A494C.


Opacity

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

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

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

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

This text has shadow with #5A494C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A494C on black background.


Color preview on white background

This text has color #5A494C on white background.



Black color preview on #5A494C background

This text has black color on #5A494C background.


White color preview on #5A494C background

This text has white color on #5A494C background.