COLOR #5A5E54

HEX: #5A5E54
RGB: (90,94,84)

Color info

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

RGB color model

#5A5E54 color RGB value is (90,94,84).

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

RGB channels and saturation

R 90 of 255 = 35%
G 94 of 255 = 37%
B 84 of 255 = 33%

90
94
84

R + G + B ~ 35%. #5A5E54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 94 + 84 = 268 (100%)
R 90 of 268 ~ 33.58%
G 94 of 268 ~ 35.07%
B 84 of 268 ~ 31.34%

%33.58
%35.07
%31.34

CMYK color model

#5A5E54 color CMYK value is (4,0,11,63).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 10.64%
  • key color value is 63.14%
CMYK:
(4,0,11,63)
C4M0Y11K63 
(4%,0%,11%,63%)
(0.04/0.00/0.11/0.63)	

CMYK percentages

%4.26
%0
%10.64
%63.14

Codes

Color #5A5E54 in popluar color models

5A5E54
RGB909484
HSL84°5.62%34.90%
HSB/HSV84°10.64%36.86%
CMYK4.26%0.00%10.64%
63.14%

Color #5A5E54 in popluar number systems.

HEX5A5E54
Decimal909484
Binary101101010111101010100
Octal132136124

Shades and tints

Shades of #5A5E54

#5A5E54
(90,94,84)
#52564D
(82,86,77)
#4A4E46
(74,78,70)
#42463F
(66,70,63)
#3A3E38
(58,62,56)
#323631
(50,54,49)
#2A2E2A
(42,46,42)
#222623
(34,38,35)
#1A1E1C
(26,30,28)
#121615
(18,22,21)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #5A5E54

#5A5E54
(90,94,84)
#696C63
(105,108,99)
#787A72
(120,122,114)
#878881
(135,136,129)
#969690
(150,150,144)
#A5A49F
(165,164,159)
#B4B2AE
(180,178,174)
#C3C0BD
(195,192,189)
#D2CECC
(210,206,204)
#E1DCDB
(225,220,219)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5E54; }

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

This text font color is #5A5E54.


Background Color

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

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

This div background color is #5A5E54.


Border color

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

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

This div border color is #5A5E54.


Opacity

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

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

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

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

This text has shadow with #5A5E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5E54 on black background.


Color preview on white background

This text has color #5A5E54 on white background.



Black color preview on #5A5E54 background

This text has black color on #5A5E54 background.


White color preview on #5A5E54 background

This text has white color on #5A5E54 background.