COLOR #5A404A

HEX: #5A404A
RGB: (90,64,74)

Color info

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

RGB color model

#5A404A color RGB value is (90,64,74).

  • red value is 90;
  • green value is 64;
  • blue value is 74.
RGB:
(90,64,74)
(35%,25%,29%)

RGB channels and saturation

R 90 of 255 = 35%
G 64 of 255 = 25%
B 74 of 255 = 29%

90
64
74

R + G + B ~ 30%. #5A404A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 64 + 74 = 228 (100%)
R 90 of 228 ~ 39.47%
G 64 of 228 ~ 28.07%
B 74 of 228 ~ 32.46%

%39.47
%28.07
%32.46

CMYK color model

#5A404A color CMYK value is (0,29,18,65).

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 17.78%
  • key color value is 64.71%
CMYK:
(0,29,18,65)
C0M29Y18K65 
(0%,29%,18%,65%)
(0.00/0.29/0.18/0.65)	

CMYK percentages

%0
%28.89
%17.78
%64.71

Codes

Color #5A404A in popluar color models

5A404A
RGB906474
HSL337°16.88%30.20%
HSB/HSV337°28.89%35.29%
CMYK0.00%28.89%17.78%
64.71%

Color #5A404A in popluar number systems.

HEX5A404A
Decimal906474
Binary101101010000001001010
Octal132100112

Shades and tints

Shades of #5A404A

#5A404A
(90,64,74)
#523B44
(82,59,68)
#4A363E
(74,54,62)
#423138
(66,49,56)
#3A2C32
(58,44,50)
#32272C
(50,39,44)
#2A2226
(42,34,38)
#221D20
(34,29,32)
#1A181A
(26,24,26)
#121314
(18,19,20)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #5A404A

#5A404A
(90,64,74)
#69515A
(105,81,90)
#78626A
(120,98,106)
#87737A
(135,115,122)
#96848A
(150,132,138)
#A5959A
(165,149,154)
#B4A6AA
(180,166,170)
#C3B7BA
(195,183,186)
#D2C8CA
(210,200,202)
#E1D9DA
(225,217,218)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A404A; }

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

This text font color is #5A404A.


Background Color

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

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

This div background color is #5A404A.


Border color

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

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

This div border color is #5A404A.


Opacity

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

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

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

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

This text has shadow with #5A404A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A404A on black background.


Color preview on white background

This text has color #5A404A on white background.



Black color preview on #5A404A background

This text has black color on #5A404A background.


White color preview on #5A404A background

This text has white color on #5A404A background.