COLOR #54554A

HEX: #54554A
RGB: (84,85,74)

Color info

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

RGB color model

#54554A color RGB value is (84,85,74).

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

RGB channels and saturation

R 84 of 255 = 33%
G 85 of 255 = 33%
B 74 of 255 = 29%

84
85
74

R + G + B ~ 32%. #54554A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 85 + 74 = 243 (100%)
R 84 of 243 ~ 34.57%
G 85 of 243 ~ 34.98%
B 74 of 243 ~ 30.45%

%34.57
%34.98
%30.45

CMYK color model

#54554A color CMYK value is (1,0,13,67).

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 12.94%
  • key color value is 66.67%
CMYK:
(1,0,13,67)
C1M0Y13K67 
(1%,0%,13%,67%)
(0.01/0.00/0.13/0.67)	

CMYK percentages

%1.18
%0
%12.94
%66.67

Codes

Color #54554A in popluar color models

54554A
RGB848574
HSL65°6.92%31.18%
HSB/HSV65°12.94%33.33%
CMYK1.18%0.00%12.94%
66.67%

Color #54554A in popluar number systems.

HEX54554A
Decimal848574
Binary101010010101011001010
Octal124125112

Shades and tints

Shades of #54554A

#54554A
(84,85,74)
#4D4E44
(77,78,68)
#46473E
(70,71,62)
#3F4038
(63,64,56)
#383932
(56,57,50)
#31322C
(49,50,44)
#2A2B26
(42,43,38)
#232420
(35,36,32)
#1C1D1A
(28,29,26)
#151614
(21,22,20)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #54554A

#54554A
(84,85,74)
#63645A
(99,100,90)
#72736A
(114,115,106)
#81827A
(129,130,122)
#90918A
(144,145,138)
#9FA09A
(159,160,154)
#AEAFAA
(174,175,170)
#BDBEBA
(189,190,186)
#CCCDCA
(204,205,202)
#DBDCDA
(219,220,218)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54554A; }

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

This text font color is #54554A.


Background Color

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

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

This div background color is #54554A.


Border color

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

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

This div border color is #54554A.


Opacity

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

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

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

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

This text has shadow with #54554A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54554A on black background.


Color preview on white background

This text has color #54554A on white background.



Black color preview on #54554A background

This text has black color on #54554A background.


White color preview on #54554A background

This text has white color on #54554A background.