COLOR #573D44

HEX: #573D44
RGB: (87,61,68)

Color info

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

RGB color model

#573D44 color RGB value is (87,61,68).

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

RGB channels and saturation

R 87 of 255 = 34%
G 61 of 255 = 24%
B 68 of 255 = 27%

87
61
68

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

Portions of RGB colors in percentages

R + G + B =
87 + 61 + 68 = 216 (100%)
R 87 of 216 ~ 40.28%
G 61 of 216 ~ 28.24%
B 68 of 216 ~ 31.48%

%40.28
%28.24
%31.48

CMYK color model

#573D44 color CMYK value is (0,30,22,66).

  • cyan value is 0.00%
  • magenta value is 29.89%
  • yellow value is 21.84%
  • key color value is 65.88%
CMYK:
(0,30,22,66)
C0M30Y22K66 
(0%,30%,22%,66%)
(0.00/0.30/0.22/0.66)	

CMYK percentages

%0
%29.89
%21.84
%65.88

Codes

Color #573D44 in popluar color models

573D44
RGB876168
HSL344°17.57%29.02%
HSB/HSV344°29.89%34.12%
CMYK0.00%29.89%21.84%
65.88%

Color #573D44 in popluar number systems.

HEX573D44
Decimal876168
Binary10101111111011000100
Octal12775104

Shades and tints

Shades of #573D44

#573D44
(87,61,68)
#50383E
(80,56,62)
#493338
(73,51,56)
#422E32
(66,46,50)
#3B292C
(59,41,44)
#342426
(52,36,38)
#2D1F20
(45,31,32)
#261A1A
(38,26,26)
#1F1514
(31,21,20)
#18100E
(24,16,14)
#110B08
(17,11,8)
#000000
(0,0,0)

Tints of #573D44

#573D44
(87,61,68)
#664E55
(102,78,85)
#755F66
(117,95,102)
#847077
(132,112,119)
#938188
(147,129,136)
#A29299
(162,146,153)
#B1A3AA
(177,163,170)
#C0B4BB
(192,180,187)
#CFC5CC
(207,197,204)
#DED6DD
(222,214,221)
#EDE7EE
(237,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573D44; }

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

This text font color is #573D44.


Background Color

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

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

This div background color is #573D44.


Border color

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

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

This div border color is #573D44.


Opacity

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

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

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

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

This text has shadow with #573D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573D44 on black background.


Color preview on white background

This text has color #573D44 on white background.



Black color preview on #573D44 background

This text has black color on #573D44 background.


White color preview on #573D44 background

This text has white color on #573D44 background.