COLOR #573749

HEX: #573749
RGB: (87,55,73)

Color info

#573749 contains red, green and blue colors in about the same proportion. Web safe color of #573749 is #663333 (or #633).

RGB color model

#573749 color RGB value is (87,55,73).

  • red value is 87;
  • green value is 55;
  • blue value is 73.
RGB:
(87,55,73)
(34%,22%,29%)

RGB channels and saturation

R 87 of 255 = 34%
G 55 of 255 = 22%
B 73 of 255 = 29%

87
55
73

R + G + B ~ 28%. #573749 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 55 + 73 = 215 (100%)
R 87 of 215 ~ 40.47%
G 55 of 215 ~ 25.58%
B 73 of 215 ~ 33.95%

%40.47
%25.58
%33.95

CMYK color model

#573749 color CMYK value is (0,37,16,66).

  • cyan value is 0.00%
  • magenta value is 36.78%
  • yellow value is 16.09%
  • key color value is 65.88%
CMYK:
(0,37,16,66)
C0M37Y16K66 
(0%,37%,16%,66%)
(0.00/0.37/0.16/0.66)	

CMYK percentages

%0
%36.78
%16.09
%65.88

Codes

Color #573749 in popluar color models

573749
RGB875573
HSL326°22.54%27.84%
HSB/HSV326°36.78%34.12%
CMYK0.00%36.78%16.09%
65.88%

Color #573749 in popluar number systems.

HEX573749
Decimal875573
Binary10101111101111001001
Octal12767111

Shades and tints

Shades of #573749

#573749
(87,55,73)
#503243
(80,50,67)
#492D3D
(73,45,61)
#422837
(66,40,55)
#3B2331
(59,35,49)
#341E2B
(52,30,43)
#2D1925
(45,25,37)
#26141F
(38,20,31)
#1F0F19
(31,15,25)
#180A13
(24,10,19)
#11050D
(17,5,13)
#000000
(0,0,0)

Tints of #573749

#573749
(87,55,73)
#664959
(102,73,89)
#755B69
(117,91,105)
#846D79
(132,109,121)
#937F89
(147,127,137)
#A29199
(162,145,153)
#B1A3A9
(177,163,169)
#C0B5B9
(192,181,185)
#CFC7C9
(207,199,201)
#DED9D9
(222,217,217)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573749 color. Also use rgb(87,55,73) instead hex code.

Text Font Color

.myTextColor { color: #573749; }

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

This text font color is #573749.


Background Color

.myBgColor { background-color: #573749; }

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

This div background color is #573749.


Border color

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

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

This div border color is #573749.


Opacity

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

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

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

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

This text has shadow with #573749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573749 on black background.


Color preview on white background

This text has color #573749 on white background.



Black color preview on #573749 background

This text has black color on #573749 background.


White color preview on #573749 background

This text has white color on #573749 background.