COLOR #572B38

HEX: #572B38
RGB: (87,43,56)

Color info

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

RGB color model

#572B38 color RGB value is (87,43,56).

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

RGB channels and saturation

R 87 of 255 = 34%
G 43 of 255 = 17%
B 56 of 255 = 22%

87
43
56

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

Portions of RGB colors in percentages

R + G + B =
87 + 43 + 56 = 186 (100%)
R 87 of 186 ~ 46.77%
G 43 of 186 ~ 23.12%
B 56 of 186 ~ 30.11%

%46.77
%23.12
%30.11

CMYK color model

#572B38 color CMYK value is (0,51,36,66).

  • cyan value is 0.00%
  • magenta value is 50.57%
  • yellow value is 35.63%
  • key color value is 65.88%
CMYK:
(0,51,36,66)
C0M51Y36K66 
(0%,51%,36%,66%)
(0.00/0.51/0.36/0.66)	

CMYK percentages

%0
%50.57
%35.63
%65.88

Codes

Color #572B38 in popluar color models

572B38
RGB874356
HSL342°33.85%25.49%
HSB/HSV342°50.57%34.12%
CMYK0.00%50.57%35.63%
65.88%

Color #572B38 in popluar number systems.

HEX572B38
Decimal874356
Binary1010111101011111000
Octal1275370

Shades and tints

Shades of #572B38

#572B38
(87,43,56)
#502833
(80,40,51)
#49252E
(73,37,46)
#422229
(66,34,41)
#3B1F24
(59,31,36)
#341C1F
(52,28,31)
#2D191A
(45,25,26)
#261615
(38,22,21)
#1F1310
(31,19,16)
#18100B
(24,16,11)
#110D06
(17,13,6)
#000000
(0,0,0)

Tints of #572B38

#572B38
(87,43,56)
#663E4A
(102,62,74)
#75515C
(117,81,92)
#84646E
(132,100,110)
#937780
(147,119,128)
#A28A92
(162,138,146)
#B19DA4
(177,157,164)
#C0B0B6
(192,176,182)
#CFC3C8
(207,195,200)
#DED6DA
(222,214,218)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #572B38; }

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

This text font color is #572B38.


Background Color

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

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

This div background color is #572B38.


Border color

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

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

This div border color is #572B38.


Opacity

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

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

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

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

This text has shadow with #572B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572B38 on black background.


Color preview on white background

This text has color #572B38 on white background.



Black color preview on #572B38 background

This text has black color on #572B38 background.


White color preview on #572B38 background

This text has white color on #572B38 background.