COLOR #54565F

HEX: #54565F
RGB: (84,86,95)

Color info

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

RGB color model

#54565F color RGB value is (84,86,95).

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

RGB channels and saturation

R 84 of 255 = 33%
G 86 of 255 = 34%
B 95 of 255 = 37%

84
86
95

R + G + B ~ 35%. #54565F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 86 + 95 = 265 (100%)
R 84 of 265 ~ 31.7%
G 86 of 265 ~ 32.45%
B 95 of 265 ~ 35.85%

%31.7
%32.45
%35.85

CMYK color model

#54565F color CMYK value is (12,9,0,63).

  • cyan value is 11.58%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(12,9,0,63)
C12M9Y0K63 
(12%,9%,0%,63%)
(0.12/0.09/0.00/0.63)	

CMYK percentages

%11.58
%9.47
%0
%62.75

Codes

Color #54565F in popluar color models

54565F
RGB848695
HSL229°6.15%35.10%
HSB/HSV229°11.58%37.25%
CMYK11.58%9.47%0.00%
62.75%

Color #54565F in popluar number systems.

HEX54565F
Decimal848695
Binary101010010101101011111
Octal124126137

Shades and tints

Shades of #54565F

#54565F
(84,86,95)
#4D4F57
(77,79,87)
#46484F
(70,72,79)
#3F4147
(63,65,71)
#383A3F
(56,58,63)
#313337
(49,51,55)
#2A2C2F
(42,44,47)
#232527
(35,37,39)
#1C1E1F
(28,30,31)
#151717
(21,23,23)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #54565F

#54565F
(84,86,95)
#63656D
(99,101,109)
#72747B
(114,116,123)
#818389
(129,131,137)
#909297
(144,146,151)
#9FA1A5
(159,161,165)
#AEB0B3
(174,176,179)
#BDBFC1
(189,191,193)
#CCCECF
(204,206,207)
#DBDDDD
(219,221,221)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54565F; }

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

This text font color is #54565F.


Background Color

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

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

This div background color is #54565F.


Border color

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

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

This div border color is #54565F.


Opacity

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

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

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

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

This text has shadow with #54565F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54565F on black background.


Color preview on white background

This text has color #54565F on white background.



Black color preview on #54565F background

This text has black color on #54565F background.


White color preview on #54565F background

This text has white color on #54565F background.