COLOR #5A5C4E

HEX: #5A5C4E
RGB: (90,92,78)

Color info

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

RGB color model

#5A5C4E color RGB value is (90,92,78).

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

RGB channels and saturation

R 90 of 255 = 35%
G 92 of 255 = 36%
B 78 of 255 = 31%

90
92
78

R + G + B ~ 34%. #5A5C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 92 + 78 = 260 (100%)
R 90 of 260 ~ 34.62%
G 92 of 260 ~ 35.38%
B 78 of 260 ~ 30%

%34.62
%35.38
%30

CMYK color model

#5A5C4E color CMYK value is (2,0,15,64).

  • cyan value is 2.17%
  • magenta value is 0.00%
  • yellow value is 15.22%
  • key color value is 63.92%
CMYK:
(2,0,15,64)
C2M0Y15K64 
(2%,0%,15%,64%)
(0.02/0.00/0.15/0.64)	

CMYK percentages

%2.17
%0
%15.22
%63.92

Codes

Color #5A5C4E in popluar color models

5A5C4E
RGB909278
HSL69°8.24%33.33%
HSB/HSV69°15.22%36.08%
CMYK2.17%0.00%15.22%
63.92%

Color #5A5C4E in popluar number systems.

HEX5A5C4E
Decimal909278
Binary101101010111001001110
Octal132134116

Shades and tints

Shades of #5A5C4E

#5A5C4E
(90,92,78)
#525447
(82,84,71)
#4A4C40
(74,76,64)
#424439
(66,68,57)
#3A3C32
(58,60,50)
#32342B
(50,52,43)
#2A2C24
(42,44,36)
#22241D
(34,36,29)
#1A1C16
(26,28,22)
#12140F
(18,20,15)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #5A5C4E

#5A5C4E
(90,92,78)
#696A5E
(105,106,94)
#78786E
(120,120,110)
#87867E
(135,134,126)
#96948E
(150,148,142)
#A5A29E
(165,162,158)
#B4B0AE
(180,176,174)
#C3BEBE
(195,190,190)
#D2CCCE
(210,204,206)
#E1DADE
(225,218,222)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5C4E; }

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

This text font color is #5A5C4E.


Background Color

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

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

This div background color is #5A5C4E.


Border color

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

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

This div border color is #5A5C4E.


Opacity

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

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

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

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

This text has shadow with #5A5C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5C4E on black background.


Color preview on white background

This text has color #5A5C4E on white background.



Black color preview on #5A5C4E background

This text has black color on #5A5C4E background.


White color preview on #5A5C4E background

This text has white color on #5A5C4E background.