COLOR #54595C

HEX: #54595C
RGB: (84,89,92)

Color info

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

RGB color model

#54595C color RGB value is (84,89,92).

  • red value is 84;
  • green value is 89;
  • blue value is 92.
RGB:
(84,89,92)
(33%,35%,36%)

RGB channels and saturation

R 84 of 255 = 33%
G 89 of 255 = 35%
B 92 of 255 = 36%

84
89
92

R + G + B ~ 35%. #54595C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 89 + 92 = 265 (100%)
R 84 of 265 ~ 31.7%
G 89 of 265 ~ 33.58%
B 92 of 265 ~ 34.72%

%31.7
%33.58
%34.72

CMYK color model

#54595C color CMYK value is (9,3,0,64).

  • cyan value is 8.70%
  • magenta value is 3.26%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(9,3,0,64)
C9M3Y0K64 
(9%,3%,0%,64%)
(0.09/0.03/0.00/0.64)	

CMYK percentages

%8.7
%3.26
%0
%63.92

Codes

Color #54595C in popluar color models

54595C
RGB848992
HSL203°4.55%34.51%
HSB/HSV203°8.70%36.08%
CMYK8.70%3.26%0.00%
63.92%

Color #54595C in popluar number systems.

HEX54595C
Decimal848992
Binary101010010110011011100
Octal124131134

Shades and tints

Shades of #54595C

#54595C
(84,89,92)
#4D5154
(77,81,84)
#46494C
(70,73,76)
#3F4144
(63,65,68)
#38393C
(56,57,60)
#313134
(49,49,52)
#2A292C
(42,41,44)
#232124
(35,33,36)
#1C191C
(28,25,28)
#151114
(21,17,20)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #54595C

#54595C
(84,89,92)
#63686A
(99,104,106)
#727778
(114,119,120)
#818686
(129,134,134)
#909594
(144,149,148)
#9FA4A2
(159,164,162)
#AEB3B0
(174,179,176)
#BDC2BE
(189,194,190)
#CCD1CC
(204,209,204)
#DBE0DA
(219,224,218)
#EAEFE8
(234,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54595C color. Also use rgb(84,89,92) instead hex code.

Text Font Color

.myTextColor { color: #54595C; }

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

This text font color is #54595C.


Background Color

.myBgColor { background-color: #54595C; }

<div style="background-color:#54595C">Inner text</div>

This div background color is #54595C.


Border color

.myBorderColor { border: 1px solid #54595C; }

<div style="border:3px solid #54595C">Div</div>

This div border color is #54595C.


Opacity

.myOpacity80 { color: #54595C; opacity: 0.8; }

<p style="color:#54595C;opacity:0.8;">80%</p>

Text with #54595C 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 #54595C;}

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

This text has shadow with #54595C color.

.textShadow {text-shadow: 3px 3px 1px #54595C, 3px 3px 1px red;}

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

This text has shadow with #54595C primary color and red secondary color.


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

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

This text has shadow with #54595C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54595C on black background.


Color preview on white background

This text has color #54595C on white background.



Black color preview on #54595C background

This text has black color on #54595C background.


White color preview on #54595C background

This text has white color on #54595C background.