COLOR #54564B

HEX: #54564B
RGB: (84,86,75)

Color info

#54564B contains red, green and blue colors in about the same proportion. Web safe color of #54564B is #666633 (or #663).

RGB color model

#54564B color RGB value is (84,86,75).

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

RGB channels and saturation

R 84 of 255 = 33%
G 86 of 255 = 34%
B 75 of 255 = 29%

84
86
75

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

Portions of RGB colors in percentages

R + G + B =
84 + 86 + 75 = 245 (100%)
R 84 of 245 ~ 34.29%
G 86 of 245 ~ 35.1%
B 75 of 245 ~ 30.61%

%34.29
%35.1
%30.61

CMYK color model

#54564B color CMYK value is (2,0,13,66).

  • cyan value is 2.33%
  • magenta value is 0.00%
  • yellow value is 12.79%
  • key color value is 66.27%
CMYK:
(2,0,13,66)
C2M0Y13K66 
(2%,0%,13%,66%)
(0.02/0.00/0.13/0.66)	

CMYK percentages

%2.33
%0
%12.79
%66.27

Codes

Color #54564B in popluar color models

54564B
RGB848675
HSL71°6.83%31.57%
HSB/HSV71°12.79%33.73%
CMYK2.33%0.00%12.79%
66.27%

Color #54564B in popluar number systems.

HEX54564B
Decimal848675
Binary101010010101101001011
Octal124126113

Shades and tints

Shades of #54564B

#54564B
(84,86,75)
#4D4F45
(77,79,69)
#46483F
(70,72,63)
#3F4139
(63,65,57)
#383A33
(56,58,51)
#31332D
(49,51,45)
#2A2C27
(42,44,39)
#232521
(35,37,33)
#1C1E1B
(28,30,27)
#151715
(21,23,21)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #54564B

#54564B
(84,86,75)
#63655B
(99,101,91)
#72746B
(114,116,107)
#81837B
(129,131,123)
#90928B
(144,146,139)
#9FA19B
(159,161,155)
#AEB0AB
(174,176,171)
#BDBFBB
(189,191,187)
#CCCECB
(204,206,203)
#DBDDDB
(219,221,219)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54564B; }

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

This text font color is #54564B.


Background Color

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

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

This div background color is #54564B.


Border color

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

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

This div border color is #54564B.


Opacity

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

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

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

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

This text has shadow with #54564B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54564B on black background.


Color preview on white background

This text has color #54564B on white background.



Black color preview on #54564B background

This text has black color on #54564B background.


White color preview on #54564B background

This text has white color on #54564B background.