COLOR #55522F

HEX: #55522F
RGB: (85,82,47)

Color info

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

RGB color model

#55522F color RGB value is (85,82,47).

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

RGB channels and saturation

R 85 of 255 = 33%
G 82 of 255 = 32%
B 47 of 255 = 18%

85
82
47

R + G + B ~ 28%. #55522F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 82 + 47 = 214 (100%)
R 85 of 214 ~ 39.72%
G 82 of 214 ~ 38.32%
B 47 of 214 ~ 21.96%

%39.72
%38.32
%21.96

CMYK color model

#55522F color CMYK value is (0,4,45,67).

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 44.71%
  • key color value is 66.67%
CMYK:
(0,4,45,67)
C0M4Y45K67 
(0%,4%,45%,67%)
(0.00/0.04/0.45/0.67)	

CMYK percentages

%0
%3.53
%44.71
%66.67

Codes

Color #55522F in popluar color models

55522F
RGB858247
HSL55°28.79%25.88%
HSB/HSV55°44.71%33.33%
CMYK0.00%3.53%44.71%
66.67%

Color #55522F in popluar number systems.

HEX55522F
Decimal858247
Binary10101011010010101111
Octal12512257

Shades and tints

Shades of #55522F

#55522F
(85,82,47)
#4E4B2B
(78,75,43)
#474427
(71,68,39)
#403D23
(64,61,35)
#39361F
(57,54,31)
#322F1B
(50,47,27)
#2B2817
(43,40,23)
#242113
(36,33,19)
#1D1A0F
(29,26,15)
#16130B
(22,19,11)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #55522F

#55522F
(85,82,47)
#646141
(100,97,65)
#737053
(115,112,83)
#827F65
(130,127,101)
#918E77
(145,142,119)
#A09D89
(160,157,137)
#AFAC9B
(175,172,155)
#BEBBAD
(190,187,173)
#CDCABF
(205,202,191)
#DCD9D1
(220,217,209)
#EBE8E3
(235,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55522F color. Also use rgb(85,82,47) instead hex code.

Text Font Color

.myTextColor { color: #55522F; }

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

This text font color is #55522F.


Background Color

.myBgColor { background-color: #55522F; }

<div style="background-color:#55522F">Inner text</div>

This div background color is #55522F.


Border color

.myBorderColor { border: 1px solid #55522F; }

<div style="border:3px solid #55522F">Div</div>

This div border color is #55522F.


Opacity

.myOpacity80 { color: #55522F; opacity: 0.8; }

<p style="color:#55522F;opacity:0.8;">80%</p>

Text with #55522F 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 #55522F;}

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

This text has shadow with #55522F color.

.textShadow {text-shadow: 3px 3px 1px #55522F, 3px 3px 1px red;}

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

This text has shadow with #55522F primary color and red secondary color.


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

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

This text has shadow with #55522F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55522F on black background.


Color preview on white background

This text has color #55522F on white background.



Black color preview on #55522F background

This text has black color on #55522F background.


White color preview on #55522F background

This text has white color on #55522F background.