COLOR #573321

HEX: #573321
RGB: (87,51,33)

Color info

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

RGB color model

#573321 color RGB value is (87,51,33).

  • red value is 87;
  • green value is 51;
  • blue value is 33.
RGB:
(87,51,33)
(34%,20%,13%)

RGB channels and saturation

R 87 of 255 = 34%
G 51 of 255 = 20%
B 33 of 255 = 13%

87
51
33

R + G + B ~ 22%. #573321 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 51 + 33 = 171 (100%)
R 87 of 171 ~ 50.88%
G 51 of 171 ~ 29.82%
B 33 of 171 ~ 19.3%

%50.88
%29.82
%19.3

CMYK color model

#573321 color CMYK value is (0,41,62,66).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 62.07%
  • key color value is 65.88%
CMYK:
(0,41,62,66)
C0M41Y62K66 
(0%,41%,62%,66%)
(0.00/0.41/0.62/0.66)	

CMYK percentages

%0
%41.38
%62.07
%65.88

Codes

Color #573321 in popluar color models

573321
RGB875133
HSL20°45.00%23.53%
HSB/HSV20°62.07%34.12%
CMYK0.00%41.38%62.07%
65.88%

Color #573321 in popluar number systems.

HEX573321
Decimal875133
Binary1010111110011100001
Octal1276341

Shades and tints

Shades of #573321

#573321
(87,51,33)
#502F1E
(80,47,30)
#492B1B
(73,43,27)
#422718
(66,39,24)
#3B2315
(59,35,21)
#341F12
(52,31,18)
#2D1B0F
(45,27,15)
#26170C
(38,23,12)
#1F1309
(31,19,9)
#180F06
(24,15,6)
#110B03
(17,11,3)
#000000
(0,0,0)

Tints of #573321

#573321
(87,51,33)
#664535
(102,69,53)
#755749
(117,87,73)
#84695D
(132,105,93)
#937B71
(147,123,113)
#A28D85
(162,141,133)
#B19F99
(177,159,153)
#C0B1AD
(192,177,173)
#CFC3C1
(207,195,193)
#DED5D5
(222,213,213)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573321 color. Also use rgb(87,51,33) instead hex code.

Text Font Color

.myTextColor { color: #573321; }

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

This text font color is #573321.


Background Color

.myBgColor { background-color: #573321; }

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

This div background color is #573321.


Border color

.myBorderColor { border: 1px solid #573321; }

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

This div border color is #573321.


Opacity

.myOpacity80 { color: #573321; opacity: 0.8; }

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

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

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

This text has shadow with #573321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573321 on black background.


Color preview on white background

This text has color #573321 on white background.



Black color preview on #573321 background

This text has black color on #573321 background.


White color preview on #573321 background

This text has white color on #573321 background.