COLOR #573F6C

HEX: #573F6C
RGB: (87,63,108)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

87
63
108

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

Portions of RGB colors in percentages

R + G + B =
87 + 63 + 108 = 258 (100%)
R 87 of 258 ~ 33.72%
G 63 of 258 ~ 24.42%
B 108 of 258 ~ 41.86%

%33.72
%24.42
%41.86

CMYK color model

#573F6C color CMYK value is (19,42,0,58).

  • cyan value is 19.44%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(19,42,0,58)
C19M42Y0K58 
(19%,42%,0%,58%)
(0.19/0.42/0.00/0.58)	

CMYK percentages

%19.44
%41.67
%0
%57.65

Codes

Color #573F6C in popluar color models

573F6C
RGB8763108
HSL272°26.32%33.53%
HSB/HSV272°41.67%42.35%
CMYK19.44%41.67%0.00%
57.65%

Color #573F6C in popluar number systems.

HEX573F6C
Decimal8763108
Binary10101111111111101100
Octal12777154

Shades and tints

Shades of #573F6C

#573F6C
(87,63,108)
#503A63
(80,58,99)
#49355A
(73,53,90)
#423051
(66,48,81)
#3B2B48
(59,43,72)
#34263F
(52,38,63)
#2D2136
(45,33,54)
#261C2D
(38,28,45)
#1F1724
(31,23,36)
#18121B
(24,18,27)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #573F6C

#573F6C
(87,63,108)
#665079
(102,80,121)
#756186
(117,97,134)
#847293
(132,114,147)
#9383A0
(147,131,160)
#A294AD
(162,148,173)
#B1A5BA
(177,165,186)
#C0B6C7
(192,182,199)
#CFC7D4
(207,199,212)
#DED8E1
(222,216,225)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573F6C; }

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

This text font color is #573F6C.


Background Color

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

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

This div background color is #573F6C.


Border color

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

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

This div border color is #573F6C.


Opacity

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

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

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

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

This text has shadow with #573F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573F6C on black background.


Color preview on white background

This text has color #573F6C on white background.



Black color preview on #573F6C background

This text has black color on #573F6C background.


White color preview on #573F6C background

This text has white color on #573F6C background.