COLOR #573261

HEX: #573261
RGB: (87,50,97)

Color info

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

RGB color model

#573261 color RGB value is (87,50,97).

  • red value is 87;
  • green value is 50;
  • blue value is 97.
RGB:
(87,50,97)
(34%,20%,38%)

RGB channels and saturation

R 87 of 255 = 34%
G 50 of 255 = 20%
B 97 of 255 = 38%

87
50
97

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

Portions of RGB colors in percentages

R + G + B =
87 + 50 + 97 = 234 (100%)
R 87 of 234 ~ 37.18%
G 50 of 234 ~ 21.37%
B 97 of 234 ~ 41.45%

%37.18
%21.37
%41.45

CMYK color model

#573261 color CMYK value is (10,48,0,62).

  • cyan value is 10.31%
  • magenta value is 48.45%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(10,48,0,62)
C10M48Y0K62 
(10%,48%,0%,62%)
(0.10/0.48/0.00/0.62)	

CMYK percentages

%10.31
%48.45
%0
%61.96

Codes

Color #573261 in popluar color models

573261
RGB875097
HSL287°31.97%28.82%
HSB/HSV287°48.45%38.04%
CMYK10.31%48.45%0.00%
61.96%

Color #573261 in popluar number systems.

HEX573261
Decimal875097
Binary10101111100101100001
Octal12762141

Shades and tints

Shades of #573261

#573261
(87,50,97)
#502E59
(80,46,89)
#492A51
(73,42,81)
#422649
(66,38,73)
#3B2241
(59,34,65)
#341E39
(52,30,57)
#2D1A31
(45,26,49)
#261629
(38,22,41)
#1F1221
(31,18,33)
#180E19
(24,14,25)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #573261

#573261
(87,50,97)
#66446F
(102,68,111)
#75567D
(117,86,125)
#84688B
(132,104,139)
#937A99
(147,122,153)
#A28CA7
(162,140,167)
#B19EB5
(177,158,181)
#C0B0C3
(192,176,195)
#CFC2D1
(207,194,209)
#DED4DF
(222,212,223)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573261 color. Also use rgb(87,50,97) instead hex code.

Text Font Color

.myTextColor { color: #573261; }

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

This text font color is #573261.


Background Color

.myBgColor { background-color: #573261; }

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

This div background color is #573261.


Border color

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

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

This div border color is #573261.


Opacity

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

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

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

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

This text has shadow with #573261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573261 on black background.


Color preview on white background

This text has color #573261 on white background.



Black color preview on #573261 background

This text has black color on #573261 background.


White color preview on #573261 background

This text has white color on #573261 background.