COLOR #54524C

HEX: #54524C
RGB: (84,82,76)

Color info

#54524C contains red, green and blue colors in about the same proportion. Web safe color of #54524C is #666633 (or #663).

RGB color model

#54524C color RGB value is (84,82,76).

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

RGB channels and saturation

R 84 of 255 = 33%
G 82 of 255 = 32%
B 76 of 255 = 30%

84
82
76

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

Portions of RGB colors in percentages

R + G + B =
84 + 82 + 76 = 242 (100%)
R 84 of 242 ~ 34.71%
G 82 of 242 ~ 33.88%
B 76 of 242 ~ 31.4%

%34.71
%33.88
%31.4

CMYK color model

#54524C color CMYK value is (0,2,10,67).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 9.52%
  • key color value is 67.06%
CMYK:
(0,2,10,67)
C0M2Y10K67 
(0%,2%,10%,67%)
(0.00/0.02/0.10/0.67)	

CMYK percentages

%0
%2.38
%9.52
%67.06

Codes

Color #54524C in popluar color models

54524C
RGB848276
HSL45°5.00%31.37%
HSB/HSV45°9.52%32.94%
CMYK0.00%2.38%9.52%
67.06%

Color #54524C in popluar number systems.

HEX54524C
Decimal848276
Binary101010010100101001100
Octal124122114

Shades and tints

Shades of #54524C

#54524C
(84,82,76)
#4D4B46
(77,75,70)
#464440
(70,68,64)
#3F3D3A
(63,61,58)
#383634
(56,54,52)
#312F2E
(49,47,46)
#2A2828
(42,40,40)
#232122
(35,33,34)
#1C1A1C
(28,26,28)
#151316
(21,19,22)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #54524C

#54524C
(84,82,76)
#63615C
(99,97,92)
#72706C
(114,112,108)
#817F7C
(129,127,124)
#908E8C
(144,142,140)
#9F9D9C
(159,157,156)
#AEACAC
(174,172,172)
#BDBBBC
(189,187,188)
#CCCACC
(204,202,204)
#DBD9DC
(219,217,220)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54524C; }

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

This text font color is #54524C.


Background Color

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

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

This div background color is #54524C.


Border color

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

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

This div border color is #54524C.


Opacity

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

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

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

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

This text has shadow with #54524C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54524C on black background.


Color preview on white background

This text has color #54524C on white background.



Black color preview on #54524C background

This text has black color on #54524C background.


White color preview on #54524C background

This text has white color on #54524C background.