COLOR #573F58

HEX: #573F58
RGB: (87,63,88)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

87
63
88

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

Portions of RGB colors in percentages

R + G + B =
87 + 63 + 88 = 238 (100%)
R 87 of 238 ~ 36.55%
G 63 of 238 ~ 26.47%
B 88 of 238 ~ 36.97%

%36.55
%26.47
%36.97

CMYK color model

#573F58 color CMYK value is (1,28,0,65).

  • cyan value is 1.14%
  • magenta value is 28.41%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(1,28,0,65)
C1M28Y0K65 
(1%,28%,0%,65%)
(0.01/0.28/0.00/0.65)	

CMYK percentages

%1.14
%28.41
%0
%65.49

Codes

Color #573F58 in popluar color models

573F58
RGB876388
HSL298°16.56%29.61%
HSB/HSV298°28.41%34.51%
CMYK1.14%28.41%0.00%
65.49%

Color #573F58 in popluar number systems.

HEX573F58
Decimal876388
Binary10101111111111011000
Octal12777130

Shades and tints

Shades of #573F58

#573F58
(87,63,88)
#503A50
(80,58,80)
#493548
(73,53,72)
#423040
(66,48,64)
#3B2B38
(59,43,56)
#342630
(52,38,48)
#2D2128
(45,33,40)
#261C20
(38,28,32)
#1F1718
(31,23,24)
#181210
(24,18,16)
#110D08
(17,13,8)
#000000
(0,0,0)

Tints of #573F58

#573F58
(87,63,88)
#665067
(102,80,103)
#756176
(117,97,118)
#847285
(132,114,133)
#938394
(147,131,148)
#A294A3
(162,148,163)
#B1A5B2
(177,165,178)
#C0B6C1
(192,182,193)
#CFC7D0
(207,199,208)
#DED8DF
(222,216,223)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573F58; }

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

This text font color is #573F58.


Background Color

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

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

This div background color is #573F58.


Border color

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

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

This div border color is #573F58.


Opacity

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

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

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

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

This text has shadow with #573F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573F58 on black background.


Color preview on white background

This text has color #573F58 on white background.



Black color preview on #573F58 background

This text has black color on #573F58 background.


White color preview on #573F58 background

This text has white color on #573F58 background.