COLOR #573F5D

HEX: #573F5D RGB: (87,63,93)

Color info

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

RGB color model

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

RGB: (87,63,93) (34%, 25%, 36%)

RGB channels and saturation

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

87
63
93

R + G + B ~ 32%. #573F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 63 + 93 = 243 (100%)
R 87 of 243 ~ 35.8%
G 63 of 243 ~ 25.93%
B 93 of 243 ~ 38.27'%

%35.8
%25.93
%38.27

CMYK color model

#573F5D color CMYK value is (6,32,0,64).

  • cyan value is 6.45%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (6,32,0,64)
C6M32Y0K64 (6%, 32%, 0%, 64%)
(0.06 / 0.32 / 0.00 / 0.64)

CMYK percentages

%6.45
%32.26
%0
%63.53

Codes

Color #573F5D in popluar color models

57 3F 5D
RGB 87 63 93
HSL 288° 19.23% 30.59%
HSB/HSV 288° 32.26% 36.47%
CMYK 6.45% 32.26% 0.00%
63.53%

Color #573F5D in popluar number systems.

HEX 57 3F 5D
Decimal 87 63 93
Binary 1010111 111111 1011101
Octal 127 77 135

Shades and tints

Shades of #573F5D

#573F5D
(87,63,93)
#503A55
(80,58,85)
#49354D
(73,53,77)
#423045
(66,48,69)
#3B2B3D
(59,43,61)
#342635
(52,38,53)
#2D212D
(45,33,45)
#261C25
(38,28,37)
#1F171D
(31,23,29)
#181215
(24,18,21)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #573F5D

#573F5D
(87,63,93)
#66506B
(102,80,107)
#756179
(117,97,121)
#847287
(132,114,135)
#938395
(147,131,149)
#A294A3
(162,148,163)
#B1A5B1
(177,165,177)
#C0B6BF
(192,182,191)
#CFC7CD
(207,199,205)
#DED8DB
(222,216,219)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573F5D; }

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

This text font color is #573F5D.

Background Color

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

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

This div background color is #573F5D.

Border color

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

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

This div border color is #573F5D.

Opacity

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

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

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

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

This text has shadow with #573F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #573F5D.

Preview

Color preview on black background

This text has color #573F5D on black background.


Color preview on white background

This text has color #573F5D on white background.


Black color preview on #573F5D background

This text has black color on #573F5D background.


White color preview on #573F5D background

This text has white color on #573F5D background.


Related colors

Complementary color

Complementary color for #hex is #A8C0A2.


I love getcolorcode.com

Triadic colors

1 #5D573F and #3F5D57 with #573F5D are triadic colors.

2 #5D3F57 and #3F575D with #573F5D are triadic colors.