COLOR #54545D

HEX: #54545D
RGB: (84,84,93)

Color info

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

RGB color model

#54545D color RGB value is (84,84,93).

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

RGB channels and saturation

R 84 of 255 = 33%
G 84 of 255 = 33%
B 93 of 255 = 36%

84
84
93

R + G + B ~ 34%. #54545D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 84 + 93 = 261 (100%)
R 84 of 261 ~ 32.18%
G 84 of 261 ~ 32.18%
B 93 of 261 ~ 35.63%

%32.18
%32.18
%35.63

CMYK color model

#54545D color CMYK value is (10,10,0,64).

  • cyan value is 9.68%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(10,10,0,64)
C10M10Y0K64 
(10%,10%,0%,64%)
(0.10/0.10/0.00/0.64)	

CMYK percentages

%9.68
%9.68
%0
%63.53

Codes

Color #54545D in popluar color models

54545D
RGB848493
HSL240°5.08%34.71%
HSB/HSV240°9.68%36.47%
CMYK9.68%9.68%0.00%
63.53%

Color #54545D in popluar number systems.

HEX54545D
Decimal848493
Binary101010010101001011101
Octal124124135

Shades and tints

Shades of #54545D

#54545D
(84,84,93)
#4D4D55
(77,77,85)
#46464D
(70,70,77)
#3F3F45
(63,63,69)
#38383D
(56,56,61)
#313135
(49,49,53)
#2A2A2D
(42,42,45)
#232325
(35,35,37)
#1C1C1D
(28,28,29)
#151515
(21,21,21)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #54545D

#54545D
(84,84,93)
#63636B
(99,99,107)
#727279
(114,114,121)
#818187
(129,129,135)
#909095
(144,144,149)
#9F9FA3
(159,159,163)
#AEAEB1
(174,174,177)
#BDBDBF
(189,189,191)
#CCCCCD
(204,204,205)
#DBDBDB
(219,219,219)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54545D color. Also use rgb(84,84,93) instead hex code.

Text Font Color

.myTextColor { color: #54545D; }

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

This text font color is #54545D.


Background Color

.myBgColor { background-color: #54545D; }

<div style="background-color:#54545D">Inner text</div>

This div background color is #54545D.


Border color

.myBorderColor { border: 1px solid #54545D; }

<div style="border:3px solid #54545D">Div</div>

This div border color is #54545D.


Opacity

.myOpacity80 { color: #54545D; opacity: 0.8; }

<p style="color:#54545D;opacity:0.8;">80%</p>

Text with #54545D 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 #54545D;}

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

This text has shadow with #54545D color.

.textShadow {text-shadow: 3px 3px 1px #54545D, 3px 3px 1px red;}

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

This text has shadow with #54545D primary color and red secondary color.


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

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

This text has shadow with #54545D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54545D on black background.


Color preview on white background

This text has color #54545D on white background.



Black color preview on #54545D background

This text has black color on #54545D background.


White color preview on #54545D background

This text has white color on #54545D background.