COLOR #573C4F

HEX: #573C4F
RGB: (87,60,79)

Color info

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

RGB color model

#573C4F color RGB value is (87,60,79).

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

RGB channels and saturation

R 87 of 255 = 34%
G 60 of 255 = 24%
B 79 of 255 = 31%

87
60
79

R + G + B ~ 30%. #573C4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 60 + 79 = 226 (100%)
R 87 of 226 ~ 38.5%
G 60 of 226 ~ 26.55%
B 79 of 226 ~ 34.96%

%38.5
%26.55
%34.96

CMYK color model

#573C4F color CMYK value is (0,31,9,66).

  • cyan value is 0.00%
  • magenta value is 31.03%
  • yellow value is 9.20%
  • key color value is 65.88%
CMYK:
(0,31,9,66)
C0M31Y9K66 
(0%,31%,9%,66%)
(0.00/0.31/0.09/0.66)	

CMYK percentages

%0
%31.03
%9.2
%65.88

Codes

Color #573C4F in popluar color models

573C4F
RGB876079
HSL318°18.37%28.82%
HSB/HSV318°31.03%34.12%
CMYK0.00%31.03%9.20%
65.88%

Color #573C4F in popluar number systems.

HEX573C4F
Decimal876079
Binary10101111111001001111
Octal12774117

Shades and tints

Shades of #573C4F

#573C4F
(87,60,79)
#503748
(80,55,72)
#493241
(73,50,65)
#422D3A
(66,45,58)
#3B2833
(59,40,51)
#34232C
(52,35,44)
#2D1E25
(45,30,37)
#26191E
(38,25,30)
#1F1417
(31,20,23)
#180F10
(24,15,16)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #573C4F

#573C4F
(87,60,79)
#664D5F
(102,77,95)
#755E6F
(117,94,111)
#846F7F
(132,111,127)
#93808F
(147,128,143)
#A2919F
(162,145,159)
#B1A2AF
(177,162,175)
#C0B3BF
(192,179,191)
#CFC4CF
(207,196,207)
#DED5DF
(222,213,223)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573C4F; }

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

This text font color is #573C4F.


Background Color

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

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

This div background color is #573C4F.


Border color

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

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

This div border color is #573C4F.


Opacity

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

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

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

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

This text has shadow with #573C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573C4F on black background.


Color preview on white background

This text has color #573C4F on white background.



Black color preview on #573C4F background

This text has black color on #573C4F background.


White color preview on #573C4F background

This text has white color on #573C4F background.