COLOR #573E04

HEX: #573E04
RGB: (87,62,4)

Color info

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

RGB color model

#573E04 color RGB value is (87,62,4).

  • red value is 87;
  • green value is 62;
  • blue value is 4.
RGB:
(87,62,4)
(34%,24%,2%)

RGB channels and saturation

R 87 of 255 = 34%
G 62 of 255 = 24%
B 4 of 255 = 2%

87
62
4

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

Portions of RGB colors in percentages

R + G + B =
87 + 62 + 4 = 153 (100%)
R 87 of 153 ~ 56.86%
G 62 of 153 ~ 40.52%
B 4 of 153 ~ 2.61%

%56.86
%40.52

CMYK color model

#573E04 color CMYK value is (0,29,95,66).

  • cyan value is 0.00%
  • magenta value is 28.74%
  • yellow value is 95.40%
  • key color value is 65.88%
CMYK:
(0,29,95,66)
C0M29Y95K66 
(0%,29%,95%,66%)
(0.00/0.29/0.95/0.66)	

CMYK percentages

%0
%28.74
%95.4
%65.88

Codes

Color #573E04 in popluar color models

573E04
RGB87624
HSL42°91.21%17.84%
HSB/HSV42°95.40%34.12%
CMYK0.00%28.74%95.40%
65.88%

Color #573E04 in popluar number systems.

HEX573E04
Decimal87624
Binary1010111111110100
Octal127764

Shades and tints

Shades of #573E04

#573E04
(87,62,4)
#503904
(80,57,4)
#493404
(73,52,4)
#422F04
(66,47,4)
#3B2A04
(59,42,4)
#342504
(52,37,4)
#2D2004
(45,32,4)
#261B04
(38,27,4)
#1F1604
(31,22,4)
#181104
(24,17,4)
#110C04
(17,12,4)
#000000
(0,0,0)

Tints of #573E04

#573E04
(87,62,4)
#664F1A
(102,79,26)
#756030
(117,96,48)
#847146
(132,113,70)
#93825C
(147,130,92)
#A29372
(162,147,114)
#B1A488
(177,164,136)
#C0B59E
(192,181,158)
#CFC6B4
(207,198,180)
#DED7CA
(222,215,202)
#EDE8E0
(237,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573E04 color. Also use rgb(87,62,4) instead hex code.

Text Font Color

.myTextColor { color: #573E04; }

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

This text font color is #573E04.


Background Color

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

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

This div background color is #573E04.


Border color

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

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

This div border color is #573E04.


Opacity

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

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

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

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

This text has shadow with #573E04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573E04 on black background.


Color preview on white background

This text has color #573E04 on white background.



Black color preview on #573E04 background

This text has black color on #573E04 background.


White color preview on #573E04 background

This text has white color on #573E04 background.