COLOR #554E54

HEX: #554E54
RGB: (85,78,84)

Color info

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

RGB color model

#554E54 color RGB value is (85,78,84).

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

RGB channels and saturation

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

85
78
84

R + G + B ~ 32%. #554E54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 78 + 84 = 247 (100%)
R 85 of 247 ~ 34.41%
G 78 of 247 ~ 31.58%
B 84 of 247 ~ 34.01%

%34.41
%31.58
%34.01

CMYK color model

#554E54 color CMYK value is (0,8,1,67).

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

CMYK percentages

%0
%8.24
%1.18
%66.67

Codes

Color #554E54 in popluar color models

554E54
RGB857884
HSL309°4.29%31.96%
HSB/HSV309°8.24%33.33%
CMYK0.00%8.24%1.18%
66.67%

Color #554E54 in popluar number systems.

HEX554E54
Decimal857884
Binary101010110011101010100
Octal125116124

Shades and tints

Shades of #554E54

#554E54
(85,78,84)
#4E474D
(78,71,77)
#474046
(71,64,70)
#40393F
(64,57,63)
#393238
(57,50,56)
#322B31
(50,43,49)
#2B242A
(43,36,42)
#241D23
(36,29,35)
#1D161C
(29,22,28)
#160F15
(22,15,21)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #554E54

#554E54
(85,78,84)
#645E63
(100,94,99)
#736E72
(115,110,114)
#827E81
(130,126,129)
#918E90
(145,142,144)
#A09E9F
(160,158,159)
#AFAEAE
(175,174,174)
#BEBEBD
(190,190,189)
#CDCECC
(205,206,204)
#DCDEDB
(220,222,219)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554E54; }

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

This text font color is #554E54.


Background Color

.myBgColor { background-color: #554E54; }

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

This div background color is #554E54.


Border color

.myBorderColor { border: 1px solid #554E54; }

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

This div border color is #554E54.


Opacity

.myOpacity80 { color: #554E54; opacity: 0.8; }

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

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

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

This text has shadow with #554E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554E54 on black background.


Color preview on white background

This text has color #554E54 on white background.



Black color preview on #554E54 background

This text has black color on #554E54 background.


White color preview on #554E54 background

This text has white color on #554E54 background.