COLOR #55521E

HEX: #55521E RGB: (85,82,30)

Color info

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

RGB color model

#55521E color RGB value is (85,82,30).

RGB: (85,82,30) (33%, 32%, 12%)

RGB channels and saturation

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

85
82
30

R + G + B ~ 26%. #55521E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 82 + 30 = 197 (100%)
R 85 of 197 ~ 43.15%
G 82 of 197 ~ 41.62%
B 30 of 197 ~ 15.23'%

%43.15
%41.62
%15.23

CMYK color model

#55521E color CMYK value is (0,4,65,67).

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 64.71%
  • key color value is 66.67%

CMYK: (0,4,65,67)
C0M4Y65K67 (0%, 4%, 65%, 67%)
(0.00 / 0.04 / 0.65 / 0.67)

CMYK percentages

%0
%3.53
%64.71
%66.67

Codes

Color #55521E in popluar color models

55 52 1E
RGB 85 82 30
HSL 57° 47.83% 22.55%
HSB/HSV 57° 64.71% 33.33%
CMYK 0.00% 3.53% 64.71%
66.67%

Color #55521E in popluar number systems.

HEX 55 52 1E
Decimal 85 82 30
Binary 1010101 1010010 11110
Octal 125 122 36

Shades and tints

Shades of #55521E

#55521E
(85,82,30)
#4E4B1C
(78,75,28)
#47441A
(71,68,26)
#403D18
(64,61,24)
#393616
(57,54,22)
#322F14
(50,47,20)
#2B2812
(43,40,18)
#242110
(36,33,16)
#1D1A0E
(29,26,14)
#16130C
(22,19,12)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #55521E

#55521E
(85,82,30)
#646132
(100,97,50)
#737046
(115,112,70)
#827F5A
(130,127,90)
#918E6E
(145,142,110)
#A09D82
(160,157,130)
#AFAC96
(175,172,150)
#BEBBAA
(190,187,170)
#CDCABE
(205,202,190)
#DCD9D2
(220,217,210)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55521E color. Also use rgb(85,82,30) instead hex code.

Text Font Color

.myTextColor { color: #55521E; }

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

This text font color is #55521E.

Background Color

.myBgColor { background-color: #55521E; }

<div style="background-color:#55521E">Inner text</div>

This div background color is #55521E.

Border color

.myBorderColor { border: 1px solid #55521E; }

<div style="border:3px solid #55521E">Div</div>

This div border color is #55521E.

Opacity

.myOpacity80 { color: #55521E; opacity: 0.8; }

<p style="color:#55521E;opacity:0.8;">80%</p>

Text with #55521E 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 #55521E;}

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

This text has shadow with #55521E color.


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

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

This text has shadow with #55521E primary color and red secondary color.


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

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

This text has shadow with #55521E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55521E.

Preview

Color preview on black background

This text has color #55521E on black background.


Color preview on white background

This text has color #55521E on white background.


Black color preview on #55521E background

This text has black color on #55521E background.


White color preview on #55521E background

This text has white color on #55521E background.


Related colors

Complementary color

Complementary color for #hex is #AAADE1.


I love getcolorcode.com

Triadic colors

1 #1E5552 and #521E55 with #55521E are triadic colors.

2 #1E5255 and #52551E with #55521E are triadic colors.