COLOR #573F57

HEX: #573F57
RGB: (87,63,87)

Color info

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

RGB color model

#573F57 color RGB value is (87,63,87).

  • red value is 87;
  • green value is 63;
  • blue value is 87.
RGB:
(87,63,87)
(34%,25%,34%)

RGB channels and saturation

R 87 of 255 = 34%
G 63 of 255 = 25%
B 87 of 255 = 34%

87
63
87

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

Portions of RGB colors in percentages

R + G + B =
87 + 63 + 87 = 237 (100%)
R 87 of 237 ~ 36.71%
G 63 of 237 ~ 26.58%
B 87 of 237 ~ 36.71%

%36.71
%26.58
%36.71

CMYK color model

#573F57 color CMYK value is (0,28,0,66).

  • cyan value is 0.00%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(0,28,0,66)
C0M28Y0K66 
(0%,28%,0%,66%)
(0.00/0.28/0.00/0.66)	

CMYK percentages

%0
%27.59
%0
%65.88

Codes

Color #573F57 in popluar color models

573F57
RGB876387
HSL300°16.00%29.41%
HSB/HSV300°27.59%34.12%
CMYK0.00%27.59%0.00%
65.88%

Color #573F57 in popluar number systems.

HEX573F57
Decimal876387
Binary10101111111111010111
Octal12777127

Shades and tints

Shades of #573F57

#573F57
(87,63,87)
#503A50
(80,58,80)
#493549
(73,53,73)
#423042
(66,48,66)
#3B2B3B
(59,43,59)
#342634
(52,38,52)
#2D212D
(45,33,45)
#261C26
(38,28,38)
#1F171F
(31,23,31)
#181218
(24,18,24)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #573F57

#573F57
(87,63,87)
#665066
(102,80,102)
#756175
(117,97,117)
#847284
(132,114,132)
#938393
(147,131,147)
#A294A2
(162,148,162)
#B1A5B1
(177,165,177)
#C0B6C0
(192,182,192)
#CFC7CF
(207,199,207)
#DED8DE
(222,216,222)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573F57; }

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

This text font color is #573F57.


Background Color

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

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

This div background color is #573F57.


Border color

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

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

This div border color is #573F57.


Opacity

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

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

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

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

This text has shadow with #573F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573F57 on black background.


Color preview on white background

This text has color #573F57 on white background.



Black color preview on #573F57 background

This text has black color on #573F57 background.


White color preview on #573F57 background

This text has white color on #573F57 background.