COLOR #55572C

HEX: #55572C RGB: (85,87,44)

Color info

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

RGB color model

#55572C color RGB value is (85,87,44).

RGB: (85,87,44) (33%, 34%, 17%)

RGB channels and saturation

R 85 of 255 = 33%
G 87 of 255 = 34%
B 44 of 255 = 17%

85
87
44

R + G + B ~ 28%. #55572C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 87 + 44 = 216 (100%)
R 85 of 216 ~ 39.35%
G 87 of 216 ~ 40.28%
B 44 of 216 ~ 20.37'%

%39.35
%40.28
%20.37

CMYK color model

#55572C color CMYK value is (2,0,49,66).

  • cyan value is 2.30%
  • magenta value is 0.00%
  • yellow value is 49.43%
  • key color value is 65.88%
CMYK: (2,0,49,66) C2M0Y49K66 (2%,0%,49%,66%) (0.02/0.00/0.49/0.66) 

CMYK percentages

%2.3
%0
%49.43
%65.88

Codes

Color #55572C in popluar color models

55 57 2C
RGB 85 87 44
HSL 63° 32.82% 25.69%
HSB/HSV 63° 49.43% 34.12%
CMYK 2.30% 0.00% 49.43%
65.88%

Color #55572C in popluar number systems.

HEX 55 57 2C
Decimal 85 87 44
Binary 1010101 1010111 101100
Octal 125 127 54

Shades and tints

Shades of #55572C

#55572C
(85,87,44)
#4E5028
(78,80,40)
#474924
(71,73,36)
#404220
(64,66,32)
#393B1C
(57,59,28)
#323418
(50,52,24)
#2B2D14
(43,45,20)
#242610
(36,38,16)
#1D1F0C
(29,31,12)
#161808
(22,24,8)
#0F1104
(15,17,4)
#000000
(0,0,0)

Tints of #55572C

#55572C
(85,87,44)
#64663F
(100,102,63)
#737552
(115,117,82)
#828465
(130,132,101)
#919378
(145,147,120)
#A0A28B
(160,162,139)
#AFB19E
(175,177,158)
#BEC0B1
(190,192,177)
#CDCFC4
(205,207,196)
#DCDED7
(220,222,215)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55572C color. Also use rgb(85,87,44) instead hex code.

Text Font Color

.myTextColor { color: #55572C; }

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

This text font color is #55572C.

Background Color

.myBgColor { background-color: #55572C; }

<div style="background-color:#55572C">Inner text</div>

This div background color is #55572C.

Border color

.myBorderColor { border: 1px solid #55572C; }

<div style="border:3px solid #55572C">Div</div>

This div border color is #55572C.

Opacity

.myOpacity80 { color: #55572C; opacity: 0.8; }

<p style="color:#55572C;opacity:0.8;">80%</p>

Text with #55572C 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 #55572C;}

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

This text has shadow with #55572C color.


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

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

This text has shadow with #55572C primary color and red secondary color.


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

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

This text has shadow with #55572C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55572C.

Preview

Color preview on black background

This text has color #55572C on black background.


Color preview on white background

This text has color #55572C on white background.


Black color preview on #55572C background

This text has black color on #55572C background.


White color preview on #55572C background

This text has white color on #55572C background.


Related colors

Complementary color

Complementary color for #hex is #AAA8D3.


I love getcolorcode.com

Triadic colors

1 #2C5557 and #572C55 with #55572C are triadic colors.

2 #2C5755 and #57552C with #55572C are triadic colors.