COLOR #573B1F

HEX: #573B1F RGB: (87,59,31)

Color info

#573B1F contains red, green and blue colors in about the same proportion. Web safe color of #573B1F is #663333 (or #633).

RGB color model

#573B1F color RGB value is (87,59,31).

RGB: (87,59,31) (34%, 23%, 12%)

RGB channels and saturation

R 87 of 255 = 34%
G 59 of 255 = 23%
B 31 of 255 = 12%

87
59
31

R + G + B ~ 23%. #573B1F is dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 59 + 31 = 177 (100%)
R 87 of 177 ~ 49.15%
G 59 of 177 ~ 33.33%
B 31 of 177 ~ 17.51'%

%49.15
%33.33
%17.51

CMYK color model

#573B1F color CMYK value is (0,32,64,66).

  • cyan value is 0.00%
  • magenta value is 32.18%
  • yellow value is 64.37%
  • key color value is 65.88%
CMYK: (0,32,64,66) C0M32Y64K66 (0%,32%,64%,66%) (0.00/0.32/0.64/0.66) 

CMYK percentages

%0
%32.18
%64.37
%65.88

Codes

Color #573B1F in popluar color models

57 3B 1F
RGB 87 59 31
HSL 30° 47.46% 23.14%
HSB/HSV 30° 64.37% 34.12%
CMYK 0.00% 32.18% 64.37%
65.88%

Color #573B1F in popluar number systems.

HEX 57 3B 1F
Decimal 87 59 31
Binary 1010111 111011 11111
Octal 127 73 37

Shades and tints

Shades of #573B1F

#573B1F
(87,59,31)
#50361D
(80,54,29)
#49311B
(73,49,27)
#422C19
(66,44,25)
#3B2717
(59,39,23)
#342215
(52,34,21)
#2D1D13
(45,29,19)
#261811
(38,24,17)
#1F130F
(31,19,15)
#180E0D
(24,14,13)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #573B1F

#573B1F
(87,59,31)
#664C33
(102,76,51)
#755D47
(117,93,71)
#846E5B
(132,110,91)
#937F6F
(147,127,111)
#A29083
(162,144,131)
#B1A197
(177,161,151)
#C0B2AB
(192,178,171)
#CFC3BF
(207,195,191)
#DED4D3
(222,212,211)
#EDE5E7
(237,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573B1F; }

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

This text font color is #573B1F.

Background Color

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

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

This div background color is #573B1F.

Border color

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

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

This div border color is #573B1F.

Opacity

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

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

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

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

This text has shadow with #573B1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #573B1F.

Preview

Color preview on black background

This text has color #573B1F on black background.


Color preview on white background

This text has color #573B1F on white background.


Black color preview on #573B1F background

This text has black color on #573B1F background.


White color preview on #573B1F background

This text has white color on #573B1F background.


Related colors

Complementary color

Complementary color for #hex is #A8C4E0.


I love getcolorcode.com

Triadic colors

1 #1F573B and #3B1F57 with #573B1F are triadic colors.

2 #1F3B57 and #3B571F with #573B1F are triadic colors.