COLOR #573D6D

HEX: #573D6D
RGB: (87,61,109)

Color info

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

RGB color model

#573D6D color RGB value is (87,61,109).

  • red value is 87;
  • green value is 61;
  • blue value is 109.
RGB:
(87,61,109)
(34%,24%,43%)

RGB channels and saturation

R 87 of 255 = 34%
G 61 of 255 = 24%
B 109 of 255 = 43%

87
61
109

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

Portions of RGB colors in percentages

R + G + B =
87 + 61 + 109 = 257 (100%)
R 87 of 257 ~ 33.85%
G 61 of 257 ~ 23.74%
B 109 of 257 ~ 42.41%

%33.85
%23.74
%42.41

CMYK color model

#573D6D color CMYK value is (20,44,0,57).

  • cyan value is 20.18%
  • magenta value is 44.04%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(20,44,0,57)
C20M44Y0K57 
(20%,44%,0%,57%)
(0.20/0.44/0.00/0.57)	

CMYK percentages

%20.18
%44.04
%0
%57.25

Codes

Color #573D6D in popluar color models

573D6D
RGB8761109
HSL273°28.24%33.33%
HSB/HSV273°44.04%42.75%
CMYK20.18%44.04%0.00%
57.25%

Color #573D6D in popluar number systems.

HEX573D6D
Decimal8761109
Binary10101111111011101101
Octal12775155

Shades and tints

Shades of #573D6D

#573D6D
(87,61,109)
#503864
(80,56,100)
#49335B
(73,51,91)
#422E52
(66,46,82)
#3B2949
(59,41,73)
#342440
(52,36,64)
#2D1F37
(45,31,55)
#261A2E
(38,26,46)
#1F1525
(31,21,37)
#18101C
(24,16,28)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #573D6D

#573D6D
(87,61,109)
#664E7A
(102,78,122)
#755F87
(117,95,135)
#847094
(132,112,148)
#9381A1
(147,129,161)
#A292AE
(162,146,174)
#B1A3BB
(177,163,187)
#C0B4C8
(192,180,200)
#CFC5D5
(207,197,213)
#DED6E2
(222,214,226)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573D6D color. Also use rgb(87,61,109) instead hex code.

Text Font Color

.myTextColor { color: #573D6D; }

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

This text font color is #573D6D.


Background Color

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

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

This div background color is #573D6D.


Border color

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

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

This div border color is #573D6D.


Opacity

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

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

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

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

This text has shadow with #573D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573D6D on black background.


Color preview on white background

This text has color #573D6D on white background.



Black color preview on #573D6D background

This text has black color on #573D6D background.


White color preview on #573D6D background

This text has white color on #573D6D background.