COLOR #572647

HEX: #572647
RGB: (87,38,71)

Color info

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

RGB color model

#572647 color RGB value is (87,38,71).

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

RGB channels and saturation

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

87
38
71

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

Portions of RGB colors in percentages

R + G + B =
87 + 38 + 71 = 196 (100%)
R 87 of 196 ~ 44.39%
G 38 of 196 ~ 19.39%
B 71 of 196 ~ 36.22%

%44.39
%19.39
%36.22

CMYK color model

#572647 color CMYK value is (0,56,18,66).

  • cyan value is 0.00%
  • magenta value is 56.32%
  • yellow value is 18.39%
  • key color value is 65.88%
CMYK:
(0,56,18,66)
C0M56Y18K66 
(0%,56%,18%,66%)
(0.00/0.56/0.18/0.66)	

CMYK percentages

%0
%56.32
%18.39
%65.88

Codes

Color #572647 in popluar color models

572647
RGB873871
HSL320°39.20%24.51%
HSB/HSV320°56.32%34.12%
CMYK0.00%56.32%18.39%
65.88%

Color #572647 in popluar number systems.

HEX572647
Decimal873871
Binary10101111001101000111
Octal12746107

Shades and tints

Shades of #572647

#572647
(87,38,71)
#502341
(80,35,65)
#49203B
(73,32,59)
#421D35
(66,29,53)
#3B1A2F
(59,26,47)
#341729
(52,23,41)
#2D1423
(45,20,35)
#26111D
(38,17,29)
#1F0E17
(31,14,23)
#180B11
(24,11,17)
#11080B
(17,8,11)
#000000
(0,0,0)

Tints of #572647

#572647
(87,38,71)
#663957
(102,57,87)
#754C67
(117,76,103)
#845F77
(132,95,119)
#937287
(147,114,135)
#A28597
(162,133,151)
#B198A7
(177,152,167)
#C0ABB7
(192,171,183)
#CFBEC7
(207,190,199)
#DED1D7
(222,209,215)
#EDE4E7
(237,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #572647; }

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

This text font color is #572647.


Background Color

.myBgColor { background-color: #572647; }

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

This div background color is #572647.


Border color

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

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

This div border color is #572647.


Opacity

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

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

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

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

This text has shadow with #572647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572647 on black background.


Color preview on white background

This text has color #572647 on white background.



Black color preview on #572647 background

This text has black color on #572647 background.


White color preview on #572647 background

This text has white color on #572647 background.