COLOR #573B12

HEX: #573B12
RGB: (87,59,18)

Color info

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

RGB color model

#573B12 color RGB value is (87,59,18).

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

RGB channels and saturation

R 87 of 255 = 34%
G 59 of 255 = 23%
B 18 of 255 = 7%

87
59
18

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

Portions of RGB colors in percentages

R + G + B =
87 + 59 + 18 = 164 (100%)
R 87 of 164 ~ 53.05%
G 59 of 164 ~ 35.98%
B 18 of 164 ~ 10.98%

%53.05
%35.98
%10.98

CMYK color model

#573B12 color CMYK value is (0,32,79,66).

  • cyan value is 0.00%
  • magenta value is 32.18%
  • yellow value is 79.31%
  • key color value is 65.88%
CMYK:
(0,32,79,66)
C0M32Y79K66 
(0%,32%,79%,66%)
(0.00/0.32/0.79/0.66)	

CMYK percentages

%0
%32.18
%79.31
%65.88

Codes

Color #573B12 in popluar color models

573B12
RGB875918
HSL36°65.71%20.59%
HSB/HSV36°79.31%34.12%
CMYK0.00%32.18%79.31%
65.88%

Color #573B12 in popluar number systems.

HEX573B12
Decimal875918
Binary101011111101110010
Octal1277322

Shades and tints

Shades of #573B12

#573B12
(87,59,18)
#503611
(80,54,17)
#493110
(73,49,16)
#422C0F
(66,44,15)
#3B270E
(59,39,14)
#34220D
(52,34,13)
#2D1D0C
(45,29,12)
#26180B
(38,24,11)
#1F130A
(31,19,10)
#180E09
(24,14,9)
#110908
(17,9,8)
#000000
(0,0,0)

Tints of #573B12

#573B12
(87,59,18)
#664C27
(102,76,39)
#755D3C
(117,93,60)
#846E51
(132,110,81)
#937F66
(147,127,102)
#A2907B
(162,144,123)
#B1A190
(177,161,144)
#C0B2A5
(192,178,165)
#CFC3BA
(207,195,186)
#DED4CF
(222,212,207)
#EDE5E4
(237,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573B12; }

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

This text font color is #573B12.


Background Color

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

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

This div background color is #573B12.


Border color

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

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

This div border color is #573B12.


Opacity

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

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

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

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

This text has shadow with #573B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573B12 on black background.


Color preview on white background

This text has color #573B12 on white background.



Black color preview on #573B12 background

This text has black color on #573B12 background.


White color preview on #573B12 background

This text has white color on #573B12 background.