COLOR #573A13

HEX: #573A13
RGB: (87,58,19)

Color info

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

RGB color model

#573A13 color RGB value is (87,58,19).

  • red value is 87;
  • green value is 58;
  • blue value is 19.
RGB:
(87,58,19)
(34%,23%,7%)

RGB channels and saturation

R 87 of 255 = 34%
G 58 of 255 = 23%
B 19 of 255 = 7%

87
58
19

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

Portions of RGB colors in percentages

R + G + B =
87 + 58 + 19 = 164 (100%)
R 87 of 164 ~ 53.05%
G 58 of 164 ~ 35.37%
B 19 of 164 ~ 11.59%

%53.05
%35.37
%11.59

CMYK color model

#573A13 color CMYK value is (0,33,78,66).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 78.16%
  • key color value is 65.88%
CMYK:
(0,33,78,66)
C0M33Y78K66 
(0%,33%,78%,66%)
(0.00/0.33/0.78/0.66)	

CMYK percentages

%0
%33.33
%78.16
%65.88

Codes

Color #573A13 in popluar color models

573A13
RGB875819
HSL34°64.15%20.78%
HSB/HSV34°78.16%34.12%
CMYK0.00%33.33%78.16%
65.88%

Color #573A13 in popluar number systems.

HEX573A13
Decimal875819
Binary101011111101010011
Octal1277223

Shades and tints

Shades of #573A13

#573A13
(87,58,19)
#503512
(80,53,18)
#493011
(73,48,17)
#422B10
(66,43,16)
#3B260F
(59,38,15)
#34210E
(52,33,14)
#2D1C0D
(45,28,13)
#26170C
(38,23,12)
#1F120B
(31,18,11)
#180D0A
(24,13,10)
#110809
(17,8,9)
#000000
(0,0,0)

Tints of #573A13

#573A13
(87,58,19)
#664B28
(102,75,40)
#755C3D
(117,92,61)
#846D52
(132,109,82)
#937E67
(147,126,103)
#A28F7C
(162,143,124)
#B1A091
(177,160,145)
#C0B1A6
(192,177,166)
#CFC2BB
(207,194,187)
#DED3D0
(222,211,208)
#EDE4E5
(237,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573A13 color. Also use rgb(87,58,19) instead hex code.

Text Font Color

.myTextColor { color: #573A13; }

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

This text font color is #573A13.


Background Color

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

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

This div background color is #573A13.


Border color

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

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

This div border color is #573A13.


Opacity

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

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

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

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

This text has shadow with #573A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573A13 on black background.


Color preview on white background

This text has color #573A13 on white background.



Black color preview on #573A13 background

This text has black color on #573A13 background.


White color preview on #573A13 background

This text has white color on #573A13 background.