COLOR #573C62

HEX: #573C62
RGB: (87,60,98)

Color info

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

RGB color model

#573C62 color RGB value is (87,60,98).

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

RGB channels and saturation

R 87 of 255 = 34%
G 60 of 255 = 24%
B 98 of 255 = 38%

87
60
98

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

Portions of RGB colors in percentages

R + G + B =
87 + 60 + 98 = 245 (100%)
R 87 of 245 ~ 35.51%
G 60 of 245 ~ 24.49%
B 98 of 245 ~ 40%

%35.51
%24.49
%40

CMYK color model

#573C62 color CMYK value is (11,39,0,62).

  • cyan value is 11.22%
  • magenta value is 38.78%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(11,39,0,62)
C11M39Y0K62 
(11%,39%,0%,62%)
(0.11/0.39/0.00/0.62)	

CMYK percentages

%11.22
%38.78
%0
%61.57

Codes

Color #573C62 in popluar color models

573C62
RGB876098
HSL283°24.05%30.98%
HSB/HSV283°38.78%38.43%
CMYK11.22%38.78%0.00%
61.57%

Color #573C62 in popluar number systems.

HEX573C62
Decimal876098
Binary10101111111001100010
Octal12774142

Shades and tints

Shades of #573C62

#573C62
(87,60,98)
#50375A
(80,55,90)
#493252
(73,50,82)
#422D4A
(66,45,74)
#3B2842
(59,40,66)
#34233A
(52,35,58)
#2D1E32
(45,30,50)
#26192A
(38,25,42)
#1F1422
(31,20,34)
#180F1A
(24,15,26)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #573C62

#573C62
(87,60,98)
#664D70
(102,77,112)
#755E7E
(117,94,126)
#846F8C
(132,111,140)
#93809A
(147,128,154)
#A291A8
(162,145,168)
#B1A2B6
(177,162,182)
#C0B3C4
(192,179,196)
#CFC4D2
(207,196,210)
#DED5E0
(222,213,224)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573C62; }

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

This text font color is #573C62.


Background Color

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

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

This div background color is #573C62.


Border color

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

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

This div border color is #573C62.


Opacity

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

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

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

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

This text has shadow with #573C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573C62 on black background.


Color preview on white background

This text has color #573C62 on white background.



Black color preview on #573C62 background

This text has black color on #573C62 background.


White color preview on #573C62 background

This text has white color on #573C62 background.