COLOR #54434D

HEX: #54434D
RGB: (84,67,77)

Color info

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

RGB color model

#54434D color RGB value is (84,67,77).

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

RGB channels and saturation

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

84
67
77

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

Portions of RGB colors in percentages

R + G + B =
84 + 67 + 77 = 228 (100%)
R 84 of 228 ~ 36.84%
G 67 of 228 ~ 29.39%
B 77 of 228 ~ 33.77%

%36.84
%29.39
%33.77

CMYK color model

#54434D color CMYK value is (0,20,8,67).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 8.33%
  • key color value is 67.06%
CMYK:
(0,20,8,67)
C0M20Y8K67 
(0%,20%,8%,67%)
(0.00/0.20/0.08/0.67)	

CMYK percentages

%0
%20.24
%8.33
%67.06

Codes

Color #54434D in popluar color models

54434D
RGB846777
HSL325°11.26%29.61%
HSB/HSV325°20.24%32.94%
CMYK0.00%20.24%8.33%
67.06%

Color #54434D in popluar number systems.

HEX54434D
Decimal846777
Binary101010010000111001101
Octal124103115

Shades and tints

Shades of #54434D

#54434D
(84,67,77)
#4D3D46
(77,61,70)
#46373F
(70,55,63)
#3F3138
(63,49,56)
#382B31
(56,43,49)
#31252A
(49,37,42)
#2A1F23
(42,31,35)
#23191C
(35,25,28)
#1C1315
(28,19,21)
#150D0E
(21,13,14)
#0E0707
(14,7,7)
#000000
(0,0,0)

Tints of #54434D

#54434D
(84,67,77)
#63545D
(99,84,93)
#72656D
(114,101,109)
#81767D
(129,118,125)
#90878D
(144,135,141)
#9F989D
(159,152,157)
#AEA9AD
(174,169,173)
#BDBABD
(189,186,189)
#CCCBCD
(204,203,205)
#DBDCDD
(219,220,221)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54434D; }

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

This text font color is #54434D.


Background Color

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

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

This div background color is #54434D.


Border color

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

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

This div border color is #54434D.


Opacity

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

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

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

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

This text has shadow with #54434D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54434D on black background.


Color preview on white background

This text has color #54434D on white background.



Black color preview on #54434D background

This text has black color on #54434D background.


White color preview on #54434D background

This text has white color on #54434D background.