COLOR #573147

HEX: #573147
RGB: (87,49,71)

Color info

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

RGB color model

#573147 color RGB value is (87,49,71).

  • red value is 87;
  • green value is 49;
  • blue value is 71.
RGB:
(87,49,71)
(34%,19%,28%)

RGB channels and saturation

R 87 of 255 = 34%
G 49 of 255 = 19%
B 71 of 255 = 28%

87
49
71

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

Portions of RGB colors in percentages

R + G + B =
87 + 49 + 71 = 207 (100%)
R 87 of 207 ~ 42.03%
G 49 of 207 ~ 23.67%
B 71 of 207 ~ 34.3%

%42.03
%23.67
%34.3

CMYK color model

#573147 color CMYK value is (0,44,18,66).

  • cyan value is 0.00%
  • magenta value is 43.68%
  • yellow value is 18.39%
  • key color value is 65.88%
CMYK:
(0,44,18,66)
C0M44Y18K66 
(0%,44%,18%,66%)
(0.00/0.44/0.18/0.66)	

CMYK percentages

%0
%43.68
%18.39
%65.88

Codes

Color #573147 in popluar color models

573147
RGB874971
HSL325°27.94%26.67%
HSB/HSV325°43.68%34.12%
CMYK0.00%43.68%18.39%
65.88%

Color #573147 in popluar number systems.

HEX573147
Decimal874971
Binary10101111100011000111
Octal12761107

Shades and tints

Shades of #573147

#573147
(87,49,71)
#502D41
(80,45,65)
#49293B
(73,41,59)
#422535
(66,37,53)
#3B212F
(59,33,47)
#341D29
(52,29,41)
#2D1923
(45,25,35)
#26151D
(38,21,29)
#1F1117
(31,17,23)
#180D11
(24,13,17)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #573147

#573147
(87,49,71)
#664357
(102,67,87)
#755567
(117,85,103)
#846777
(132,103,119)
#937987
(147,121,135)
#A28B97
(162,139,151)
#B19DA7
(177,157,167)
#C0AFB7
(192,175,183)
#CFC1C7
(207,193,199)
#DED3D7
(222,211,215)
#EDE5E7
(237,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573147 color. Also use rgb(87,49,71) instead hex code.

Text Font Color

.myTextColor { color: #573147; }

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

This text font color is #573147.


Background Color

.myBgColor { background-color: #573147; }

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

This div background color is #573147.


Border color

.myBorderColor { border: 1px solid #573147; }

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

This div border color is #573147.


Opacity

.myOpacity80 { color: #573147; opacity: 0.8; }

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

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

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

This text has shadow with #573147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573147 on black background.


Color preview on white background

This text has color #573147 on white background.



Black color preview on #573147 background

This text has black color on #573147 background.


White color preview on #573147 background

This text has white color on #573147 background.