COLOR #5A5444

HEX: #5A5444
RGB: (90,84,68)

Color info

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

RGB color model

#5A5444 color RGB value is (90,84,68).

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

RGB channels and saturation

R 90 of 255 = 35%
G 84 of 255 = 33%
B 68 of 255 = 27%

90
84
68

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

Portions of RGB colors in percentages

R + G + B =
90 + 84 + 68 = 242 (100%)
R 90 of 242 ~ 37.19%
G 84 of 242 ~ 34.71%
B 68 of 242 ~ 28.1%

%37.19
%34.71
%28.1

CMYK color model

#5A5444 color CMYK value is (0,7,24,65).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 24.44%
  • key color value is 64.71%
CMYK:
(0,7,24,65)
C0M7Y24K65 
(0%,7%,24%,65%)
(0.00/0.07/0.24/0.65)	

CMYK percentages

%0
%6.67
%24.44
%64.71

Codes

Color #5A5444 in popluar color models

5A5444
RGB908468
HSL44°13.92%30.98%
HSB/HSV44°24.44%35.29%
CMYK0.00%6.67%24.44%
64.71%

Color #5A5444 in popluar number systems.

HEX5A5444
Decimal908468
Binary101101010101001000100
Octal132124104

Shades and tints

Shades of #5A5444

#5A5444
(90,84,68)
#524D3E
(82,77,62)
#4A4638
(74,70,56)
#423F32
(66,63,50)
#3A382C
(58,56,44)
#323126
(50,49,38)
#2A2A20
(42,42,32)
#22231A
(34,35,26)
#1A1C14
(26,28,20)
#12150E
(18,21,14)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #5A5444

#5A5444
(90,84,68)
#696355
(105,99,85)
#787266
(120,114,102)
#878177
(135,129,119)
#969088
(150,144,136)
#A59F99
(165,159,153)
#B4AEAA
(180,174,170)
#C3BDBB
(195,189,187)
#D2CCCC
(210,204,204)
#E1DBDD
(225,219,221)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5444; }

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

This text font color is #5A5444.


Background Color

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

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

This div background color is #5A5444.


Border color

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

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

This div border color is #5A5444.


Opacity

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

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

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

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

This text has shadow with #5A5444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5444 on black background.


Color preview on white background

This text has color #5A5444 on white background.



Black color preview on #5A5444 background

This text has black color on #5A5444 background.


White color preview on #5A5444 background

This text has white color on #5A5444 background.