COLOR #572849

HEX: #572849
RGB: (87,40,73)

Color info

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

RGB color model

#572849 color RGB value is (87,40,73).

  • red value is 87;
  • green value is 40;
  • blue value is 73.
RGB:
(87,40,73)
(34%,16%,29%)

RGB channels and saturation

R 87 of 255 = 34%
G 40 of 255 = 16%
B 73 of 255 = 29%

87
40
73

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

Portions of RGB colors in percentages

R + G + B =
87 + 40 + 73 = 200 (100%)
R 87 of 200 ~ 43.5%
G 40 of 200 ~ 20%
B 73 of 200 ~ 36.5%

%43.5
%20
%36.5

CMYK color model

#572849 color CMYK value is (0,54,16,66).

  • cyan value is 0.00%
  • magenta value is 54.02%
  • yellow value is 16.09%
  • key color value is 65.88%
CMYK:
(0,54,16,66)
C0M54Y16K66 
(0%,54%,16%,66%)
(0.00/0.54/0.16/0.66)	

CMYK percentages

%0
%54.02
%16.09
%65.88

Codes

Color #572849 in popluar color models

572849
RGB874073
HSL318°37.01%24.90%
HSB/HSV318°54.02%34.12%
CMYK0.00%54.02%16.09%
65.88%

Color #572849 in popluar number systems.

HEX572849
Decimal874073
Binary10101111010001001001
Octal12750111

Shades and tints

Shades of #572849

#572849
(87,40,73)
#502543
(80,37,67)
#49223D
(73,34,61)
#421F37
(66,31,55)
#3B1C31
(59,28,49)
#34192B
(52,25,43)
#2D1625
(45,22,37)
#26131F
(38,19,31)
#1F1019
(31,16,25)
#180D13
(24,13,19)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #572849

#572849
(87,40,73)
#663B59
(102,59,89)
#754E69
(117,78,105)
#846179
(132,97,121)
#937489
(147,116,137)
#A28799
(162,135,153)
#B19AA9
(177,154,169)
#C0ADB9
(192,173,185)
#CFC0C9
(207,192,201)
#DED3D9
(222,211,217)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #572849 color. Also use rgb(87,40,73) instead hex code.

Text Font Color

.myTextColor { color: #572849; }

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

This text font color is #572849.


Background Color

.myBgColor { background-color: #572849; }

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

This div background color is #572849.


Border color

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

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

This div border color is #572849.


Opacity

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

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

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

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

This text has shadow with #572849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572849 on black background.


Color preview on white background

This text has color #572849 on white background.



Black color preview on #572849 background

This text has black color on #572849 background.


White color preview on #572849 background

This text has white color on #572849 background.