COLOR #573F60

HEX: #573F60 RGB: (87,63,96)

Color info

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

RGB color model

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

RGB: (87,63,96) (34%, 25%, 38%)

RGB channels and saturation

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

87
63
96

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

Portions of RGB colors in percentages

R + G + B = 87 + 63 + 96 = 246 (100%)
R 87 of 246 ~ 35.37%
G 63 of 246 ~ 25.61%
B 96 of 246 ~ 39.02'%

%35.37
%25.61
%39.02

CMYK color model

#573F60 color CMYK value is (9,34,0,62).

  • cyan value is 9.38%
  • magenta value is 34.38%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (9,34,0,62)
C9M34Y0K62 (9%, 34%, 0%, 62%)
(0.09 / 0.34 / 0.00 / 0.62)

CMYK percentages

%9.38
%34.38
%0
%62.35

Codes

Color #573F60 in popluar color models

57 3F 60
RGB 87 63 96
HSL 284° 20.75% 31.18%
HSB/HSV 284° 34.38% 37.65%
CMYK 9.38% 34.38% 0.00%
62.35%

Color #573F60 in popluar number systems.

HEX 57 3F 60
Decimal 87 63 96
Binary 1010111 111111 1100000
Octal 127 77 140

Shades and tints

Shades of #573F60

#573F60
(87,63,96)
#503A58
(80,58,88)
#493550
(73,53,80)
#423048
(66,48,72)
#3B2B40
(59,43,64)
#342638
(52,38,56)
#2D2130
(45,33,48)
#261C28
(38,28,40)
#1F1720
(31,23,32)
#181218
(24,18,24)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #573F60

#573F60
(87,63,96)
#66506E
(102,80,110)
#75617C
(117,97,124)
#84728A
(132,114,138)
#938398
(147,131,152)
#A294A6
(162,148,166)
#B1A5B4
(177,165,180)
#C0B6C2
(192,182,194)
#CFC7D0
(207,199,208)
#DED8DE
(222,216,222)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573F60; }

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

This text font color is #573F60.

Background Color

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

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

This div background color is #573F60.

Border color

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

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

This div border color is #573F60.

Opacity

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

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

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

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

This text has shadow with #573F60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #573F60.

Preview

Color preview on black background

This text has color #573F60 on black background.


Color preview on white background

This text has color #573F60 on white background.


Black color preview on #573F60 background

This text has black color on #573F60 background.


White color preview on #573F60 background

This text has white color on #573F60 background.


Related colors

Complementary color

Complementary color for #hex is #A8C09F.


I love getcolorcode.com

Triadic colors

1 #60573F and #3F6057 with #573F60 are triadic colors.

2 #603F57 and #3F5760 with #573F60 are triadic colors.