COLOR #545554

HEX: #545554
RGB: (84,85,84)

Color info

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

RGB color model

#545554 color RGB value is (84,85,84).

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

RGB channels and saturation

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

84
85
84

R + G + B ~ 33%. #545554 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 85 + 84 = 253 (100%)
R 84 of 253 ~ 33.2%
G 85 of 253 ~ 33.6%
B 84 of 253 ~ 33.2%

%33.2
%33.6
%33.2

CMYK color model

#545554 color CMYK value is (1,0,1,67).

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

CMYK percentages

%1.18
%0
%1.18
%66.67

Codes

Color #545554 in popluar color models

545554
RGB848584
HSL120°0.59%33.14%
HSB/HSV120°1.18%33.33%
CMYK1.18%0.00%1.18%
66.67%

Color #545554 in popluar number systems.

HEX545554
Decimal848584
Binary101010010101011010100
Octal124125124

Shades and tints

Shades of #545554

#545554
(84,85,84)
#4D4E4D
(77,78,77)
#464746
(70,71,70)
#3F403F
(63,64,63)
#383938
(56,57,56)
#313231
(49,50,49)
#2A2B2A
(42,43,42)
#232423
(35,36,35)
#1C1D1C
(28,29,28)
#151615
(21,22,21)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #545554

#545554
(84,85,84)
#636463
(99,100,99)
#727372
(114,115,114)
#818281
(129,130,129)
#909190
(144,145,144)
#9FA09F
(159,160,159)
#AEAFAE
(174,175,174)
#BDBEBD
(189,190,189)
#CCCDCC
(204,205,204)
#DBDCDB
(219,220,219)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545554; }

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

This text font color is #545554.


Background Color

.myBgColor { background-color: #545554; }

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

This div background color is #545554.


Border color

.myBorderColor { border: 1px solid #545554; }

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

This div border color is #545554.


Opacity

.myOpacity80 { color: #545554; opacity: 0.8; }

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

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

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

This text has shadow with #545554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545554 on black background.


Color preview on white background

This text has color #545554 on white background.



Black color preview on #545554 background

This text has black color on #545554 background.


White color preview on #545554 background

This text has white color on #545554 background.