COLOR #573B59

HEX: #573B59
RGB: (87,59,89)

Color info

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

RGB color model

#573B59 color RGB value is (87,59,89).

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

RGB channels and saturation

R 87 of 255 = 34%
G 59 of 255 = 23%
B 89 of 255 = 35%

87
59
89

R + G + B ~ 31%. #573B59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 59 + 89 = 235 (100%)
R 87 of 235 ~ 37.02%
G 59 of 235 ~ 25.11%
B 89 of 235 ~ 37.87%

%37.02
%25.11
%37.87

CMYK color model

#573B59 color CMYK value is (2,34,0,65).

  • cyan value is 2.25%
  • magenta value is 33.71%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(2,34,0,65)
C2M34Y0K65 
(2%,34%,0%,65%)
(0.02/0.34/0.00/0.65)	

CMYK percentages

%2.25
%33.71
%0
%65.1

Codes

Color #573B59 in popluar color models

573B59
RGB875989
HSL296°20.27%29.02%
HSB/HSV296°33.71%34.90%
CMYK2.25%33.71%0.00%
65.10%

Color #573B59 in popluar number systems.

HEX573B59
Decimal875989
Binary10101111110111011001
Octal12773131

Shades and tints

Shades of #573B59

#573B59
(87,59,89)
#503651
(80,54,81)
#493149
(73,49,73)
#422C41
(66,44,65)
#3B2739
(59,39,57)
#342231
(52,34,49)
#2D1D29
(45,29,41)
#261821
(38,24,33)
#1F1319
(31,19,25)
#180E11
(24,14,17)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #573B59

#573B59
(87,59,89)
#664C68
(102,76,104)
#755D77
(117,93,119)
#846E86
(132,110,134)
#937F95
(147,127,149)
#A290A4
(162,144,164)
#B1A1B3
(177,161,179)
#C0B2C2
(192,178,194)
#CFC3D1
(207,195,209)
#DED4E0
(222,212,224)
#EDE5EF
(237,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573B59; }

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

This text font color is #573B59.


Background Color

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

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

This div background color is #573B59.


Border color

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

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

This div border color is #573B59.


Opacity

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

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

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

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

This text has shadow with #573B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573B59 on black background.


Color preview on white background

This text has color #573B59 on white background.



Black color preview on #573B59 background

This text has black color on #573B59 background.


White color preview on #573B59 background

This text has white color on #573B59 background.