COLOR #55554D

HEX: #55554D RGB: (85,85,77)

Color info

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

RGB color model

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

RGB: (85,85,77) (33%, 33%, 30%)

RGB channels and saturation

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

85
85
77

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

Portions of RGB colors in percentages

R + G + B = 85 + 85 + 77 = 247 (100%)
R 85 of 247 ~ 34.41%
G 85 of 247 ~ 34.41%
B 77 of 247 ~ 31.17'%

%34.41
%34.41
%31.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 66.67%

CMYK: (0,0,9,67)
C0M0Y9K67 (0%, 0%, 9%, 67%)
(0.00 / 0.00 / 0.09 / 0.67)

CMYK percentages

%0
%0
%9.41
%66.67

Codes

Color #55554D in popluar color models

55 55 4D
RGB 85 85 77
HSL 60° 4.94% 31.76%
HSB/HSV 60° 9.41% 33.33%
CMYK 0.00% 0.00% 9.41%
66.67%

Color #55554D in popluar number systems.

HEX 55 55 4D
Decimal 85 85 77
Binary 1010101 1010101 1001101
Octal 125 125 115

Shades and tints

Shades of #55554D

#55554D
(85,85,77)
#4E4E46
(78,78,70)
#47473F
(71,71,63)
#404038
(64,64,56)
#393931
(57,57,49)
#32322A
(50,50,42)
#2B2B23
(43,43,35)
#24241C
(36,36,28)
#1D1D15
(29,29,21)
#16160E
(22,22,14)
#0F0F07
(15,15,7)
#000000
(0,0,0)

Tints of #55554D

#55554D
(85,85,77)
#64645D
(100,100,93)
#73736D
(115,115,109)
#82827D
(130,130,125)
#91918D
(145,145,141)
#A0A09D
(160,160,157)
#AFAFAD
(175,175,173)
#BEBEBD
(190,190,189)
#CDCDCD
(205,205,205)
#DCDCDD
(220,220,221)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55554D; }

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

This text font color is #55554D.

Background Color

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

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

This div background color is #55554D.

Border color

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

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

This div border color is #55554D.

Opacity

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

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

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

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

This text has shadow with #55554D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55554D.

Preview

Color preview on black background

This text has color #55554D on black background.


Color preview on white background

This text has color #55554D on white background.


Black color preview on #55554D background

This text has black color on #55554D background.


White color preview on #55554D background

This text has white color on #55554D background.


Related colors

Complementary color

Complementary color for #hex is #AAAAB2.


I love getcolorcode.com