COLOR #573C6C

HEX: #573C6C
RGB: (87,60,108)

Color info

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

RGB color model

#573C6C color RGB value is (87,60,108).

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

RGB channels and saturation

R 87 of 255 = 34%
G 60 of 255 = 24%
B 108 of 255 = 42%

87
60
108

R + G + B ~ 33%. #573C6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 60 + 108 = 255 (100%)
R 87 of 255 ~ 34.12%
G 60 of 255 ~ 23.53%
B 108 of 255 ~ 42.35%

%34.12
%23.53
%42.35

CMYK color model

#573C6C color CMYK value is (19,44,0,58).

  • cyan value is 19.44%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(19,44,0,58)
C19M44Y0K58 
(19%,44%,0%,58%)
(0.19/0.44/0.00/0.58)	

CMYK percentages

%19.44
%44.44
%0
%57.65

Codes

Color #573C6C in popluar color models

573C6C
RGB8760108
HSL274°28.57%32.94%
HSB/HSV274°44.44%42.35%
CMYK19.44%44.44%0.00%
57.65%

Color #573C6C in popluar number systems.

HEX573C6C
Decimal8760108
Binary10101111111001101100
Octal12774154

Shades and tints

Shades of #573C6C

#573C6C
(87,60,108)
#503763
(80,55,99)
#49325A
(73,50,90)
#422D51
(66,45,81)
#3B2848
(59,40,72)
#34233F
(52,35,63)
#2D1E36
(45,30,54)
#26192D
(38,25,45)
#1F1424
(31,20,36)
#180F1B
(24,15,27)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #573C6C

#573C6C
(87,60,108)
#664D79
(102,77,121)
#755E86
(117,94,134)
#846F93
(132,111,147)
#9380A0
(147,128,160)
#A291AD
(162,145,173)
#B1A2BA
(177,162,186)
#C0B3C7
(192,179,199)
#CFC4D4
(207,196,212)
#DED5E1
(222,213,225)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573C6C; }

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

This text font color is #573C6C.


Background Color

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

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

This div background color is #573C6C.


Border color

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

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

This div border color is #573C6C.


Opacity

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

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

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

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

This text has shadow with #573C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573C6C on black background.


Color preview on white background

This text has color #573C6C on white background.



Black color preview on #573C6C background

This text has black color on #573C6C background.


White color preview on #573C6C background

This text has white color on #573C6C background.