COLOR #54434E

HEX: #54434E
RGB: (84,67,78)

Color info

#54434E contains red, green and blue colors in about the same proportion. Web safe color of #54434E is #663366 (or #636).

RGB color model

#54434E color RGB value is (84,67,78).

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

RGB channels and saturation

R 84 of 255 = 33%
G 67 of 255 = 26%
B 78 of 255 = 31%

84
67
78

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

Portions of RGB colors in percentages

R + G + B =
84 + 67 + 78 = 229 (100%)
R 84 of 229 ~ 36.68%
G 67 of 229 ~ 29.26%
B 78 of 229 ~ 34.06%

%36.68
%29.26
%34.06

CMYK color model

#54434E color CMYK value is (0,20,7,67).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 7.14%
  • key color value is 67.06%
CMYK:
(0,20,7,67)
C0M20Y7K67 
(0%,20%,7%,67%)
(0.00/0.20/0.07/0.67)	

CMYK percentages

%0
%20.24
%7.14
%67.06

Codes

Color #54434E in popluar color models

54434E
RGB846778
HSL321°11.26%29.61%
HSB/HSV321°20.24%32.94%
CMYK0.00%20.24%7.14%
67.06%

Color #54434E in popluar number systems.

HEX54434E
Decimal846778
Binary101010010000111001110
Octal124103116

Shades and tints

Shades of #54434E

#54434E
(84,67,78)
#4D3D47
(77,61,71)
#463740
(70,55,64)
#3F3139
(63,49,57)
#382B32
(56,43,50)
#31252B
(49,37,43)
#2A1F24
(42,31,36)
#23191D
(35,25,29)
#1C1316
(28,19,22)
#150D0F
(21,13,15)
#0E0708
(14,7,8)
#000000
(0,0,0)

Tints of #54434E

#54434E
(84,67,78)
#63545E
(99,84,94)
#72656E
(114,101,110)
#81767E
(129,118,126)
#90878E
(144,135,142)
#9F989E
(159,152,158)
#AEA9AE
(174,169,174)
#BDBABE
(189,186,190)
#CCCBCE
(204,203,206)
#DBDCDE
(219,220,222)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54434E; }

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

This text font color is #54434E.


Background Color

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

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

This div background color is #54434E.


Border color

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

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

This div border color is #54434E.


Opacity

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

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

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

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

This text has shadow with #54434E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54434E on black background.


Color preview on white background

This text has color #54434E on white background.



Black color preview on #54434E background

This text has black color on #54434E background.


White color preview on #54434E background

This text has white color on #54434E background.