COLOR #54454D

HEX: #54454D
RGB: (84,69,77)

Color info

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

RGB color model

#54454D color RGB value is (84,69,77).

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

RGB channels and saturation

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

84
69
77

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

Portions of RGB colors in percentages

R + G + B =
84 + 69 + 77 = 230 (100%)
R 84 of 230 ~ 36.52%
G 69 of 230 ~ 30%
B 77 of 230 ~ 33.48%

%36.52
%30
%33.48

CMYK color model

#54454D color CMYK value is (0,18,8,67).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 8.33%
  • key color value is 67.06%
CMYK:
(0,18,8,67)
C0M18Y8K67 
(0%,18%,8%,67%)
(0.00/0.18/0.08/0.67)	

CMYK percentages

%0
%17.86
%8.33
%67.06

Codes

Color #54454D in popluar color models

54454D
RGB846977
HSL328°9.80%30.00%
HSB/HSV328°17.86%32.94%
CMYK0.00%17.86%8.33%
67.06%

Color #54454D in popluar number systems.

HEX54454D
Decimal846977
Binary101010010001011001101
Octal124105115

Shades and tints

Shades of #54454D

#54454D
(84,69,77)
#4D3F46
(77,63,70)
#46393F
(70,57,63)
#3F3338
(63,51,56)
#382D31
(56,45,49)
#31272A
(49,39,42)
#2A2123
(42,33,35)
#231B1C
(35,27,28)
#1C1515
(28,21,21)
#150F0E
(21,15,14)
#0E0907
(14,9,7)
#000000
(0,0,0)

Tints of #54454D

#54454D
(84,69,77)
#63555D
(99,85,93)
#72656D
(114,101,109)
#81757D
(129,117,125)
#90858D
(144,133,141)
#9F959D
(159,149,157)
#AEA5AD
(174,165,173)
#BDB5BD
(189,181,189)
#CCC5CD
(204,197,205)
#DBD5DD
(219,213,221)
#EAE5ED
(234,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54454D; }

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

This text font color is #54454D.


Background Color

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

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

This div background color is #54454D.


Border color

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

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

This div border color is #54454D.


Opacity

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

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

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

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

This text has shadow with #54454D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54454D on black background.


Color preview on white background

This text has color #54454D on white background.



Black color preview on #54454D background

This text has black color on #54454D background.


White color preview on #54454D background

This text has white color on #54454D background.