COLOR #54564F

HEX: #54564F
RGB: (84,86,79)

Color info

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

RGB color model

#54564F color RGB value is (84,86,79).

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

RGB channels and saturation

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

84
86
79

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

Portions of RGB colors in percentages

R + G + B =
84 + 86 + 79 = 249 (100%)
R 84 of 249 ~ 33.73%
G 86 of 249 ~ 34.54%
B 79 of 249 ~ 31.73%

%33.73
%34.54
%31.73

CMYK color model

#54564F color CMYK value is (2,0,8,66).

  • cyan value is 2.33%
  • magenta value is 0.00%
  • yellow value is 8.14%
  • key color value is 66.27%
CMYK:
(2,0,8,66)
C2M0Y8K66 
(2%,0%,8%,66%)
(0.02/0.00/0.08/0.66)	

CMYK percentages

%2.33
%0
%8.14
%66.27

Codes

Color #54564F in popluar color models

54564F
RGB848679
HSL77°4.24%32.35%
HSB/HSV77°8.14%33.73%
CMYK2.33%0.00%8.14%
66.27%

Color #54564F in popluar number systems.

HEX54564F
Decimal848679
Binary101010010101101001111
Octal124126117

Shades and tints

Shades of #54564F

#54564F
(84,86,79)
#4D4F48
(77,79,72)
#464841
(70,72,65)
#3F413A
(63,65,58)
#383A33
(56,58,51)
#31332C
(49,51,44)
#2A2C25
(42,44,37)
#23251E
(35,37,30)
#1C1E17
(28,30,23)
#151710
(21,23,16)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #54564F

#54564F
(84,86,79)
#63655F
(99,101,95)
#72746F
(114,116,111)
#81837F
(129,131,127)
#90928F
(144,146,143)
#9FA19F
(159,161,159)
#AEB0AF
(174,176,175)
#BDBFBF
(189,191,191)
#CCCECF
(204,206,207)
#DBDDDF
(219,221,223)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54564F; }

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

This text font color is #54564F.


Background Color

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

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

This div background color is #54564F.


Border color

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

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

This div border color is #54564F.


Opacity

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

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

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

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

This text has shadow with #54564F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54564F on black background.


Color preview on white background

This text has color #54564F on white background.



Black color preview on #54564F background

This text has black color on #54564F background.


White color preview on #54564F background

This text has white color on #54564F background.