COLOR #54495D

HEX: #54495D
RGB: (84,73,93)

Color info

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

RGB color model

#54495D color RGB value is (84,73,93).

  • red value is 84;
  • green value is 73;
  • blue value is 93.
RGB:
(84,73,93)
(33%,29%,36%)

RGB channels and saturation

R 84 of 255 = 33%
G 73 of 255 = 29%
B 93 of 255 = 36%

84
73
93

R + G + B ~ 33%. #54495D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 73 + 93 = 250 (100%)
R 84 of 250 ~ 33.6%
G 73 of 250 ~ 29.2%
B 93 of 250 ~ 37.2%

%33.6
%29.2
%37.2

CMYK color model

#54495D color CMYK value is (10,22,0,64).

  • cyan value is 9.68%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(10,22,0,64)
C10M22Y0K64 
(10%,22%,0%,64%)
(0.10/0.22/0.00/0.64)	

CMYK percentages

%9.68
%21.51
%0
%63.53

Codes

Color #54495D in popluar color models

54495D
RGB847393
HSL273°12.05%32.55%
HSB/HSV273°21.51%36.47%
CMYK9.68%21.51%0.00%
63.53%

Color #54495D in popluar number systems.

HEX54495D
Decimal847393
Binary101010010010011011101
Octal124111135

Shades and tints

Shades of #54495D

#54495D
(84,73,93)
#4D4355
(77,67,85)
#463D4D
(70,61,77)
#3F3745
(63,55,69)
#38313D
(56,49,61)
#312B35
(49,43,53)
#2A252D
(42,37,45)
#231F25
(35,31,37)
#1C191D
(28,25,29)
#151315
(21,19,21)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #54495D

#54495D
(84,73,93)
#63596B
(99,89,107)
#726979
(114,105,121)
#817987
(129,121,135)
#908995
(144,137,149)
#9F99A3
(159,153,163)
#AEA9B1
(174,169,177)
#BDB9BF
(189,185,191)
#CCC9CD
(204,201,205)
#DBD9DB
(219,217,219)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54495D color. Also use rgb(84,73,93) instead hex code.

Text Font Color

.myTextColor { color: #54495D; }

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

This text font color is #54495D.


Background Color

.myBgColor { background-color: #54495D; }

<div style="background-color:#54495D">Inner text</div>

This div background color is #54495D.


Border color

.myBorderColor { border: 1px solid #54495D; }

<div style="border:3px solid #54495D">Div</div>

This div border color is #54495D.


Opacity

.myOpacity80 { color: #54495D; opacity: 0.8; }

<p style="color:#54495D;opacity:0.8;">80%</p>

Text with #54495D 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 #54495D;}

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

This text has shadow with #54495D color.

.textShadow {text-shadow: 3px 3px 1px #54495D, 3px 3px 1px red;}

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

This text has shadow with #54495D primary color and red secondary color.


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

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

This text has shadow with #54495D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54495D on black background.


Color preview on white background

This text has color #54495D on white background.



Black color preview on #54495D background

This text has black color on #54495D background.


White color preview on #54495D background

This text has white color on #54495D background.