COLOR #573217

HEX: #573217
RGB: (87,50,23)

Color info

#573217 contains mainly red and green colors. Web safe color of #573217 is #663300 (or #630).

RGB color model

#573217 color RGB value is (87,50,23).

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

RGB channels and saturation

R 87 of 255 = 34%
G 50 of 255 = 20%
B 23 of 255 = 9%

87
50
23

R + G + B ~ 21%. #573217 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 50 + 23 = 160 (100%)
R 87 of 160 ~ 54.38%
G 50 of 160 ~ 31.25%
B 23 of 160 ~ 14.38%

%54.38
%31.25
%14.38

CMYK color model

#573217 color CMYK value is (0,43,74,66).

  • cyan value is 0.00%
  • magenta value is 42.53%
  • yellow value is 73.56%
  • key color value is 65.88%
CMYK:
(0,43,74,66)
C0M43Y74K66 
(0%,43%,74%,66%)
(0.00/0.43/0.74/0.66)	

CMYK percentages

%0
%42.53
%73.56
%65.88

Codes

Color #573217 in popluar color models

573217
RGB875023
HSL25°58.18%21.57%
HSB/HSV25°73.56%34.12%
CMYK0.00%42.53%73.56%
65.88%

Color #573217 in popluar number systems.

HEX573217
Decimal875023
Binary101011111001010111
Octal1276227

Shades and tints

Shades of #573217

#573217
(87,50,23)
#502E15
(80,46,21)
#492A13
(73,42,19)
#422611
(66,38,17)
#3B220F
(59,34,15)
#341E0D
(52,30,13)
#2D1A0B
(45,26,11)
#261609
(38,22,9)
#1F1207
(31,18,7)
#180E05
(24,14,5)
#110A03
(17,10,3)
#000000
(0,0,0)

Tints of #573217

#573217
(87,50,23)
#66442C
(102,68,44)
#755641
(117,86,65)
#846856
(132,104,86)
#937A6B
(147,122,107)
#A28C80
(162,140,128)
#B19E95
(177,158,149)
#C0B0AA
(192,176,170)
#CFC2BF
(207,194,191)
#DED4D4
(222,212,212)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573217; }

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

This text font color is #573217.


Background Color

.myBgColor { background-color: #573217; }

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

This div background color is #573217.


Border color

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

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

This div border color is #573217.


Opacity

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

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

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

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

This text has shadow with #573217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573217 on black background.


Color preview on white background

This text has color #573217 on white background.



Black color preview on #573217 background

This text has black color on #573217 background.


White color preview on #573217 background

This text has white color on #573217 background.