COLOR #54414E

HEX: #54414E
RGB: (84,65,78)

Color info

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

RGB color model

#54414E color RGB value is (84,65,78).

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

RGB channels and saturation

R 84 of 255 = 33%
G 65 of 255 = 25%
B 78 of 255 = 31%

84
65
78

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

Portions of RGB colors in percentages

R + G + B =
84 + 65 + 78 = 227 (100%)
R 84 of 227 ~ 37%
G 65 of 227 ~ 28.63%
B 78 of 227 ~ 34.36%

%37
%28.63
%34.36

CMYK color model

#54414E color CMYK value is (0,23,7,67).

  • cyan value is 0.00%
  • magenta value is 22.62%
  • yellow value is 7.14%
  • key color value is 67.06%
CMYK:
(0,23,7,67)
C0M23Y7K67 
(0%,23%,7%,67%)
(0.00/0.23/0.07/0.67)	

CMYK percentages

%0
%22.62
%7.14
%67.06

Codes

Color #54414E in popluar color models

54414E
RGB846578
HSL319°12.75%29.22%
HSB/HSV319°22.62%32.94%
CMYK0.00%22.62%7.14%
67.06%

Color #54414E in popluar number systems.

HEX54414E
Decimal846578
Binary101010010000011001110
Octal124101116

Shades and tints

Shades of #54414E

#54414E
(84,65,78)
#4D3C47
(77,60,71)
#463740
(70,55,64)
#3F3239
(63,50,57)
#382D32
(56,45,50)
#31282B
(49,40,43)
#2A2324
(42,35,36)
#231E1D
(35,30,29)
#1C1916
(28,25,22)
#15140F
(21,20,15)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #54414E

#54414E
(84,65,78)
#63525E
(99,82,94)
#72636E
(114,99,110)
#81747E
(129,116,126)
#90858E
(144,133,142)
#9F969E
(159,150,158)
#AEA7AE
(174,167,174)
#BDB8BE
(189,184,190)
#CCC9CE
(204,201,206)
#DBDADE
(219,218,222)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54414E; }

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

This text font color is #54414E.


Background Color

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

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

This div background color is #54414E.


Border color

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

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

This div border color is #54414E.


Opacity

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

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

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

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

This text has shadow with #54414E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54414E on black background.


Color preview on white background

This text has color #54414E on white background.



Black color preview on #54414E background

This text has black color on #54414E background.


White color preview on #54414E background

This text has white color on #54414E background.