COLOR #573D4F

HEX: #573D4F
RGB: (87,61,79)

Color info

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

RGB color model

#573D4F color RGB value is (87,61,79).

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

RGB channels and saturation

R 87 of 255 = 34%
G 61 of 255 = 24%
B 79 of 255 = 31%

87
61
79

R + G + B ~ 30%. #573D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 61 + 79 = 227 (100%)
R 87 of 227 ~ 38.33%
G 61 of 227 ~ 26.87%
B 79 of 227 ~ 34.8%

%38.33
%26.87
%34.8

CMYK color model

#573D4F color CMYK value is (0,30,9,66).

  • cyan value is 0.00%
  • magenta value is 29.89%
  • yellow value is 9.20%
  • key color value is 65.88%
CMYK:
(0,30,9,66)
C0M30Y9K66 
(0%,30%,9%,66%)
(0.00/0.30/0.09/0.66)	

CMYK percentages

%0
%29.89
%9.2
%65.88

Codes

Color #573D4F in popluar color models

573D4F
RGB876179
HSL318°17.57%29.02%
HSB/HSV318°29.89%34.12%
CMYK0.00%29.89%9.20%
65.88%

Color #573D4F in popluar number systems.

HEX573D4F
Decimal876179
Binary10101111111011001111
Octal12775117

Shades and tints

Shades of #573D4F

#573D4F
(87,61,79)
#503848
(80,56,72)
#493341
(73,51,65)
#422E3A
(66,46,58)
#3B2933
(59,41,51)
#34242C
(52,36,44)
#2D1F25
(45,31,37)
#261A1E
(38,26,30)
#1F1517
(31,21,23)
#181010
(24,16,16)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #573D4F

#573D4F
(87,61,79)
#664E5F
(102,78,95)
#755F6F
(117,95,111)
#84707F
(132,112,127)
#93818F
(147,129,143)
#A2929F
(162,146,159)
#B1A3AF
(177,163,175)
#C0B4BF
(192,180,191)
#CFC5CF
(207,197,207)
#DED6DF
(222,214,223)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573D4F; }

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

This text font color is #573D4F.


Background Color

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

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

This div background color is #573D4F.


Border color

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

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

This div border color is #573D4F.


Opacity

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

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

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

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

This text has shadow with #573D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573D4F on black background.


Color preview on white background

This text has color #573D4F on white background.



Black color preview on #573D4F background

This text has black color on #573D4F background.


White color preview on #573D4F background

This text has white color on #573D4F background.