COLOR #54504A

HEX: #54504A
RGB: (84,80,74)

Color info

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

RGB color model

#54504A color RGB value is (84,80,74).

  • red value is 84;
  • green value is 80;
  • blue value is 74.
RGB:
(84,80,74)
(33%,31%,29%)

RGB channels and saturation

R 84 of 255 = 33%
G 80 of 255 = 31%
B 74 of 255 = 29%

84
80
74

R + G + B ~ 31%. #54504A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 80 + 74 = 238 (100%)
R 84 of 238 ~ 35.29%
G 80 of 238 ~ 33.61%
B 74 of 238 ~ 31.09%

%35.29
%33.61
%31.09

CMYK color model

#54504A color CMYK value is (0,5,12,67).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 11.90%
  • key color value is 67.06%
CMYK:
(0,5,12,67)
C0M5Y12K67 
(0%,5%,12%,67%)
(0.00/0.05/0.12/0.67)	

CMYK percentages

%0
%4.76
%11.9
%67.06

Codes

Color #54504A in popluar color models

54504A
RGB848074
HSL36°6.33%30.98%
HSB/HSV36°11.90%32.94%
CMYK0.00%4.76%11.90%
67.06%

Color #54504A in popluar number systems.

HEX54504A
Decimal848074
Binary101010010100001001010
Octal124120112

Shades and tints

Shades of #54504A

#54504A
(84,80,74)
#4D4944
(77,73,68)
#46423E
(70,66,62)
#3F3B38
(63,59,56)
#383432
(56,52,50)
#312D2C
(49,45,44)
#2A2626
(42,38,38)
#231F20
(35,31,32)
#1C181A
(28,24,26)
#151114
(21,17,20)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #54504A

#54504A
(84,80,74)
#635F5A
(99,95,90)
#726E6A
(114,110,106)
#817D7A
(129,125,122)
#908C8A
(144,140,138)
#9F9B9A
(159,155,154)
#AEAAAA
(174,170,170)
#BDB9BA
(189,185,186)
#CCC8CA
(204,200,202)
#DBD7DA
(219,215,218)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54504A color. Also use rgb(84,80,74) instead hex code.

Text Font Color

.myTextColor { color: #54504A; }

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

This text font color is #54504A.


Background Color

.myBgColor { background-color: #54504A; }

<div style="background-color:#54504A">Inner text</div>

This div background color is #54504A.


Border color

.myBorderColor { border: 1px solid #54504A; }

<div style="border:3px solid #54504A">Div</div>

This div border color is #54504A.


Opacity

.myOpacity80 { color: #54504A; opacity: 0.8; }

<p style="color:#54504A;opacity:0.8;">80%</p>

Text with #54504A 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 #54504A;}

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

This text has shadow with #54504A color.

.textShadow {text-shadow: 3px 3px 1px #54504A, 3px 3px 1px red;}

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

This text has shadow with #54504A primary color and red secondary color.


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

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

This text has shadow with #54504A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54504A on black background.


Color preview on white background

This text has color #54504A on white background.



Black color preview on #54504A background

This text has black color on #54504A background.


White color preview on #54504A background

This text has white color on #54504A background.