COLOR #572B4F

HEX: #572B4F
RGB: (87,43,79)

Color info

#572B4F contains red, green and blue colors in about the same proportion. Web safe color of #572B4F is #663366 (or #636).

RGB color model

#572B4F color RGB value is (87,43,79).

  • red value is 87;
  • green value is 43;
  • blue value is 79.
RGB:
(87,43,79)
(34%,17%,31%)

RGB channels and saturation

R 87 of 255 = 34%
G 43 of 255 = 17%
B 79 of 255 = 31%

87
43
79

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

Portions of RGB colors in percentages

R + G + B =
87 + 43 + 79 = 209 (100%)
R 87 of 209 ~ 41.63%
G 43 of 209 ~ 20.57%
B 79 of 209 ~ 37.8%

%41.63
%20.57
%37.8

CMYK color model

#572B4F color CMYK value is (0,51,9,66).

  • cyan value is 0.00%
  • magenta value is 50.57%
  • yellow value is 9.20%
  • key color value is 65.88%
CMYK:
(0,51,9,66)
C0M51Y9K66 
(0%,51%,9%,66%)
(0.00/0.51/0.09/0.66)	

CMYK percentages

%0
%50.57
%9.2
%65.88

Codes

Color #572B4F in popluar color models

572B4F
RGB874379
HSL311°33.85%25.49%
HSB/HSV311°50.57%34.12%
CMYK0.00%50.57%9.20%
65.88%

Color #572B4F in popluar number systems.

HEX572B4F
Decimal874379
Binary10101111010111001111
Octal12753117

Shades and tints

Shades of #572B4F

#572B4F
(87,43,79)
#502848
(80,40,72)
#492541
(73,37,65)
#42223A
(66,34,58)
#3B1F33
(59,31,51)
#341C2C
(52,28,44)
#2D1925
(45,25,37)
#26161E
(38,22,30)
#1F1317
(31,19,23)
#181010
(24,16,16)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #572B4F

#572B4F
(87,43,79)
#663E5F
(102,62,95)
#75516F
(117,81,111)
#84647F
(132,100,127)
#93778F
(147,119,143)
#A28A9F
(162,138,159)
#B19DAF
(177,157,175)
#C0B0BF
(192,176,191)
#CFC3CF
(207,195,207)
#DED6DF
(222,214,223)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #572B4F color. Also use rgb(87,43,79) instead hex code.

Text Font Color

.myTextColor { color: #572B4F; }

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

This text font color is #572B4F.


Background Color

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

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

This div background color is #572B4F.


Border color

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

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

This div border color is #572B4F.


Opacity

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

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

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

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

This text has shadow with #572B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572B4F on black background.


Color preview on white background

This text has color #572B4F on white background.



Black color preview on #572B4F background

This text has black color on #572B4F background.


White color preview on #572B4F background

This text has white color on #572B4F background.