COLOR #54544C

HEX: #54544C
RGB: (84,84,76)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

84
84
76

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

Portions of RGB colors in percentages

R + G + B =
84 + 84 + 76 = 244 (100%)
R 84 of 244 ~ 34.43%
G 84 of 244 ~ 34.43%
B 76 of 244 ~ 31.15%

%34.43
%34.43
%31.15

CMYK color model

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

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

CMYK percentages

%0
%0
%9.52
%67.06

Codes

Color #54544C in popluar color models

54544C
RGB848476
HSL60°5.00%31.37%
HSB/HSV60°9.52%32.94%
CMYK0.00%0.00%9.52%
67.06%

Color #54544C in popluar number systems.

HEX54544C
Decimal848476
Binary101010010101001001100
Octal124124114

Shades and tints

Shades of #54544C

#54544C
(84,84,76)
#4D4D46
(77,77,70)
#464640
(70,70,64)
#3F3F3A
(63,63,58)
#383834
(56,56,52)
#31312E
(49,49,46)
#2A2A28
(42,42,40)
#232322
(35,35,34)
#1C1C1C
(28,28,28)
#151516
(21,21,22)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #54544C

#54544C
(84,84,76)
#63635C
(99,99,92)
#72726C
(114,114,108)
#81817C
(129,129,124)
#90908C
(144,144,140)
#9F9F9C
(159,159,156)
#AEAEAC
(174,174,172)
#BDBDBC
(189,189,188)
#CCCCCC
(204,204,204)
#DBDBDC
(219,219,220)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54544C; }

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

This text font color is #54544C.


Background Color

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

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

This div background color is #54544C.


Border color

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

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

This div border color is #54544C.


Opacity

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

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

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

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

This text has shadow with #54544C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54544C on black background.


Color preview on white background

This text has color #54544C on white background.



Black color preview on #54544C background

This text has black color on #54544C background.


White color preview on #54544C background

This text has white color on #54544C background.