COLOR #5A554E

HEX: #5A554E
RGB: (90,85,78)

Color info

#5A554E contains red, green and blue colors in about the same proportion. Web safe color of #5A554E is #666666 (or #666).

RGB color model

#5A554E color RGB value is (90,85,78).

  • red value is 90;
  • green value is 85;
  • blue value is 78.
RGB:
(90,85,78)
(35%,33%,31%)

RGB channels and saturation

R 90 of 255 = 35%
G 85 of 255 = 33%
B 78 of 255 = 31%

90
85
78

R + G + B ~ 33%. #5A554E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 85 + 78 = 253 (100%)
R 90 of 253 ~ 35.57%
G 85 of 253 ~ 33.6%
B 78 of 253 ~ 30.83%

%35.57
%33.6
%30.83

CMYK color model

#5A554E color CMYK value is (0,6,13,65).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 13.33%
  • key color value is 64.71%
CMYK:
(0,6,13,65)
C0M6Y13K65 
(0%,6%,13%,65%)
(0.00/0.06/0.13/0.65)	

CMYK percentages

%0
%5.56
%13.33
%64.71

Codes

Color #5A554E in popluar color models

5A554E
RGB908578
HSL35°7.14%32.94%
HSB/HSV35°13.33%35.29%
CMYK0.00%5.56%13.33%
64.71%

Color #5A554E in popluar number systems.

HEX5A554E
Decimal908578
Binary101101010101011001110
Octal132125116

Shades and tints

Shades of #5A554E

#5A554E
(90,85,78)
#524E47
(82,78,71)
#4A4740
(74,71,64)
#424039
(66,64,57)
#3A3932
(58,57,50)
#32322B
(50,50,43)
#2A2B24
(42,43,36)
#22241D
(34,36,29)
#1A1D16
(26,29,22)
#12160F
(18,22,15)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #5A554E

#5A554E
(90,85,78)
#69645E
(105,100,94)
#78736E
(120,115,110)
#87827E
(135,130,126)
#96918E
(150,145,142)
#A5A09E
(165,160,158)
#B4AFAE
(180,175,174)
#C3BEBE
(195,190,190)
#D2CDCE
(210,205,206)
#E1DCDE
(225,220,222)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A554E color. Also use rgb(90,85,78) instead hex code.

Text Font Color

.myTextColor { color: #5A554E; }

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

This text font color is #5A554E.


Background Color

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

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

This div background color is #5A554E.


Border color

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

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

This div border color is #5A554E.


Opacity

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

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

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

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

This text has shadow with #5A554E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A554E on black background.


Color preview on white background

This text has color #5A554E on white background.



Black color preview on #5A554E background

This text has black color on #5A554E background.


White color preview on #5A554E background

This text has white color on #5A554E background.