COLOR #573224

HEX: #573224
RGB: (87,50,36)

Color info

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

RGB color model

#573224 color RGB value is (87,50,36).

  • red value is 87;
  • green value is 50;
  • blue value is 36.
RGB:
(87,50,36)
(34%,20%,14%)

RGB channels and saturation

R 87 of 255 = 34%
G 50 of 255 = 20%
B 36 of 255 = 14%

87
50
36

R + G + B ~ 23%. #573224 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 50 + 36 = 173 (100%)
R 87 of 173 ~ 50.29%
G 50 of 173 ~ 28.9%
B 36 of 173 ~ 20.81%

%50.29
%28.9
%20.81

CMYK color model

#573224 color CMYK value is (0,43,59,66).

  • cyan value is 0.00%
  • magenta value is 42.53%
  • yellow value is 58.62%
  • key color value is 65.88%
CMYK:
(0,43,59,66)
C0M43Y59K66 
(0%,43%,59%,66%)
(0.00/0.43/0.59/0.66)	

CMYK percentages

%0
%42.53
%58.62
%65.88

Codes

Color #573224 in popluar color models

573224
RGB875036
HSL16°41.46%24.12%
HSB/HSV16°58.62%34.12%
CMYK0.00%42.53%58.62%
65.88%

Color #573224 in popluar number systems.

HEX573224
Decimal875036
Binary1010111110010100100
Octal1276244

Shades and tints

Shades of #573224

#573224
(87,50,36)
#502E21
(80,46,33)
#492A1E
(73,42,30)
#42261B
(66,38,27)
#3B2218
(59,34,24)
#341E15
(52,30,21)
#2D1A12
(45,26,18)
#26160F
(38,22,15)
#1F120C
(31,18,12)
#180E09
(24,14,9)
#110A06
(17,10,6)
#000000
(0,0,0)

Tints of #573224

#573224
(87,50,36)
#664437
(102,68,55)
#75564A
(117,86,74)
#84685D
(132,104,93)
#937A70
(147,122,112)
#A28C83
(162,140,131)
#B19E96
(177,158,150)
#C0B0A9
(192,176,169)
#CFC2BC
(207,194,188)
#DED4CF
(222,212,207)
#EDE6E2
(237,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573224 color. Also use rgb(87,50,36) instead hex code.

Text Font Color

.myTextColor { color: #573224; }

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

This text font color is #573224.


Background Color

.myBgColor { background-color: #573224; }

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

This div background color is #573224.


Border color

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

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

This div border color is #573224.


Opacity

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

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

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

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

This text has shadow with #573224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573224 on black background.


Color preview on white background

This text has color #573224 on white background.



Black color preview on #573224 background

This text has black color on #573224 background.


White color preview on #573224 background

This text has white color on #573224 background.