COLOR #54535C

HEX: #54535C
RGB: (84,83,92)

Color info

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

RGB color model

#54535C color RGB value is (84,83,92).

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

RGB channels and saturation

R 84 of 255 = 33%
G 83 of 255 = 33%
B 92 of 255 = 36%

84
83
92

R + G + B ~ 34%. #54535C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 83 + 92 = 259 (100%)
R 84 of 259 ~ 32.43%
G 83 of 259 ~ 32.05%
B 92 of 259 ~ 35.52%

%32.43
%32.05
%35.52

CMYK color model

#54535C color CMYK value is (9,10,0,64).

  • cyan value is 8.70%
  • magenta value is 9.78%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(9,10,0,64)
C9M10Y0K64 
(9%,10%,0%,64%)
(0.09/0.10/0.00/0.64)	

CMYK percentages

%8.7
%9.78
%0
%63.92

Codes

Color #54535C in popluar color models

54535C
RGB848392
HSL247°5.14%34.31%
HSB/HSV247°9.78%36.08%
CMYK8.70%9.78%0.00%
63.92%

Color #54535C in popluar number systems.

HEX54535C
Decimal848392
Binary101010010100111011100
Octal124123134

Shades and tints

Shades of #54535C

#54535C
(84,83,92)
#4D4C54
(77,76,84)
#46454C
(70,69,76)
#3F3E44
(63,62,68)
#38373C
(56,55,60)
#313034
(49,48,52)
#2A292C
(42,41,44)
#232224
(35,34,36)
#1C1B1C
(28,27,28)
#151414
(21,20,20)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #54535C

#54535C
(84,83,92)
#63626A
(99,98,106)
#727178
(114,113,120)
#818086
(129,128,134)
#908F94
(144,143,148)
#9F9EA2
(159,158,162)
#AEADB0
(174,173,176)
#BDBCBE
(189,188,190)
#CCCBCC
(204,203,204)
#DBDADA
(219,218,218)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54535C; }

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

This text font color is #54535C.


Background Color

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

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

This div background color is #54535C.


Border color

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

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

This div border color is #54535C.


Opacity

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

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

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

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

This text has shadow with #54535C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54535C on black background.


Color preview on white background

This text has color #54535C on white background.



Black color preview on #54535C background

This text has black color on #54535C background.


White color preview on #54535C background

This text has white color on #54535C background.