COLOR #573C20

HEX: #573C20 RGB: (87,60,32)

Color info

#573C20 contains red, green and blue colors in about the same proportion. Web safe color of #573C20 is #663333 (or #633).

RGB color model

#573C20 color RGB value is (87,60,32).

RGB: (87,60,32) (34%, 24%, 13%)

RGB channels and saturation

R 87 of 255 = 34%
G 60 of 255 = 24%
B 32 of 255 = 13%

87
60
32

R + G + B ~ 24%. #573C20 is dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 60 + 32 = 179 (100%)
R 87 of 179 ~ 48.6%
G 60 of 179 ~ 33.52%
B 32 of 179 ~ 17.88'%

%48.6
%33.52
%17.88

CMYK color model

#573C20 color CMYK value is (0,31,63,66).

  • cyan value is 0.00%
  • magenta value is 31.03%
  • yellow value is 63.22%
  • key color value is 65.88%

CMYK: (0,31,63,66)
C0M31Y63K66 (0%, 31%, 63%, 66%)
(0.00 / 0.31 / 0.63 / 0.66)

CMYK percentages

%0
%31.03
%63.22
%65.88

Codes

Color #573C20 in popluar color models

57 3C 20
RGB 87 60 32
HSL 31° 46.22% 23.33%
HSB/HSV 31° 63.22% 34.12%
CMYK 0.00% 31.03% 63.22%
65.88%

Color #573C20 in popluar number systems.

HEX 57 3C 20
Decimal 87 60 32
Binary 1010111 111100 100000
Octal 127 74 40

Shades and tints

Shades of #573C20

#573C20
(87,60,32)
#50371E
(80,55,30)
#49321C
(73,50,28)
#422D1A
(66,45,26)
#3B2818
(59,40,24)
#342316
(52,35,22)
#2D1E14
(45,30,20)
#261912
(38,25,18)
#1F1410
(31,20,16)
#180F0E
(24,15,14)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #573C20

#573C20
(87,60,32)
#664D34
(102,77,52)
#755E48
(117,94,72)
#846F5C
(132,111,92)
#938070
(147,128,112)
#A29184
(162,145,132)
#B1A298
(177,162,152)
#C0B3AC
(192,179,172)
#CFC4C0
(207,196,192)
#DED5D4
(222,213,212)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573C20 color. Also use rgb(87,60,32) instead hex code.

Text Font Color

.myTextColor { color: #573C20; }

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

This text font color is #573C20.

Background Color

.myBgColor { background-color: #573C20; }

<div style="background-color:#573C20">Inner text</div>

This div background color is #573C20.

Border color

.myBorderColor { border: 1px solid #573C20; }

<div style="border:3px solid #573C20">Div</div>

This div border color is #573C20.

Opacity

.myOpacity80 { color: #573C20; opacity: 0.8; }

<p style="color:#573C20;opacity:0.8;">80%</p>

Text with #573C20 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 #573C20;}

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

This text has shadow with #573C20 color.


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

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

This text has shadow with #573C20 primary color and red secondary color.


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

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

This text has shadow with #573C20 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #573C20.

Preview

Color preview on black background

This text has color #573C20 on black background.


Color preview on white background

This text has color #573C20 on white background.


Black color preview on #573C20 background

This text has black color on #573C20 background.


White color preview on #573C20 background

This text has white color on #573C20 background.


Related colors

Complementary color

Complementary color for #hex is #A8C3DF.


I love getcolorcode.com

Triadic colors

1 #20573C and #3C2057 with #573C20 are triadic colors.

2 #203C57 and #3C5720 with #573C20 are triadic colors.