COLOR #572747

HEX: #572747
RGB: (87,39,71)

Color info

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

RGB color model

#572747 color RGB value is (87,39,71).

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

RGB channels and saturation

R 87 of 255 = 34%
G 39 of 255 = 15%
B 71 of 255 = 28%

87
39
71

R + G + B ~ 26%. #572747 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 39 + 71 = 197 (100%)
R 87 of 197 ~ 44.16%
G 39 of 197 ~ 19.8%
B 71 of 197 ~ 36.04%

%44.16
%19.8
%36.04

CMYK color model

#572747 color CMYK value is (0,55,18,66).

  • cyan value is 0.00%
  • magenta value is 55.17%
  • yellow value is 18.39%
  • key color value is 65.88%
CMYK:
(0,55,18,66)
C0M55Y18K66 
(0%,55%,18%,66%)
(0.00/0.55/0.18/0.66)	

CMYK percentages

%0
%55.17
%18.39
%65.88

Codes

Color #572747 in popluar color models

572747
RGB873971
HSL320°38.10%24.71%
HSB/HSV320°55.17%34.12%
CMYK0.00%55.17%18.39%
65.88%

Color #572747 in popluar number systems.

HEX572747
Decimal873971
Binary10101111001111000111
Octal12747107

Shades and tints

Shades of #572747

#572747
(87,39,71)
#502441
(80,36,65)
#49213B
(73,33,59)
#421E35
(66,30,53)
#3B1B2F
(59,27,47)
#341829
(52,24,41)
#2D1523
(45,21,35)
#26121D
(38,18,29)
#1F0F17
(31,15,23)
#180C11
(24,12,17)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #572747

#572747
(87,39,71)
#663A57
(102,58,87)
#754D67
(117,77,103)
#846077
(132,96,119)
#937387
(147,115,135)
#A28697
(162,134,151)
#B199A7
(177,153,167)
#C0ACB7
(192,172,183)
#CFBFC7
(207,191,199)
#DED2D7
(222,210,215)
#EDE5E7
(237,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #572747; }

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

This text font color is #572747.


Background Color

.myBgColor { background-color: #572747; }

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

This div background color is #572747.


Border color

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

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

This div border color is #572747.


Opacity

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

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

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

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

This text has shadow with #572747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572747 on black background.


Color preview on white background

This text has color #572747 on white background.



Black color preview on #572747 background

This text has black color on #572747 background.


White color preview on #572747 background

This text has white color on #572747 background.