COLOR #54484D

HEX: #54484D
RGB: (84,72,77)

Color info

#54484D contains red, green and blue colors in about the same proportion. Web safe color of #54484D is #663333 (or #633).

RGB color model

#54484D color RGB value is (84,72,77).

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

RGB channels and saturation

R 84 of 255 = 33%
G 72 of 255 = 28%
B 77 of 255 = 30%

84
72
77

R + G + B ~ 30%. #54484D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 72 + 77 = 233 (100%)
R 84 of 233 ~ 36.05%
G 72 of 233 ~ 30.9%
B 77 of 233 ~ 33.05%

%36.05
%30.9
%33.05

CMYK color model

#54484D color CMYK value is (0,14,8,67).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 8.33%
  • key color value is 67.06%
CMYK:
(0,14,8,67)
C0M14Y8K67 
(0%,14%,8%,67%)
(0.00/0.14/0.08/0.67)	

CMYK percentages

%0
%14.29
%8.33
%67.06

Codes

Color #54484D in popluar color models

54484D
RGB847277
HSL335°7.69%30.59%
HSB/HSV335°14.29%32.94%
CMYK0.00%14.29%8.33%
67.06%

Color #54484D in popluar number systems.

HEX54484D
Decimal847277
Binary101010010010001001101
Octal124110115

Shades and tints

Shades of #54484D

#54484D
(84,72,77)
#4D4246
(77,66,70)
#463C3F
(70,60,63)
#3F3638
(63,54,56)
#383031
(56,48,49)
#312A2A
(49,42,42)
#2A2423
(42,36,35)
#231E1C
(35,30,28)
#1C1815
(28,24,21)
#15120E
(21,18,14)
#0E0C07
(14,12,7)
#000000
(0,0,0)

Tints of #54484D

#54484D
(84,72,77)
#63585D
(99,88,93)
#72686D
(114,104,109)
#81787D
(129,120,125)
#90888D
(144,136,141)
#9F989D
(159,152,157)
#AEA8AD
(174,168,173)
#BDB8BD
(189,184,189)
#CCC8CD
(204,200,205)
#DBD8DD
(219,216,221)
#EAE8ED
(234,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54484D color. Also use rgb(84,72,77) instead hex code.

Text Font Color

.myTextColor { color: #54484D; }

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

This text font color is #54484D.


Background Color

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

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

This div background color is #54484D.


Border color

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

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

This div border color is #54484D.


Opacity

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

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

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

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

This text has shadow with #54484D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54484D on black background.


Color preview on white background

This text has color #54484D on white background.



Black color preview on #54484D background

This text has black color on #54484D background.


White color preview on #54484D background

This text has white color on #54484D background.