COLOR #573B00

HEX: #573B00 RGB: (87,59,0)

Color info

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

RGB color model

#573B00 color RGB value is (87,59,0).

RGB: (87,59,0) (34%, 23%, 0%)

RGB channels and saturation

R 87 of 255 = 34%
G 59 of 255 = 23%
B 0 of 255 = 0%

87
59
0

R + G + B ~ 19%. #573B00 is dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 59 + 0 = 146 (100%)
R 87 of 146 ~ 59.59%
G 59 of 146 ~ 40.41%
B 0 of 146 ~ 0'%

%59.59
%40.41

CMYK color model

#573B00 color CMYK value is (0,32,100,66).

  • cyan value is 0.00%
  • magenta value is 32.18%
  • yellow value is 100.00%
  • key color value is 65.88%

CMYK: (0,32,100,66)
C0M32Y100K66 (0%, 32%, 100%, 66%)
(0.00 / 0.32 / 1.00 / 0.66)

CMYK percentages

%0
%32.18
%100
%65.88

Codes

Color #573B00 in popluar color models

57 3B 00
RGB 87 59 0
HSL 41° 100.00% 17.06%
HSB/HSV 41° 100.00% 34.12%
CMYK 0.00% 32.18% 100.00%
65.88%

Color #573B00 in popluar number systems.

HEX 57 3B 00
Decimal 87 59 0
Binary 1010111 111011 0
Octal 127 73 0

Shades and tints

Shades of #573B00

#573B00
(87,59,0)
#503600
(80,54,0)
#493100
(73,49,0)
#422C00
(66,44,0)
#3B2700
(59,39,0)
#342200
(52,34,0)
#2D1D00
(45,29,0)
#261800
(38,24,0)
#1F1300
(31,19,0)
#180E00
(24,14,0)
#110900
(17,9,0)
#000000
(0,0,0)

Tints of #573B00

#573B00
(87,59,0)
#664C17
(102,76,23)
#755D2E
(117,93,46)
#846E45
(132,110,69)
#937F5C
(147,127,92)
#A29073
(162,144,115)
#B1A18A
(177,161,138)
#C0B2A1
(192,178,161)
#CFC3B8
(207,195,184)
#DED4CF
(222,212,207)
#EDE5E6
(237,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573B00 color. Also use rgb(87,59,0) instead hex code.

Text Font Color

.myTextColor { color: #573B00; }

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

This text font color is #573B00.

Background Color

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

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

This div background color is #573B00.

Border color

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

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

This div border color is #573B00.

Opacity

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

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

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

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

This text has shadow with #573B00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #573B00.

Preview

Color preview on black background

This text has color #573B00 on black background.


Color preview on white background

This text has color #573B00 on white background.


Black color preview on #573B00 background

This text has black color on #573B00 background.


White color preview on #573B00 background

This text has white color on #573B00 background.


Related colors

Complementary color

Complementary color for #hex is #A8C4FF.


I love getcolorcode.com

Triadic colors

1 #00573B and #3B0057 with #573B00 are triadic colors.

2 #003B57 and #3B5700 with #573B00 are triadic colors.