COLOR #5A4E56

HEX: #5A4E56
RGB: (90,78,86)

Color info

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

RGB color model

#5A4E56 color RGB value is (90,78,86).

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

RGB channels and saturation

R 90 of 255 = 35%
G 78 of 255 = 31%
B 86 of 255 = 34%

90
78
86

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

Portions of RGB colors in percentages

R + G + B =
90 + 78 + 86 = 254 (100%)
R 90 of 254 ~ 35.43%
G 78 of 254 ~ 30.71%
B 86 of 254 ~ 33.86%

%35.43
%30.71
%33.86

CMYK color model

#5A4E56 color CMYK value is (0,13,4,65).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 4.44%
  • key color value is 64.71%
CMYK:
(0,13,4,65)
C0M13Y4K65 
(0%,13%,4%,65%)
(0.00/0.13/0.04/0.65)	

CMYK percentages

%0
%13.33
%4.44
%64.71

Codes

Color #5A4E56 in popluar color models

5A4E56
RGB907886
HSL320°7.14%32.94%
HSB/HSV320°13.33%35.29%
CMYK0.00%13.33%4.44%
64.71%

Color #5A4E56 in popluar number systems.

HEX5A4E56
Decimal907886
Binary101101010011101010110
Octal132116126

Shades and tints

Shades of #5A4E56

#5A4E56
(90,78,86)
#52474F
(82,71,79)
#4A4048
(74,64,72)
#423941
(66,57,65)
#3A323A
(58,50,58)
#322B33
(50,43,51)
#2A242C
(42,36,44)
#221D25
(34,29,37)
#1A161E
(26,22,30)
#120F17
(18,15,23)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #5A4E56

#5A4E56
(90,78,86)
#695E65
(105,94,101)
#786E74
(120,110,116)
#877E83
(135,126,131)
#968E92
(150,142,146)
#A59EA1
(165,158,161)
#B4AEB0
(180,174,176)
#C3BEBF
(195,190,191)
#D2CECE
(210,206,206)
#E1DEDD
(225,222,221)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4E56; }

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

This text font color is #5A4E56.


Background Color

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

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

This div background color is #5A4E56.


Border color

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

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

This div border color is #5A4E56.


Opacity

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

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

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

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

This text has shadow with #5A4E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4E56 on black background.


Color preview on white background

This text has color #5A4E56 on white background.



Black color preview on #5A4E56 background

This text has black color on #5A4E56 background.


White color preview on #5A4E56 background

This text has white color on #5A4E56 background.