COLOR #573F6D

HEX: #573F6D RGB: (87,63,109)

Color info

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

RGB color model

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

RGB: (87,63,109) (34%, 25%, 43%)

RGB channels and saturation

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

87
63
109

R + G + B ~ 34%. #573F6D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 63 + 109 = 259 (100%)
R 87 of 259 ~ 33.59%
G 63 of 259 ~ 24.32%
B 109 of 259 ~ 42.08'%

%33.59
%24.32
%42.08

CMYK color model

#573F6D color CMYK value is (20,42,0,57).

  • cyan value is 20.18%
  • magenta value is 42.20%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (20,42,0,57)
C20M42Y0K57 (20%, 42%, 0%, 57%)
(0.20 / 0.42 / 0.00 / 0.57)

CMYK percentages

%20.18
%42.2
%0
%57.25

Codes

Color #573F6D in popluar color models

57 3F 6D
RGB 87 63 109
HSL 271° 26.74% 33.73%
HSB/HSV 271° 42.20% 42.75%
CMYK 20.18% 42.20% 0.00%
57.25%

Color #573F6D in popluar number systems.

HEX 57 3F 6D
Decimal 87 63 109
Binary 1010111 111111 1101101
Octal 127 77 155

Shades and tints

Shades of #573F6D

#573F6D
(87,63,109)
#503A64
(80,58,100)
#49355B
(73,53,91)
#423052
(66,48,82)
#3B2B49
(59,43,73)
#342640
(52,38,64)
#2D2137
(45,33,55)
#261C2E
(38,28,46)
#1F1725
(31,23,37)
#18121C
(24,18,28)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #573F6D

#573F6D
(87,63,109)
#66507A
(102,80,122)
#756187
(117,97,135)
#847294
(132,114,148)
#9383A1
(147,131,161)
#A294AE
(162,148,174)
#B1A5BB
(177,165,187)
#C0B6C8
(192,182,200)
#CFC7D5
(207,199,213)
#DED8E2
(222,216,226)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573F6D; }

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

This text font color is #573F6D.

Background Color

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

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

This div background color is #573F6D.

Border color

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

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

This div border color is #573F6D.

Opacity

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

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

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

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

This text has shadow with #573F6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #573F6D.

Preview

Color preview on black background

This text has color #573F6D on black background.


Color preview on white background

This text has color #573F6D on white background.


Black color preview on #573F6D background

This text has black color on #573F6D background.


White color preview on #573F6D background

This text has white color on #573F6D background.


Related colors

Complementary color

Complementary color for #hex is #A8C092.


I love getcolorcode.com

Triadic colors

1 #6D573F and #3F6D57 with #573F6D are triadic colors.

2 #6D3F57 and #3F576D with #573F6D are triadic colors.