COLOR #573B4F

HEX: #573B4F
RGB: (87,59,79)

Color info

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

RGB color model

#573B4F color RGB value is (87,59,79).

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

RGB channels and saturation

R 87 of 255 = 34%
G 59 of 255 = 23%
B 79 of 255 = 31%

87
59
79

R + G + B ~ 29%. #573B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 59 + 79 = 225 (100%)
R 87 of 225 ~ 38.67%
G 59 of 225 ~ 26.22%
B 79 of 225 ~ 35.11%

%38.67
%26.22
%35.11

CMYK color model

#573B4F color CMYK value is (0,32,9,66).

  • cyan value is 0.00%
  • magenta value is 32.18%
  • yellow value is 9.20%
  • key color value is 65.88%
CMYK:
(0,32,9,66)
C0M32Y9K66 
(0%,32%,9%,66%)
(0.00/0.32/0.09/0.66)	

CMYK percentages

%0
%32.18
%9.2
%65.88

Codes

Color #573B4F in popluar color models

573B4F
RGB875979
HSL317°19.18%28.63%
HSB/HSV317°32.18%34.12%
CMYK0.00%32.18%9.20%
65.88%

Color #573B4F in popluar number systems.

HEX573B4F
Decimal875979
Binary10101111110111001111
Octal12773117

Shades and tints

Shades of #573B4F

#573B4F
(87,59,79)
#503648
(80,54,72)
#493141
(73,49,65)
#422C3A
(66,44,58)
#3B2733
(59,39,51)
#34222C
(52,34,44)
#2D1D25
(45,29,37)
#26181E
(38,24,30)
#1F1317
(31,19,23)
#180E10
(24,14,16)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #573B4F

#573B4F
(87,59,79)
#664C5F
(102,76,95)
#755D6F
(117,93,111)
#846E7F
(132,110,127)
#937F8F
(147,127,143)
#A2909F
(162,144,159)
#B1A1AF
(177,161,175)
#C0B2BF
(192,178,191)
#CFC3CF
(207,195,207)
#DED4DF
(222,212,223)
#EDE5EF
(237,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573B4F; }

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

This text font color is #573B4F.


Background Color

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

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

This div background color is #573B4F.


Border color

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

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

This div border color is #573B4F.


Opacity

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

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

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

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

This text has shadow with #573B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573B4F on black background.


Color preview on white background

This text has color #573B4F on white background.



Black color preview on #573B4F background

This text has black color on #573B4F background.


White color preview on #573B4F background

This text has white color on #573B4F background.