COLOR #55524D

HEX: #55524D
RGB: (85,82,77)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

85
82
77

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

Portions of RGB colors in percentages

R + G + B =
85 + 82 + 77 = 244 (100%)
R 85 of 244 ~ 34.84%
G 82 of 244 ~ 33.61%
B 77 of 244 ~ 31.56%

%34.84
%33.61
%31.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 9.41%
  • key color value is 66.67%
CMYK:
(0,4,9,67)
C0M4Y9K67 
(0%,4%,9%,67%)
(0.00/0.04/0.09/0.67)	

CMYK percentages

%0
%3.53
%9.41
%66.67

Codes

Color #55524D in popluar color models

55524D
RGB858277
HSL38°4.94%31.76%
HSB/HSV38°9.41%33.33%
CMYK0.00%3.53%9.41%
66.67%

Color #55524D in popluar number systems.

HEX55524D
Decimal858277
Binary101010110100101001101
Octal125122115

Shades and tints

Shades of #55524D

#55524D
(85,82,77)
#4E4B46
(78,75,70)
#47443F
(71,68,63)
#403D38
(64,61,56)
#393631
(57,54,49)
#322F2A
(50,47,42)
#2B2823
(43,40,35)
#24211C
(36,33,28)
#1D1A15
(29,26,21)
#16130E
(22,19,14)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #55524D

#55524D
(85,82,77)
#64615D
(100,97,93)
#73706D
(115,112,109)
#827F7D
(130,127,125)
#918E8D
(145,142,141)
#A09D9D
(160,157,157)
#AFACAD
(175,172,173)
#BEBBBD
(190,187,189)
#CDCACD
(205,202,205)
#DCD9DD
(220,217,221)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55524D; }

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

This text font color is #55524D.


Background Color

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

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

This div background color is #55524D.


Border color

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

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

This div border color is #55524D.


Opacity

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

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

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

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

This text has shadow with #55524D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55524D on black background.


Color preview on white background

This text has color #55524D on white background.



Black color preview on #55524D background

This text has black color on #55524D background.


White color preview on #55524D background

This text has white color on #55524D background.