COLOR #573B3A

HEX: #573B3A
RGB: (87,59,58)

Color info

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

RGB color model

#573B3A color RGB value is (87,59,58).

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

RGB channels and saturation

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

87
59
58

R + G + B ~ 27%. #573B3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 59 + 58 = 204 (100%)
R 87 of 204 ~ 42.65%
G 59 of 204 ~ 28.92%
B 58 of 204 ~ 28.43%

%42.65
%28.92
%28.43

CMYK color model

#573B3A color CMYK value is (0,32,33,66).

  • cyan value is 0.00%
  • magenta value is 32.18%
  • yellow value is 33.33%
  • key color value is 65.88%
CMYK:
(0,32,33,66)
C0M32Y33K66 
(0%,32%,33%,66%)
(0.00/0.32/0.33/0.66)	

CMYK percentages

%0
%32.18
%33.33
%65.88

Codes

Color #573B3A in popluar color models

573B3A
RGB875958
HSL20.00%28.43%
HSB/HSV33.33%34.12%
CMYK0.00%32.18%33.33%
65.88%

Color #573B3A in popluar number systems.

HEX573B3A
Decimal875958
Binary1010111111011111010
Octal1277372

Shades and tints

Shades of #573B3A

#573B3A
(87,59,58)
#503635
(80,54,53)
#493130
(73,49,48)
#422C2B
(66,44,43)
#3B2726
(59,39,38)
#342221
(52,34,33)
#2D1D1C
(45,29,28)
#261817
(38,24,23)
#1F1312
(31,19,18)
#180E0D
(24,14,13)
#110908
(17,9,8)
#000000
(0,0,0)

Tints of #573B3A

#573B3A
(87,59,58)
#664C4B
(102,76,75)
#755D5C
(117,93,92)
#846E6D
(132,110,109)
#937F7E
(147,127,126)
#A2908F
(162,144,143)
#B1A1A0
(177,161,160)
#C0B2B1
(192,178,177)
#CFC3C2
(207,195,194)
#DED4D3
(222,212,211)
#EDE5E4
(237,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573B3A; }

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

This text font color is #573B3A.


Background Color

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

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

This div background color is #573B3A.


Border color

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

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

This div border color is #573B3A.


Opacity

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

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

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

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

This text has shadow with #573B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573B3A on black background.


Color preview on white background

This text has color #573B3A on white background.



Black color preview on #573B3A background

This text has black color on #573B3A background.


White color preview on #573B3A background

This text has white color on #573B3A background.