COLOR #54524F

HEX: #54524F
RGB: (84,82,79)

Color info

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

RGB color model

#54524F color RGB value is (84,82,79).

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

RGB channels and saturation

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

84
82
79

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

Portions of RGB colors in percentages

R + G + B =
84 + 82 + 79 = 245 (100%)
R 84 of 245 ~ 34.29%
G 82 of 245 ~ 33.47%
B 79 of 245 ~ 32.24%

%34.29
%33.47
%32.24

CMYK color model

#54524F color CMYK value is (0,2,6,67).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 5.95%
  • key color value is 67.06%
CMYK:
(0,2,6,67)
C0M2Y6K67 
(0%,2%,6%,67%)
(0.00/0.02/0.06/0.67)	

CMYK percentages

%0
%2.38
%5.95
%67.06

Codes

Color #54524F in popluar color models

54524F
RGB848279
HSL36°3.07%31.96%
HSB/HSV36°5.95%32.94%
CMYK0.00%2.38%5.95%
67.06%

Color #54524F in popluar number systems.

HEX54524F
Decimal848279
Binary101010010100101001111
Octal124122117

Shades and tints

Shades of #54524F

#54524F
(84,82,79)
#4D4B48
(77,75,72)
#464441
(70,68,65)
#3F3D3A
(63,61,58)
#383633
(56,54,51)
#312F2C
(49,47,44)
#2A2825
(42,40,37)
#23211E
(35,33,30)
#1C1A17
(28,26,23)
#151310
(21,19,16)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #54524F

#54524F
(84,82,79)
#63615F
(99,97,95)
#72706F
(114,112,111)
#817F7F
(129,127,127)
#908E8F
(144,142,143)
#9F9D9F
(159,157,159)
#AEACAF
(174,172,175)
#BDBBBF
(189,187,191)
#CCCACF
(204,202,207)
#DBD9DF
(219,217,223)
#EAE8EF
(234,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54524F; }

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

This text font color is #54524F.


Background Color

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

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

This div background color is #54524F.


Border color

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

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

This div border color is #54524F.


Opacity

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

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

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

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

This text has shadow with #54524F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54524F on black background.


Color preview on white background

This text has color #54524F on white background.



Black color preview on #54524F background

This text has black color on #54524F background.


White color preview on #54524F background

This text has white color on #54524F background.