COLOR #573962

HEX: #573962
RGB: (87,57,98)

Color info

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

RGB color model

#573962 color RGB value is (87,57,98).

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

RGB channels and saturation

R 87 of 255 = 34%
G 57 of 255 = 22%
B 98 of 255 = 38%

87
57
98

R + G + B ~ 31%. #573962 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 57 + 98 = 242 (100%)
R 87 of 242 ~ 35.95%
G 57 of 242 ~ 23.55%
B 98 of 242 ~ 40.5%

%35.95
%23.55
%40.5

CMYK color model

#573962 color CMYK value is (11,42,0,62).

  • cyan value is 11.22%
  • magenta value is 41.84%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(11,42,0,62)
C11M42Y0K62 
(11%,42%,0%,62%)
(0.11/0.42/0.00/0.62)	

CMYK percentages

%11.22
%41.84
%0
%61.57

Codes

Color #573962 in popluar color models

573962
RGB875798
HSL284°26.45%30.39%
HSB/HSV284°41.84%38.43%
CMYK11.22%41.84%0.00%
61.57%

Color #573962 in popluar number systems.

HEX573962
Decimal875798
Binary10101111110011100010
Octal12771142

Shades and tints

Shades of #573962

#573962
(87,57,98)
#50345A
(80,52,90)
#492F52
(73,47,82)
#422A4A
(66,42,74)
#3B2542
(59,37,66)
#34203A
(52,32,58)
#2D1B32
(45,27,50)
#26162A
(38,22,42)
#1F1122
(31,17,34)
#180C1A
(24,12,26)
#110712
(17,7,18)
#000000
(0,0,0)

Tints of #573962

#573962
(87,57,98)
#664B70
(102,75,112)
#755D7E
(117,93,126)
#846F8C
(132,111,140)
#93819A
(147,129,154)
#A293A8
(162,147,168)
#B1A5B6
(177,165,182)
#C0B7C4
(192,183,196)
#CFC9D2
(207,201,210)
#DEDBE0
(222,219,224)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573962; }

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

This text font color is #573962.


Background Color

.myBgColor { background-color: #573962; }

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

This div background color is #573962.


Border color

.myBorderColor { border: 1px solid #573962; }

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

This div border color is #573962.


Opacity

.myOpacity80 { color: #573962; opacity: 0.8; }

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

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

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

This text has shadow with #573962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573962 on black background.


Color preview on white background

This text has color #573962 on white background.



Black color preview on #573962 background

This text has black color on #573962 background.


White color preview on #573962 background

This text has white color on #573962 background.