COLOR #572748

HEX: #572748
RGB: (87,39,72)

Color info

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

RGB color model

#572748 color RGB value is (87,39,72).

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

RGB channels and saturation

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

87
39
72

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

Portions of RGB colors in percentages

R + G + B =
87 + 39 + 72 = 198 (100%)
R 87 of 198 ~ 43.94%
G 39 of 198 ~ 19.7%
B 72 of 198 ~ 36.36%

%43.94
%19.7
%36.36

CMYK color model

#572748 color CMYK value is (0,55,17,66).

  • cyan value is 0.00%
  • magenta value is 55.17%
  • yellow value is 17.24%
  • key color value is 65.88%
CMYK:
(0,55,17,66)
C0M55Y17K66 
(0%,55%,17%,66%)
(0.00/0.55/0.17/0.66)	

CMYK percentages

%0
%55.17
%17.24
%65.88

Codes

Color #572748 in popluar color models

572748
RGB873972
HSL319°38.10%24.71%
HSB/HSV319°55.17%34.12%
CMYK0.00%55.17%17.24%
65.88%

Color #572748 in popluar number systems.

HEX572748
Decimal873972
Binary10101111001111001000
Octal12747110

Shades and tints

Shades of #572748

#572748
(87,39,72)
#502442
(80,36,66)
#49213C
(73,33,60)
#421E36
(66,30,54)
#3B1B30
(59,27,48)
#34182A
(52,24,42)
#2D1524
(45,21,36)
#26121E
(38,18,30)
#1F0F18
(31,15,24)
#180C12
(24,12,18)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #572748

#572748
(87,39,72)
#663A58
(102,58,88)
#754D68
(117,77,104)
#846078
(132,96,120)
#937388
(147,115,136)
#A28698
(162,134,152)
#B199A8
(177,153,168)
#C0ACB8
(192,172,184)
#CFBFC8
(207,191,200)
#DED2D8
(222,210,216)
#EDE5E8
(237,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #572748; }

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

This text font color is #572748.


Background Color

.myBgColor { background-color: #572748; }

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

This div background color is #572748.


Border color

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

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

This div border color is #572748.


Opacity

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

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

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

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

This text has shadow with #572748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572748 on black background.


Color preview on white background

This text has color #572748 on white background.



Black color preview on #572748 background

This text has black color on #572748 background.


White color preview on #572748 background

This text has white color on #572748 background.