COLOR #573B1A

HEX: #573B1A
RGB: (87,59,26)

Color info

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

RGB color model

#573B1A color RGB value is (87,59,26).

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

RGB channels and saturation

R 87 of 255 = 34%
G 59 of 255 = 23%
B 26 of 255 = 10%

87
59
26

R + G + B ~ 22%. #573B1A is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 59 + 26 = 172 (100%)
R 87 of 172 ~ 50.58%
G 59 of 172 ~ 34.3%
B 26 of 172 ~ 15.12%

%50.58
%34.3
%15.12

CMYK color model

#573B1A color CMYK value is (0,32,70,66).

  • cyan value is 0.00%
  • magenta value is 32.18%
  • yellow value is 70.11%
  • key color value is 65.88%
CMYK:
(0,32,70,66)
C0M32Y70K66 
(0%,32%,70%,66%)
(0.00/0.32/0.70/0.66)	

CMYK percentages

%0
%32.18
%70.11
%65.88

Codes

Color #573B1A in popluar color models

573B1A
RGB875926
HSL32°53.98%22.16%
HSB/HSV32°70.11%34.12%
CMYK0.00%32.18%70.11%
65.88%

Color #573B1A in popluar number systems.

HEX573B1A
Decimal875926
Binary101011111101111010
Octal1277332

Shades and tints

Shades of #573B1A

#573B1A
(87,59,26)
#503618
(80,54,24)
#493116
(73,49,22)
#422C14
(66,44,20)
#3B2712
(59,39,18)
#342210
(52,34,16)
#2D1D0E
(45,29,14)
#26180C
(38,24,12)
#1F130A
(31,19,10)
#180E08
(24,14,8)
#110906
(17,9,6)
#000000
(0,0,0)

Tints of #573B1A

#573B1A
(87,59,26)
#664C2E
(102,76,46)
#755D42
(117,93,66)
#846E56
(132,110,86)
#937F6A
(147,127,106)
#A2907E
(162,144,126)
#B1A192
(177,161,146)
#C0B2A6
(192,178,166)
#CFC3BA
(207,195,186)
#DED4CE
(222,212,206)
#EDE5E2
(237,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573B1A; }

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

This text font color is #573B1A.


Background Color

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

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

This div background color is #573B1A.


Border color

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

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

This div border color is #573B1A.


Opacity

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

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

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

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

This text has shadow with #573B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573B1A on black background.


Color preview on white background

This text has color #573B1A on white background.



Black color preview on #573B1A background

This text has black color on #573B1A background.


White color preview on #573B1A background

This text has white color on #573B1A background.