COLOR #572C4C

HEX: #572C4C RGB: (87,44,76)

Color info

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

RGB color model

#572C4C color RGB value is (87,44,76).

RGB: (87,44,76) (34%, 17%, 30%)

RGB channels and saturation

R 87 of 255 = 34%
G 44 of 255 = 17%
B 76 of 255 = 30%

87
44
76

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

Portions of RGB colors in percentages

R + G + B = 87 + 44 + 76 = 207 (100%)
R 87 of 207 ~ 42.03%
G 44 of 207 ~ 21.26%
B 76 of 207 ~ 36.71'%

%42.03
%21.26
%36.71

CMYK color model

#572C4C color CMYK value is (0,49,13,66).

  • cyan value is 0.00%
  • magenta value is 49.43%
  • yellow value is 12.64%
  • key color value is 65.88%
CMYK: (0,49,13,66) C0M49Y13K66 (0%,49%,13%,66%) (0.00/0.49/0.13/0.66) 

CMYK percentages

%0
%49.43
%12.64
%65.88

Codes

Color #572C4C in popluar color models

57 2C 4C
RGB 87 44 76
HSL 315° 32.82% 25.69%
HSB/HSV 315° 49.43% 34.12%
CMYK 0.00% 49.43% 12.64%
65.88%

Color #572C4C in popluar number systems.

HEX 57 2C 4C
Decimal 87 44 76
Binary 1010111 101100 1001100
Octal 127 54 114

Shades and tints

Shades of #572C4C

#572C4C
(87,44,76)
#502846
(80,40,70)
#492440
(73,36,64)
#42203A
(66,32,58)
#3B1C34
(59,28,52)
#34182E
(52,24,46)
#2D1428
(45,20,40)
#261022
(38,16,34)
#1F0C1C
(31,12,28)
#180816
(24,8,22)
#110410
(17,4,16)
#000000
(0,0,0)

Tints of #572C4C

#572C4C
(87,44,76)
#663F5C
(102,63,92)
#75526C
(117,82,108)
#84657C
(132,101,124)
#93788C
(147,120,140)
#A28B9C
(162,139,156)
#B19EAC
(177,158,172)
#C0B1BC
(192,177,188)
#CFC4CC
(207,196,204)
#DED7DC
(222,215,220)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #572C4C; }

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

This text font color is #572C4C.

Background Color

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

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

This div background color is #572C4C.

Border color

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

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

This div border color is #572C4C.

Opacity

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

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

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

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

This text has shadow with #572C4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #572C4C.

Preview

Color preview on black background

This text has color #572C4C on black background.


Color preview on white background

This text has color #572C4C on white background.


Black color preview on #572C4C background

This text has black color on #572C4C background.


White color preview on #572C4C background

This text has white color on #572C4C background.


Related colors

Complementary color

Complementary color for #hex is #A8D3B3.


I love getcolorcode.com

Triadic colors

1 #4C572C and #2C4C57 with #572C4C are triadic colors.

2 #4C2C57 and #2C574C with #572C4C are triadic colors.