COLOR #55504D

HEX: #55504D
RGB: (85,80,77)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

85
80
77

R + G + B ~ 31%. #55504D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 80 + 77 = 242 (100%)
R 85 of 242 ~ 35.12%
G 80 of 242 ~ 33.06%
B 77 of 242 ~ 31.82%

%35.12
%33.06
%31.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 9.41%
  • key color value is 66.67%
CMYK:
(0,6,9,67)
C0M6Y9K67 
(0%,6%,9%,67%)
(0.00/0.06/0.09/0.67)	

CMYK percentages

%0
%5.88
%9.41
%66.67

Codes

Color #55504D in popluar color models

55504D
RGB858077
HSL23°4.94%31.76%
HSB/HSV23°9.41%33.33%
CMYK0.00%5.88%9.41%
66.67%

Color #55504D in popluar number systems.

HEX55504D
Decimal858077
Binary101010110100001001101
Octal125120115

Shades and tints

Shades of #55504D

#55504D
(85,80,77)
#4E4946
(78,73,70)
#47423F
(71,66,63)
#403B38
(64,59,56)
#393431
(57,52,49)
#322D2A
(50,45,42)
#2B2623
(43,38,35)
#241F1C
(36,31,28)
#1D1815
(29,24,21)
#16110E
(22,17,14)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #55504D

#55504D
(85,80,77)
#645F5D
(100,95,93)
#736E6D
(115,110,109)
#827D7D
(130,125,125)
#918C8D
(145,140,141)
#A09B9D
(160,155,157)
#AFAAAD
(175,170,173)
#BEB9BD
(190,185,189)
#CDC8CD
(205,200,205)
#DCD7DD
(220,215,221)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55504D; }

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

This text font color is #55504D.


Background Color

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

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

This div background color is #55504D.


Border color

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

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

This div border color is #55504D.


Opacity

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

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

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

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

This text has shadow with #55504D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55504D on black background.


Color preview on white background

This text has color #55504D on white background.



Black color preview on #55504D background

This text has black color on #55504D background.


White color preview on #55504D background

This text has white color on #55504D background.