COLOR #54574F

HEX: #54574F
RGB: (84,87,79)

Color info

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

RGB color model

#54574F color RGB value is (84,87,79).

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

RGB channels and saturation

R 84 of 255 = 33%
G 87 of 255 = 34%
B 79 of 255 = 31%

84
87
79

R + G + B ~ 33%. #54574F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 87 + 79 = 250 (100%)
R 84 of 250 ~ 33.6%
G 87 of 250 ~ 34.8%
B 79 of 250 ~ 31.6%

%33.6
%34.8
%31.6

CMYK color model

#54574F color CMYK value is (3,0,9,66).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 9.20%
  • key color value is 65.88%
CMYK:
(3,0,9,66)
C3M0Y9K66 
(3%,0%,9%,66%)
(0.03/0.00/0.09/0.66)	

CMYK percentages

%3.45
%0
%9.2
%65.88

Codes

Color #54574F in popluar color models

54574F
RGB848779
HSL83°4.82%32.55%
HSB/HSV83°9.20%34.12%
CMYK3.45%0.00%9.20%
65.88%

Color #54574F in popluar number systems.

HEX54574F
Decimal848779
Binary101010010101111001111
Octal124127117

Shades and tints

Shades of #54574F

#54574F
(84,87,79)
#4D5048
(77,80,72)
#464941
(70,73,65)
#3F423A
(63,66,58)
#383B33
(56,59,51)
#31342C
(49,52,44)
#2A2D25
(42,45,37)
#23261E
(35,38,30)
#1C1F17
(28,31,23)
#151810
(21,24,16)
#0E1109
(14,17,9)
#000000
(0,0,0)

Tints of #54574F

#54574F
(84,87,79)
#63665F
(99,102,95)
#72756F
(114,117,111)
#81847F
(129,132,127)
#90938F
(144,147,143)
#9FA29F
(159,162,159)
#AEB1AF
(174,177,175)
#BDC0BF
(189,192,191)
#CCCFCF
(204,207,207)
#DBDEDF
(219,222,223)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54574F; }

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

This text font color is #54574F.


Background Color

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

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

This div background color is #54574F.


Border color

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

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

This div border color is #54574F.


Opacity

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

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

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

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

This text has shadow with #54574F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54574F on black background.


Color preview on white background

This text has color #54574F on white background.



Black color preview on #54574F background

This text has black color on #54574F background.


White color preview on #54574F background

This text has white color on #54574F background.