COLOR #55544D

HEX: #55544D
RGB: (85,84,77)

Color info

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

RGB color model

#55544D color RGB value is (85,84,77).

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

RGB channels and saturation

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

85
84
77

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

Portions of RGB colors in percentages

R + G + B =
85 + 84 + 77 = 246 (100%)
R 85 of 246 ~ 34.55%
G 84 of 246 ~ 34.15%
B 77 of 246 ~ 31.3%

%34.55
%34.15
%31.3

CMYK color model

#55544D color CMYK value is (0,1,9,67).

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

CMYK percentages

%0
%1.18
%9.41
%66.67

Codes

Color #55544D in popluar color models

55544D
RGB858477
HSL53°4.94%31.76%
HSB/HSV53°9.41%33.33%
CMYK0.00%1.18%9.41%
66.67%

Color #55544D in popluar number systems.

HEX55544D
Decimal858477
Binary101010110101001001101
Octal125124115

Shades and tints

Shades of #55544D

#55544D
(85,84,77)
#4E4D46
(78,77,70)
#47463F
(71,70,63)
#403F38
(64,63,56)
#393831
(57,56,49)
#32312A
(50,49,42)
#2B2A23
(43,42,35)
#24231C
(36,35,28)
#1D1C15
(29,28,21)
#16150E
(22,21,14)
#0F0E07
(15,14,7)
#000000
(0,0,0)

Tints of #55544D

#55544D
(85,84,77)
#64635D
(100,99,93)
#73726D
(115,114,109)
#82817D
(130,129,125)
#91908D
(145,144,141)
#A09F9D
(160,159,157)
#AFAEAD
(175,174,173)
#BEBDBD
(190,189,189)
#CDCCCD
(205,204,205)
#DCDBDD
(220,219,221)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55544D; }

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

This text font color is #55544D.


Background Color

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

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

This div background color is #55544D.


Border color

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

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

This div border color is #55544D.


Opacity

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

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

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

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

This text has shadow with #55544D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55544D on black background.


Color preview on white background

This text has color #55544D on white background.



Black color preview on #55544D background

This text has black color on #55544D background.


White color preview on #55544D background

This text has white color on #55544D background.