COLOR #573A28

HEX: #573A28
RGB: (87,58,40)

Color info

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

RGB color model

#573A28 color RGB value is (87,58,40).

  • red value is 87;
  • green value is 58;
  • blue value is 40.
RGB:
(87,58,40)
(34%,23%,16%)

RGB channels and saturation

R 87 of 255 = 34%
G 58 of 255 = 23%
B 40 of 255 = 16%

87
58
40

R + G + B ~ 24%. #573A28 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 58 + 40 = 185 (100%)
R 87 of 185 ~ 47.03%
G 58 of 185 ~ 31.35%
B 40 of 185 ~ 21.62%

%47.03
%31.35
%21.62

CMYK color model

#573A28 color CMYK value is (0,33,54,66).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 54.02%
  • key color value is 65.88%
CMYK:
(0,33,54,66)
C0M33Y54K66 
(0%,33%,54%,66%)
(0.00/0.33/0.54/0.66)	

CMYK percentages

%0
%33.33
%54.02
%65.88

Codes

Color #573A28 in popluar color models

573A28
RGB875840
HSL23°37.01%24.90%
HSB/HSV23°54.02%34.12%
CMYK0.00%33.33%54.02%
65.88%

Color #573A28 in popluar number systems.

HEX573A28
Decimal875840
Binary1010111111010101000
Octal1277250

Shades and tints

Shades of #573A28

#573A28
(87,58,40)
#503525
(80,53,37)
#493022
(73,48,34)
#422B1F
(66,43,31)
#3B261C
(59,38,28)
#342119
(52,33,25)
#2D1C16
(45,28,22)
#261713
(38,23,19)
#1F1210
(31,18,16)
#180D0D
(24,13,13)
#11080A
(17,8,10)
#000000
(0,0,0)

Tints of #573A28

#573A28
(87,58,40)
#664B3B
(102,75,59)
#755C4E
(117,92,78)
#846D61
(132,109,97)
#937E74
(147,126,116)
#A28F87
(162,143,135)
#B1A09A
(177,160,154)
#C0B1AD
(192,177,173)
#CFC2C0
(207,194,192)
#DED3D3
(222,211,211)
#EDE4E6
(237,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573A28 color. Also use rgb(87,58,40) instead hex code.

Text Font Color

.myTextColor { color: #573A28; }

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

This text font color is #573A28.


Background Color

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

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

This div background color is #573A28.


Border color

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

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

This div border color is #573A28.


Opacity

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

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

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

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

This text has shadow with #573A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573A28 on black background.


Color preview on white background

This text has color #573A28 on white background.



Black color preview on #573A28 background

This text has black color on #573A28 background.


White color preview on #573A28 background

This text has white color on #573A28 background.