COLOR #5A494D

HEX: #5A494D
RGB: (90,73,77)

Color info

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

RGB color model

#5A494D color RGB value is (90,73,77).

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

RGB channels and saturation

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

90
73
77

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

Portions of RGB colors in percentages

R + G + B =
90 + 73 + 77 = 240 (100%)
R 90 of 240 ~ 37.5%
G 73 of 240 ~ 30.42%
B 77 of 240 ~ 32.08%

%37.5
%30.42
%32.08

CMYK color model

#5A494D color CMYK value is (0,19,14,65).

  • cyan value is 0.00%
  • magenta value is 18.89%
  • yellow value is 14.44%
  • key color value is 64.71%
CMYK:
(0,19,14,65)
C0M19Y14K65 
(0%,19%,14%,65%)
(0.00/0.19/0.14/0.65)	

CMYK percentages

%0
%18.89
%14.44
%64.71

Codes

Color #5A494D in popluar color models

5A494D
RGB907377
HSL346°10.43%31.96%
HSB/HSV346°18.89%35.29%
CMYK0.00%18.89%14.44%
64.71%

Color #5A494D in popluar number systems.

HEX5A494D
Decimal907377
Binary101101010010011001101
Octal132111115

Shades and tints

Shades of #5A494D

#5A494D
(90,73,77)
#524346
(82,67,70)
#4A3D3F
(74,61,63)
#423738
(66,55,56)
#3A3131
(58,49,49)
#322B2A
(50,43,42)
#2A2523
(42,37,35)
#221F1C
(34,31,28)
#1A1915
(26,25,21)
#12130E
(18,19,14)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #5A494D

#5A494D
(90,73,77)
#69595D
(105,89,93)
#78696D
(120,105,109)
#87797D
(135,121,125)
#96898D
(150,137,141)
#A5999D
(165,153,157)
#B4A9AD
(180,169,173)
#C3B9BD
(195,185,189)
#D2C9CD
(210,201,205)
#E1D9DD
(225,217,221)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A494D; }

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

This text font color is #5A494D.


Background Color

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

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

This div background color is #5A494D.


Border color

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

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

This div border color is #5A494D.


Opacity

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

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

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

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

This text has shadow with #5A494D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A494D on black background.


Color preview on white background

This text has color #5A494D on white background.



Black color preview on #5A494D background

This text has black color on #5A494D background.


White color preview on #5A494D background

This text has white color on #5A494D background.