COLOR #5A5449

HEX: #5A5449
RGB: (90,84,73)

Color info

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

RGB color model

#5A5449 color RGB value is (90,84,73).

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

RGB channels and saturation

R 90 of 255 = 35%
G 84 of 255 = 33%
B 73 of 255 = 29%

90
84
73

R + G + B ~ 32%. #5A5449 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 84 + 73 = 247 (100%)
R 90 of 247 ~ 36.44%
G 84 of 247 ~ 34.01%
B 73 of 247 ~ 29.55%

%36.44
%34.01
%29.55

CMYK color model

#5A5449 color CMYK value is (0,7,19,65).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 18.89%
  • key color value is 64.71%
CMYK:
(0,7,19,65)
C0M7Y19K65 
(0%,7%,19%,65%)
(0.00/0.07/0.19/0.65)	

CMYK percentages

%0
%6.67
%18.89
%64.71

Codes

Color #5A5449 in popluar color models

5A5449
RGB908473
HSL39°10.43%31.96%
HSB/HSV39°18.89%35.29%
CMYK0.00%6.67%18.89%
64.71%

Color #5A5449 in popluar number systems.

HEX5A5449
Decimal908473
Binary101101010101001001001
Octal132124111

Shades and tints

Shades of #5A5449

#5A5449
(90,84,73)
#524D43
(82,77,67)
#4A463D
(74,70,61)
#423F37
(66,63,55)
#3A3831
(58,56,49)
#32312B
(50,49,43)
#2A2A25
(42,42,37)
#22231F
(34,35,31)
#1A1C19
(26,28,25)
#121513
(18,21,19)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #5A5449

#5A5449
(90,84,73)
#696359
(105,99,89)
#787269
(120,114,105)
#878179
(135,129,121)
#969089
(150,144,137)
#A59F99
(165,159,153)
#B4AEA9
(180,174,169)
#C3BDB9
(195,189,185)
#D2CCC9
(210,204,201)
#E1DBD9
(225,219,217)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5449; }

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

This text font color is #5A5449.


Background Color

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

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

This div background color is #5A5449.


Border color

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

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

This div border color is #5A5449.


Opacity

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

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

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

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

This text has shadow with #5A5449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5449 on black background.


Color preview on white background

This text has color #5A5449 on white background.



Black color preview on #5A5449 background

This text has black color on #5A5449 background.


White color preview on #5A5449 background

This text has white color on #5A5449 background.