COLOR #54585B

HEX: #54585B
RGB: (84,88,91)

Color info

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

RGB color model

#54585B color RGB value is (84,88,91).

  • red value is 84;
  • green value is 88;
  • blue value is 91.
RGB:
(84,88,91)
(33%,35%,36%)

RGB channels and saturation

R 84 of 255 = 33%
G 88 of 255 = 35%
B 91 of 255 = 36%

84
88
91

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

Portions of RGB colors in percentages

R + G + B =
84 + 88 + 91 = 263 (100%)
R 84 of 263 ~ 31.94%
G 88 of 263 ~ 33.46%
B 91 of 263 ~ 34.6%

%31.94
%33.46
%34.6

CMYK color model

#54585B color CMYK value is (8,3,0,64).

  • cyan value is 7.69%
  • magenta value is 3.30%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(8,3,0,64)
C8M3Y0K64 
(8%,3%,0%,64%)
(0.08/0.03/0.00/0.64)	

CMYK percentages

%7.69
%3.3
%0
%64.31

Codes

Color #54585B in popluar color models

54585B
RGB848891
HSL206°4.00%34.31%
HSB/HSV206°7.69%35.69%
CMYK7.69%3.30%0.00%
64.31%

Color #54585B in popluar number systems.

HEX54585B
Decimal848891
Binary101010010110001011011
Octal124130133

Shades and tints

Shades of #54585B

#54585B
(84,88,91)
#4D5053
(77,80,83)
#46484B
(70,72,75)
#3F4043
(63,64,67)
#38383B
(56,56,59)
#313033
(49,48,51)
#2A282B
(42,40,43)
#232023
(35,32,35)
#1C181B
(28,24,27)
#151013
(21,16,19)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #54585B

#54585B
(84,88,91)
#636769
(99,103,105)
#727677
(114,118,119)
#818585
(129,133,133)
#909493
(144,148,147)
#9FA3A1
(159,163,161)
#AEB2AF
(174,178,175)
#BDC1BD
(189,193,189)
#CCD0CB
(204,208,203)
#DBDFD9
(219,223,217)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54585B color. Also use rgb(84,88,91) instead hex code.

Text Font Color

.myTextColor { color: #54585B; }

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

This text font color is #54585B.


Background Color

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

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

This div background color is #54585B.


Border color

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

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

This div border color is #54585B.


Opacity

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

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

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

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

This text has shadow with #54585B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54585B on black background.


Color preview on white background

This text has color #54585B on white background.



Black color preview on #54585B background

This text has black color on #54585B background.


White color preview on #54585B background

This text has white color on #54585B background.