COLOR #572D47

HEX: #572D47
RGB: (87,45,71)

Color info

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

RGB color model

#572D47 color RGB value is (87,45,71).

  • red value is 87;
  • green value is 45;
  • blue value is 71.
RGB:
(87,45,71)
(34%,18%,28%)

RGB channels and saturation

R 87 of 255 = 34%
G 45 of 255 = 18%
B 71 of 255 = 28%

87
45
71

R + G + B ~ 27%. #572D47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 45 + 71 = 203 (100%)
R 87 of 203 ~ 42.86%
G 45 of 203 ~ 22.17%
B 71 of 203 ~ 34.98%

%42.86
%22.17
%34.98

CMYK color model

#572D47 color CMYK value is (0,48,18,66).

  • cyan value is 0.00%
  • magenta value is 48.28%
  • yellow value is 18.39%
  • key color value is 65.88%
CMYK:
(0,48,18,66)
C0M48Y18K66 
(0%,48%,18%,66%)
(0.00/0.48/0.18/0.66)	

CMYK percentages

%0
%48.28
%18.39
%65.88

Codes

Color #572D47 in popluar color models

572D47
RGB874571
HSL323°31.82%25.88%
HSB/HSV323°48.28%34.12%
CMYK0.00%48.28%18.39%
65.88%

Color #572D47 in popluar number systems.

HEX572D47
Decimal874571
Binary10101111011011000111
Octal12755107

Shades and tints

Shades of #572D47

#572D47
(87,45,71)
#502941
(80,41,65)
#49253B
(73,37,59)
#422135
(66,33,53)
#3B1D2F
(59,29,47)
#341929
(52,25,41)
#2D1523
(45,21,35)
#26111D
(38,17,29)
#1F0D17
(31,13,23)
#180911
(24,9,17)
#11050B
(17,5,11)
#000000
(0,0,0)

Tints of #572D47

#572D47
(87,45,71)
#664057
(102,64,87)
#755367
(117,83,103)
#846677
(132,102,119)
#937987
(147,121,135)
#A28C97
(162,140,151)
#B19FA7
(177,159,167)
#C0B2B7
(192,178,183)
#CFC5C7
(207,197,199)
#DED8D7
(222,216,215)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #572D47 color. Also use rgb(87,45,71) instead hex code.

Text Font Color

.myTextColor { color: #572D47; }

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

This text font color is #572D47.


Background Color

.myBgColor { background-color: #572D47; }

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

This div background color is #572D47.


Border color

.myBorderColor { border: 1px solid #572D47; }

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

This div border color is #572D47.


Opacity

.myOpacity80 { color: #572D47; opacity: 0.8; }

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

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

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

This text has shadow with #572D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572D47 on black background.


Color preview on white background

This text has color #572D47 on white background.



Black color preview on #572D47 background

This text has black color on #572D47 background.


White color preview on #572D47 background

This text has white color on #572D47 background.