COLOR #54524E

HEX: #54524E
RGB: (84,82,78)

Color info

#54524E contains red, green and blue colors in about the same proportion. Web safe color of #54524E is #666666 (or #666).

RGB color model

#54524E color RGB value is (84,82,78).

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

RGB channels and saturation

R 84 of 255 = 33%
G 82 of 255 = 32%
B 78 of 255 = 31%

84
82
78

R + G + B ~ 32%. #54524E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 82 + 78 = 244 (100%)
R 84 of 244 ~ 34.43%
G 82 of 244 ~ 33.61%
B 78 of 244 ~ 31.97%

%34.43
%33.61
%31.97

CMYK color model

#54524E color CMYK value is (0,2,7,67).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 7.14%
  • key color value is 67.06%
CMYK:
(0,2,7,67)
C0M2Y7K67 
(0%,2%,7%,67%)
(0.00/0.02/0.07/0.67)	

CMYK percentages

%0
%2.38
%7.14
%67.06

Codes

Color #54524E in popluar color models

54524E
RGB848278
HSL40°3.70%31.76%
HSB/HSV40°7.14%32.94%
CMYK0.00%2.38%7.14%
67.06%

Color #54524E in popluar number systems.

HEX54524E
Decimal848278
Binary101010010100101001110
Octal124122116

Shades and tints

Shades of #54524E

#54524E
(84,82,78)
#4D4B47
(77,75,71)
#464440
(70,68,64)
#3F3D39
(63,61,57)
#383632
(56,54,50)
#312F2B
(49,47,43)
#2A2824
(42,40,36)
#23211D
(35,33,29)
#1C1A16
(28,26,22)
#15130F
(21,19,15)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #54524E

#54524E
(84,82,78)
#63615E
(99,97,94)
#72706E
(114,112,110)
#817F7E
(129,127,126)
#908E8E
(144,142,142)
#9F9D9E
(159,157,158)
#AEACAE
(174,172,174)
#BDBBBE
(189,187,190)
#CCCACE
(204,202,206)
#DBD9DE
(219,217,222)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54524E; }

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

This text font color is #54524E.


Background Color

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

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

This div background color is #54524E.


Border color

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

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

This div border color is #54524E.


Opacity

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

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

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

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

This text has shadow with #54524E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54524E on black background.


Color preview on white background

This text has color #54524E on white background.



Black color preview on #54524E background

This text has black color on #54524E background.


White color preview on #54524E background

This text has white color on #54524E background.