COLOR #572C4B

HEX: #572C4B
RGB: (87,44,75)

Color info

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

RGB color model

#572C4B color RGB value is (87,44,75).

  • red value is 87;
  • green value is 44;
  • blue value is 75.
RGB:
(87,44,75)
(34%,17%,29%)

RGB channels and saturation

R 87 of 255 = 34%
G 44 of 255 = 17%
B 75 of 255 = 29%

87
44
75

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

Portions of RGB colors in percentages

R + G + B =
87 + 44 + 75 = 206 (100%)
R 87 of 206 ~ 42.23%
G 44 of 206 ~ 21.36%
B 75 of 206 ~ 36.41%

%42.23
%21.36
%36.41

CMYK color model

#572C4B color CMYK value is (0,49,14,66).

  • cyan value is 0.00%
  • magenta value is 49.43%
  • yellow value is 13.79%
  • key color value is 65.88%
CMYK:
(0,49,14,66)
C0M49Y14K66 
(0%,49%,14%,66%)
(0.00/0.49/0.14/0.66)	

CMYK percentages

%0
%49.43
%13.79
%65.88

Codes

Color #572C4B in popluar color models

572C4B
RGB874475
HSL317°32.82%25.69%
HSB/HSV317°49.43%34.12%
CMYK0.00%49.43%13.79%
65.88%

Color #572C4B in popluar number systems.

HEX572C4B
Decimal874475
Binary10101111011001001011
Octal12754113

Shades and tints

Shades of #572C4B

#572C4B
(87,44,75)
#502845
(80,40,69)
#49243F
(73,36,63)
#422039
(66,32,57)
#3B1C33
(59,28,51)
#34182D
(52,24,45)
#2D1427
(45,20,39)
#261021
(38,16,33)
#1F0C1B
(31,12,27)
#180815
(24,8,21)
#11040F
(17,4,15)
#000000
(0,0,0)

Tints of #572C4B

#572C4B
(87,44,75)
#663F5B
(102,63,91)
#75526B
(117,82,107)
#84657B
(132,101,123)
#93788B
(147,120,139)
#A28B9B
(162,139,155)
#B19EAB
(177,158,171)
#C0B1BB
(192,177,187)
#CFC4CB
(207,196,203)
#DED7DB
(222,215,219)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #572C4B color. Also use rgb(87,44,75) instead hex code.

Text Font Color

.myTextColor { color: #572C4B; }

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

This text font color is #572C4B.


Background Color

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

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

This div background color is #572C4B.


Border color

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

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

This div border color is #572C4B.


Opacity

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

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

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

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

This text has shadow with #572C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572C4B on black background.


Color preview on white background

This text has color #572C4B on white background.



Black color preview on #572C4B background

This text has black color on #572C4B background.


White color preview on #572C4B background

This text has white color on #572C4B background.