COLOR #572F47

HEX: #572F47
RGB: (87,47,71)

Color info

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

RGB color model

#572F47 color RGB value is (87,47,71).

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

RGB channels and saturation

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

87
47
71

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

Portions of RGB colors in percentages

R + G + B =
87 + 47 + 71 = 205 (100%)
R 87 of 205 ~ 42.44%
G 47 of 205 ~ 22.93%
B 71 of 205 ~ 34.63%

%42.44
%22.93
%34.63

CMYK color model

#572F47 color CMYK value is (0,46,18,66).

  • cyan value is 0.00%
  • magenta value is 45.98%
  • yellow value is 18.39%
  • key color value is 65.88%
CMYK:
(0,46,18,66)
C0M46Y18K66 
(0%,46%,18%,66%)
(0.00/0.46/0.18/0.66)	

CMYK percentages

%0
%45.98
%18.39
%65.88

Codes

Color #572F47 in popluar color models

572F47
RGB874771
HSL324°29.85%26.27%
HSB/HSV324°45.98%34.12%
CMYK0.00%45.98%18.39%
65.88%

Color #572F47 in popluar number systems.

HEX572F47
Decimal874771
Binary10101111011111000111
Octal12757107

Shades and tints

Shades of #572F47

#572F47
(87,47,71)
#502B41
(80,43,65)
#49273B
(73,39,59)
#422335
(66,35,53)
#3B1F2F
(59,31,47)
#341B29
(52,27,41)
#2D1723
(45,23,35)
#26131D
(38,19,29)
#1F0F17
(31,15,23)
#180B11
(24,11,17)
#11070B
(17,7,11)
#000000
(0,0,0)

Tints of #572F47

#572F47
(87,47,71)
#664157
(102,65,87)
#755367
(117,83,103)
#846577
(132,101,119)
#937787
(147,119,135)
#A28997
(162,137,151)
#B19BA7
(177,155,167)
#C0ADB7
(192,173,183)
#CFBFC7
(207,191,199)
#DED1D7
(222,209,215)
#EDE3E7
(237,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #572F47; }

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

This text font color is #572F47.


Background Color

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

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

This div background color is #572F47.


Border color

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

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

This div border color is #572F47.


Opacity

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

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

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

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

This text has shadow with #572F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572F47 on black background.


Color preview on white background

This text has color #572F47 on white background.



Black color preview on #572F47 background

This text has black color on #572F47 background.


White color preview on #572F47 background

This text has white color on #572F47 background.