COLOR #55544E

HEX: #55544E
RGB: (85,84,78)

Color info

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

RGB color model

#55544E color RGB value is (85,84,78).

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

RGB channels and saturation

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

85
84
78

R + G + B ~ 32%. #55544E is quite dark color.

Portions of RGB colors in percentages

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

%34.41
%34.01
%31.58

CMYK color model

#55544E color CMYK value is (0,1,8,67).

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

CMYK percentages

%0
%1.18
%8.24
%66.67

Codes

Color #55544E in popluar color models

55544E
RGB858478
HSL51°4.29%31.96%
HSB/HSV51°8.24%33.33%
CMYK0.00%1.18%8.24%
66.67%

Color #55544E in popluar number systems.

HEX55544E
Decimal858478
Binary101010110101001001110
Octal125124116

Shades and tints

Shades of #55544E

#55544E
(85,84,78)
#4E4D47
(78,77,71)
#474640
(71,70,64)
#403F39
(64,63,57)
#393832
(57,56,50)
#32312B
(50,49,43)
#2B2A24
(43,42,36)
#24231D
(36,35,29)
#1D1C16
(29,28,22)
#16150F
(22,21,15)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #55544E

#55544E
(85,84,78)
#64635E
(100,99,94)
#73726E
(115,114,110)
#82817E
(130,129,126)
#91908E
(145,144,142)
#A09F9E
(160,159,158)
#AFAEAE
(175,174,174)
#BEBDBE
(190,189,190)
#CDCCCE
(205,204,206)
#DCDBDE
(220,219,222)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55544E; }

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

This text font color is #55544E.


Background Color

.myBgColor { background-color: #55544E; }

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

This div background color is #55544E.


Border color

.myBorderColor { border: 1px solid #55544E; }

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

This div border color is #55544E.


Opacity

.myOpacity80 { color: #55544E; opacity: 0.8; }

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

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

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

This text has shadow with #55544E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55544E on black background.


Color preview on white background

This text has color #55544E on white background.



Black color preview on #55544E background

This text has black color on #55544E background.


White color preview on #55544E background

This text has white color on #55544E background.