COLOR #54424D

HEX: #54424D
RGB: (84,66,77)

Color info

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

RGB color model

#54424D color RGB value is (84,66,77).

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

RGB channels and saturation

R 84 of 255 = 33%
G 66 of 255 = 26%
B 77 of 255 = 30%

84
66
77

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

Portions of RGB colors in percentages

R + G + B =
84 + 66 + 77 = 227 (100%)
R 84 of 227 ~ 37%
G 66 of 227 ~ 29.07%
B 77 of 227 ~ 33.92%

%37
%29.07
%33.92

CMYK color model

#54424D color CMYK value is (0,21,8,67).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 8.33%
  • key color value is 67.06%
CMYK:
(0,21,8,67)
C0M21Y8K67 
(0%,21%,8%,67%)
(0.00/0.21/0.08/0.67)	

CMYK percentages

%0
%21.43
%8.33
%67.06

Codes

Color #54424D in popluar color models

54424D
RGB846677
HSL323°12.00%29.41%
HSB/HSV323°21.43%32.94%
CMYK0.00%21.43%8.33%
67.06%

Color #54424D in popluar number systems.

HEX54424D
Decimal846677
Binary101010010000101001101
Octal124102115

Shades and tints

Shades of #54424D

#54424D
(84,66,77)
#4D3C46
(77,60,70)
#46363F
(70,54,63)
#3F3038
(63,48,56)
#382A31
(56,42,49)
#31242A
(49,36,42)
#2A1E23
(42,30,35)
#23181C
(35,24,28)
#1C1215
(28,18,21)
#150C0E
(21,12,14)
#0E0607
(14,6,7)
#000000
(0,0,0)

Tints of #54424D

#54424D
(84,66,77)
#63535D
(99,83,93)
#72646D
(114,100,109)
#81757D
(129,117,125)
#90868D
(144,134,141)
#9F979D
(159,151,157)
#AEA8AD
(174,168,173)
#BDB9BD
(189,185,189)
#CCCACD
(204,202,205)
#DBDBDD
(219,219,221)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54424D; }

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

This text font color is #54424D.


Background Color

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

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

This div background color is #54424D.


Border color

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

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

This div border color is #54424D.


Opacity

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

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

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

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

This text has shadow with #54424D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54424D on black background.


Color preview on white background

This text has color #54424D on white background.



Black color preview on #54424D background

This text has black color on #54424D background.


White color preview on #54424D background

This text has white color on #54424D background.