COLOR #54485C

HEX: #54485C
RGB: (84,72,92)

Color info

#54485C contains red, green and blue colors in about the same proportion. Web safe color of #54485C is #663366 (or #636).

RGB color model

#54485C color RGB value is (84,72,92).

  • red value is 84;
  • green value is 72;
  • blue value is 92.
RGB:
(84,72,92)
(33%,28%,36%)

RGB channels and saturation

R 84 of 255 = 33%
G 72 of 255 = 28%
B 92 of 255 = 36%

84
72
92

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

Portions of RGB colors in percentages

R + G + B =
84 + 72 + 92 = 248 (100%)
R 84 of 248 ~ 33.87%
G 72 of 248 ~ 29.03%
B 92 of 248 ~ 37.1%

%33.87
%29.03
%37.1

CMYK color model

#54485C color CMYK value is (9,22,0,64).

  • cyan value is 8.70%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(9,22,0,64)
C9M22Y0K64 
(9%,22%,0%,64%)
(0.09/0.22/0.00/0.64)	

CMYK percentages

%8.7
%21.74
%0
%63.92

Codes

Color #54485C in popluar color models

54485C
RGB847292
HSL276°12.20%32.16%
HSB/HSV276°21.74%36.08%
CMYK8.70%21.74%0.00%
63.92%

Color #54485C in popluar number systems.

HEX54485C
Decimal847292
Binary101010010010001011100
Octal124110134

Shades and tints

Shades of #54485C

#54485C
(84,72,92)
#4D4254
(77,66,84)
#463C4C
(70,60,76)
#3F3644
(63,54,68)
#38303C
(56,48,60)
#312A34
(49,42,52)
#2A242C
(42,36,44)
#231E24
(35,30,36)
#1C181C
(28,24,28)
#151214
(21,18,20)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #54485C

#54485C
(84,72,92)
#63586A
(99,88,106)
#726878
(114,104,120)
#817886
(129,120,134)
#908894
(144,136,148)
#9F98A2
(159,152,162)
#AEA8B0
(174,168,176)
#BDB8BE
(189,184,190)
#CCC8CC
(204,200,204)
#DBD8DA
(219,216,218)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54485C color. Also use rgb(84,72,92) instead hex code.

Text Font Color

.myTextColor { color: #54485C; }

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

This text font color is #54485C.


Background Color

.myBgColor { background-color: #54485C; }

<div style="background-color:#54485C">Inner text</div>

This div background color is #54485C.


Border color

.myBorderColor { border: 1px solid #54485C; }

<div style="border:3px solid #54485C">Div</div>

This div border color is #54485C.


Opacity

.myOpacity80 { color: #54485C; opacity: 0.8; }

<p style="color:#54485C;opacity:0.8;">80%</p>

Text with #54485C 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 #54485C;}

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

This text has shadow with #54485C color.

.textShadow {text-shadow: 3px 3px 1px #54485C, 3px 3px 1px red;}

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

This text has shadow with #54485C primary color and red secondary color.


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

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

This text has shadow with #54485C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54485C on black background.


Color preview on white background

This text has color #54485C on white background.



Black color preview on #54485C background

This text has black color on #54485C background.


White color preview on #54485C background

This text has white color on #54485C background.