COLOR #573A06

HEX: #573A06
RGB: (87,58,6)

Color info

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

RGB color model

#573A06 color RGB value is (87,58,6).

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

RGB channels and saturation

R 87 of 255 = 34%
G 58 of 255 = 23%
B 6 of 255 = 2%

87
58
6

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

Portions of RGB colors in percentages

R + G + B =
87 + 58 + 6 = 151 (100%)
R 87 of 151 ~ 57.62%
G 58 of 151 ~ 38.41%
B 6 of 151 ~ 3.97%

%57.62
%38.41

CMYK color model

#573A06 color CMYK value is (0,33,93,66).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 93.10%
  • key color value is 65.88%
CMYK:
(0,33,93,66)
C0M33Y93K66 
(0%,33%,93%,66%)
(0.00/0.33/0.93/0.66)	

CMYK percentages

%0
%33.33
%93.1
%65.88

Codes

Color #573A06 in popluar color models

573A06
RGB87586
HSL39°87.10%18.24%
HSB/HSV39°93.10%34.12%
CMYK0.00%33.33%93.10%
65.88%

Color #573A06 in popluar number systems.

HEX573A06
Decimal87586
Binary1010111111010110
Octal127726

Shades and tints

Shades of #573A06

#573A06
(87,58,6)
#503506
(80,53,6)
#493006
(73,48,6)
#422B06
(66,43,6)
#3B2606
(59,38,6)
#342106
(52,33,6)
#2D1C06
(45,28,6)
#261706
(38,23,6)
#1F1206
(31,18,6)
#180D06
(24,13,6)
#110806
(17,8,6)
#000000
(0,0,0)

Tints of #573A06

#573A06
(87,58,6)
#664B1C
(102,75,28)
#755C32
(117,92,50)
#846D48
(132,109,72)
#937E5E
(147,126,94)
#A28F74
(162,143,116)
#B1A08A
(177,160,138)
#C0B1A0
(192,177,160)
#CFC2B6
(207,194,182)
#DED3CC
(222,211,204)
#EDE4E2
(237,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573A06; }

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

This text font color is #573A06.


Background Color

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

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

This div background color is #573A06.


Border color

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

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

This div border color is #573A06.


Opacity

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

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

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

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

This text has shadow with #573A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573A06 on black background.


Color preview on white background

This text has color #573A06 on white background.



Black color preview on #573A06 background

This text has black color on #573A06 background.


White color preview on #573A06 background

This text has white color on #573A06 background.