COLOR #573013

HEX: #573013
RGB: (87,48,19)

Color info

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

RGB color model

#573013 color RGB value is (87,48,19).

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

RGB channels and saturation

R 87 of 255 = 34%
G 48 of 255 = 19%
B 19 of 255 = 7%

87
48
19

R + G + B ~ 20%. #573013 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 48 + 19 = 154 (100%)
R 87 of 154 ~ 56.49%
G 48 of 154 ~ 31.17%
B 19 of 154 ~ 12.34%

%56.49
%31.17
%12.34

CMYK color model

#573013 color CMYK value is (0,45,78,66).

  • cyan value is 0.00%
  • magenta value is 44.83%
  • yellow value is 78.16%
  • key color value is 65.88%
CMYK:
(0,45,78,66)
C0M45Y78K66 
(0%,45%,78%,66%)
(0.00/0.45/0.78/0.66)	

CMYK percentages

%0
%44.83
%78.16
%65.88

Codes

Color #573013 in popluar color models

573013
RGB874819
HSL26°64.15%20.78%
HSB/HSV26°78.16%34.12%
CMYK0.00%44.83%78.16%
65.88%

Color #573013 in popluar number systems.

HEX573013
Decimal874819
Binary101011111000010011
Octal1276023

Shades and tints

Shades of #573013

#573013
(87,48,19)
#502C12
(80,44,18)
#492811
(73,40,17)
#422410
(66,36,16)
#3B200F
(59,32,15)
#341C0E
(52,28,14)
#2D180D
(45,24,13)
#26140C
(38,20,12)
#1F100B
(31,16,11)
#180C0A
(24,12,10)
#110809
(17,8,9)
#000000
(0,0,0)

Tints of #573013

#573013
(87,48,19)
#664228
(102,66,40)
#75543D
(117,84,61)
#846652
(132,102,82)
#937867
(147,120,103)
#A28A7C
(162,138,124)
#B19C91
(177,156,145)
#C0AEA6
(192,174,166)
#CFC0BB
(207,192,187)
#DED2D0
(222,210,208)
#EDE4E5
(237,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573013; }

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

This text font color is #573013.


Background Color

.myBgColor { background-color: #573013; }

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

This div background color is #573013.


Border color

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

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

This div border color is #573013.


Opacity

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

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

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

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

This text has shadow with #573013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573013 on black background.


Color preview on white background

This text has color #573013 on white background.



Black color preview on #573013 background

This text has black color on #573013 background.


White color preview on #573013 background

This text has white color on #573013 background.