COLOR #54444D

HEX: #54444D
RGB: (84,68,77)

Color info

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

RGB color model

#54444D color RGB value is (84,68,77).

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

RGB channels and saturation

R 84 of 255 = 33%
G 68 of 255 = 27%
B 77 of 255 = 30%

84
68
77

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

Portions of RGB colors in percentages

R + G + B =
84 + 68 + 77 = 229 (100%)
R 84 of 229 ~ 36.68%
G 68 of 229 ~ 29.69%
B 77 of 229 ~ 33.62%

%36.68
%29.69
%33.62

CMYK color model

#54444D color CMYK value is (0,19,8,67).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 8.33%
  • key color value is 67.06%
CMYK:
(0,19,8,67)
C0M19Y8K67 
(0%,19%,8%,67%)
(0.00/0.19/0.08/0.67)	

CMYK percentages

%0
%19.05
%8.33
%67.06

Codes

Color #54444D in popluar color models

54444D
RGB846877
HSL326°10.53%29.80%
HSB/HSV326°19.05%32.94%
CMYK0.00%19.05%8.33%
67.06%

Color #54444D in popluar number systems.

HEX54444D
Decimal846877
Binary101010010001001001101
Octal124104115

Shades and tints

Shades of #54444D

#54444D
(84,68,77)
#4D3E46
(77,62,70)
#46383F
(70,56,63)
#3F3238
(63,50,56)
#382C31
(56,44,49)
#31262A
(49,38,42)
#2A2023
(42,32,35)
#231A1C
(35,26,28)
#1C1415
(28,20,21)
#150E0E
(21,14,14)
#0E0807
(14,8,7)
#000000
(0,0,0)

Tints of #54444D

#54444D
(84,68,77)
#63555D
(99,85,93)
#72666D
(114,102,109)
#81777D
(129,119,125)
#90888D
(144,136,141)
#9F999D
(159,153,157)
#AEAAAD
(174,170,173)
#BDBBBD
(189,187,189)
#CCCCCD
(204,204,205)
#DBDDDD
(219,221,221)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54444D; }

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

This text font color is #54444D.


Background Color

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

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

This div background color is #54444D.


Border color

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

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

This div border color is #54444D.


Opacity

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

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

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

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

This text has shadow with #54444D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54444D on black background.


Color preview on white background

This text has color #54444D on white background.



Black color preview on #54444D background

This text has black color on #54444D background.


White color preview on #54444D background

This text has white color on #54444D background.