COLOR #54554F

HEX: #54554F
RGB: (84,85,79)

Color info

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

RGB color model

#54554F color RGB value is (84,85,79).

  • red value is 84;
  • green value is 85;
  • blue value is 79.
RGB:
(84,85,79)
(33%,33%,31%)

RGB channels and saturation

R 84 of 255 = 33%
G 85 of 255 = 33%
B 79 of 255 = 31%

84
85
79

R + G + B ~ 32%. #54554F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 85 + 79 = 248 (100%)
R 84 of 248 ~ 33.87%
G 85 of 248 ~ 34.27%
B 79 of 248 ~ 31.85%

%33.87
%34.27
%31.85

CMYK color model

#54554F color CMYK value is (1,0,7,67).

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 7.06%
  • key color value is 66.67%
CMYK:
(1,0,7,67)
C1M0Y7K67 
(1%,0%,7%,67%)
(0.01/0.00/0.07/0.67)	

CMYK percentages

%1.18
%0
%7.06
%66.67

Codes

Color #54554F in popluar color models

54554F
RGB848579
HSL70°3.66%32.16%
HSB/HSV70°7.06%33.33%
CMYK1.18%0.00%7.06%
66.67%

Color #54554F in popluar number systems.

HEX54554F
Decimal848579
Binary101010010101011001111
Octal124125117

Shades and tints

Shades of #54554F

#54554F
(84,85,79)
#4D4E48
(77,78,72)
#464741
(70,71,65)
#3F403A
(63,64,58)
#383933
(56,57,51)
#31322C
(49,50,44)
#2A2B25
(42,43,37)
#23241E
(35,36,30)
#1C1D17
(28,29,23)
#151610
(21,22,16)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #54554F

#54554F
(84,85,79)
#63645F
(99,100,95)
#72736F
(114,115,111)
#81827F
(129,130,127)
#90918F
(144,145,143)
#9FA09F
(159,160,159)
#AEAFAF
(174,175,175)
#BDBEBF
(189,190,191)
#CCCDCF
(204,205,207)
#DBDCDF
(219,220,223)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54554F color. Also use rgb(84,85,79) instead hex code.

Text Font Color

.myTextColor { color: #54554F; }

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

This text font color is #54554F.


Background Color

.myBgColor { background-color: #54554F; }

<div style="background-color:#54554F">Inner text</div>

This div background color is #54554F.


Border color

.myBorderColor { border: 1px solid #54554F; }

<div style="border:3px solid #54554F">Div</div>

This div border color is #54554F.


Opacity

.myOpacity80 { color: #54554F; opacity: 0.8; }

<p style="color:#54554F;opacity:0.8;">80%</p>

Text with #54554F 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 #54554F;}

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

This text has shadow with #54554F color.

.textShadow {text-shadow: 3px 3px 1px #54554F, 3px 3px 1px red;}

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

This text has shadow with #54554F primary color and red secondary color.


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

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

This text has shadow with #54554F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54554F on black background.


Color preview on white background

This text has color #54554F on white background.



Black color preview on #54554F background

This text has black color on #54554F background.


White color preview on #54554F background

This text has white color on #54554F background.