COLOR #573A4F

HEX: #573A4F
RGB: (87,58,79)

Color info

#573A4F contains red, green and blue colors in about the same proportion. Web safe color of #573A4F is #663366 (or #636).

RGB color model

#573A4F color RGB value is (87,58,79).

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

RGB channels and saturation

R 87 of 255 = 34%
G 58 of 255 = 23%
B 79 of 255 = 31%

87
58
79

R + G + B ~ 29%. #573A4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 58 + 79 = 224 (100%)
R 87 of 224 ~ 38.84%
G 58 of 224 ~ 25.89%
B 79 of 224 ~ 35.27%

%38.84
%25.89
%35.27

CMYK color model

#573A4F color CMYK value is (0,33,9,66).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 9.20%
  • key color value is 65.88%
CMYK:
(0,33,9,66)
C0M33Y9K66 
(0%,33%,9%,66%)
(0.00/0.33/0.09/0.66)	

CMYK percentages

%0
%33.33
%9.2
%65.88

Codes

Color #573A4F in popluar color models

573A4F
RGB875879
HSL317°20.00%28.43%
HSB/HSV317°33.33%34.12%
CMYK0.00%33.33%9.20%
65.88%

Color #573A4F in popluar number systems.

HEX573A4F
Decimal875879
Binary10101111110101001111
Octal12772117

Shades and tints

Shades of #573A4F

#573A4F
(87,58,79)
#503548
(80,53,72)
#493041
(73,48,65)
#422B3A
(66,43,58)
#3B2633
(59,38,51)
#34212C
(52,33,44)
#2D1C25
(45,28,37)
#26171E
(38,23,30)
#1F1217
(31,18,23)
#180D10
(24,13,16)
#110809
(17,8,9)
#000000
(0,0,0)

Tints of #573A4F

#573A4F
(87,58,79)
#664B5F
(102,75,95)
#755C6F
(117,92,111)
#846D7F
(132,109,127)
#937E8F
(147,126,143)
#A28F9F
(162,143,159)
#B1A0AF
(177,160,175)
#C0B1BF
(192,177,191)
#CFC2CF
(207,194,207)
#DED3DF
(222,211,223)
#EDE4EF
(237,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573A4F; }

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

This text font color is #573A4F.


Background Color

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

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

This div background color is #573A4F.


Border color

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

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

This div border color is #573A4F.


Opacity

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

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

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

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

This text has shadow with #573A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573A4F on black background.


Color preview on white background

This text has color #573A4F on white background.



Black color preview on #573A4F background

This text has black color on #573A4F background.


White color preview on #573A4F background

This text has white color on #573A4F background.