COLOR #573B22

HEX: #573B22
RGB: (87,59,34)

Color info

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

RGB color model

#573B22 color RGB value is (87,59,34).

  • red value is 87;
  • green value is 59;
  • blue value is 34.
RGB:
(87,59,34)
(34%,23%,13%)

RGB channels and saturation

R 87 of 255 = 34%
G 59 of 255 = 23%
B 34 of 255 = 13%

87
59
34

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

Portions of RGB colors in percentages

R + G + B =
87 + 59 + 34 = 180 (100%)
R 87 of 180 ~ 48.33%
G 59 of 180 ~ 32.78%
B 34 of 180 ~ 18.89%

%48.33
%32.78
%18.89

CMYK color model

#573B22 color CMYK value is (0,32,61,66).

  • cyan value is 0.00%
  • magenta value is 32.18%
  • yellow value is 60.92%
  • key color value is 65.88%
CMYK:
(0,32,61,66)
C0M32Y61K66 
(0%,32%,61%,66%)
(0.00/0.32/0.61/0.66)	

CMYK percentages

%0
%32.18
%60.92
%65.88

Codes

Color #573B22 in popluar color models

573B22
RGB875934
HSL28°43.80%23.73%
HSB/HSV28°60.92%34.12%
CMYK0.00%32.18%60.92%
65.88%

Color #573B22 in popluar number systems.

HEX573B22
Decimal875934
Binary1010111111011100010
Octal1277342

Shades and tints

Shades of #573B22

#573B22
(87,59,34)
#50361F
(80,54,31)
#49311C
(73,49,28)
#422C19
(66,44,25)
#3B2716
(59,39,22)
#342213
(52,34,19)
#2D1D10
(45,29,16)
#26180D
(38,24,13)
#1F130A
(31,19,10)
#180E07
(24,14,7)
#110904
(17,9,4)
#000000
(0,0,0)

Tints of #573B22

#573B22
(87,59,34)
#664C36
(102,76,54)
#755D4A
(117,93,74)
#846E5E
(132,110,94)
#937F72
(147,127,114)
#A29086
(162,144,134)
#B1A19A
(177,161,154)
#C0B2AE
(192,178,174)
#CFC3C2
(207,195,194)
#DED4D6
(222,212,214)
#EDE5EA
(237,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573B22 color. Also use rgb(87,59,34) instead hex code.

Text Font Color

.myTextColor { color: #573B22; }

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

This text font color is #573B22.


Background Color

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

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

This div background color is #573B22.


Border color

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

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

This div border color is #573B22.


Opacity

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

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

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

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

This text has shadow with #573B22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573B22 on black background.


Color preview on white background

This text has color #573B22 on white background.



Black color preview on #573B22 background

This text has black color on #573B22 background.


White color preview on #573B22 background

This text has white color on #573B22 background.