COLOR #572F31

HEX: #572F31
RGB: (87,47,49)

Color info

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

RGB color model

#572F31 color RGB value is (87,47,49).

  • red value is 87;
  • green value is 47;
  • blue value is 49.
RGB:
(87,47,49)
(34%,18%,19%)

RGB channels and saturation

R 87 of 255 = 34%
G 47 of 255 = 18%
B 49 of 255 = 19%

87
47
49

R + G + B ~ 24%. #572F31 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 47 + 49 = 183 (100%)
R 87 of 183 ~ 47.54%
G 47 of 183 ~ 25.68%
B 49 of 183 ~ 26.78%

%47.54
%25.68
%26.78

CMYK color model

#572F31 color CMYK value is (0,46,44,66).

  • cyan value is 0.00%
  • magenta value is 45.98%
  • yellow value is 43.68%
  • key color value is 65.88%
CMYK:
(0,46,44,66)
C0M46Y44K66 
(0%,46%,44%,66%)
(0.00/0.46/0.44/0.66)	

CMYK percentages

%0
%45.98
%43.68
%65.88

Codes

Color #572F31 in popluar color models

572F31
RGB874749
HSL357°29.85%26.27%
HSB/HSV357°45.98%34.12%
CMYK0.00%45.98%43.68%
65.88%

Color #572F31 in popluar number systems.

HEX572F31
Decimal874749
Binary1010111101111110001
Octal1275761

Shades and tints

Shades of #572F31

#572F31
(87,47,49)
#502B2D
(80,43,45)
#492729
(73,39,41)
#422325
(66,35,37)
#3B1F21
(59,31,33)
#341B1D
(52,27,29)
#2D1719
(45,23,25)
#261315
(38,19,21)
#1F0F11
(31,15,17)
#180B0D
(24,11,13)
#110709
(17,7,9)
#000000
(0,0,0)

Tints of #572F31

#572F31
(87,47,49)
#664143
(102,65,67)
#755355
(117,83,85)
#846567
(132,101,103)
#937779
(147,119,121)
#A2898B
(162,137,139)
#B19B9D
(177,155,157)
#C0ADAF
(192,173,175)
#CFBFC1
(207,191,193)
#DED1D3
(222,209,211)
#EDE3E5
(237,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #572F31 color. Also use rgb(87,47,49) instead hex code.

Text Font Color

.myTextColor { color: #572F31; }

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

This text font color is #572F31.


Background Color

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

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

This div background color is #572F31.


Border color

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

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

This div border color is #572F31.


Opacity

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

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

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

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

This text has shadow with #572F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572F31 on black background.


Color preview on white background

This text has color #572F31 on white background.



Black color preview on #572F31 background

This text has black color on #572F31 background.


White color preview on #572F31 background

This text has white color on #572F31 background.