COLOR #572C30

HEX: #572C30
RGB: (87,44,48)

Color info

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

RGB color model

#572C30 color RGB value is (87,44,48).

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

RGB channels and saturation

R 87 of 255 = 34%
G 44 of 255 = 17%
B 48 of 255 = 19%

87
44
48

R + G + B ~ 23%. #572C30 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 44 + 48 = 179 (100%)
R 87 of 179 ~ 48.6%
G 44 of 179 ~ 24.58%
B 48 of 179 ~ 26.82%

%48.6
%24.58
%26.82

CMYK color model

#572C30 color CMYK value is (0,49,45,66).

  • cyan value is 0.00%
  • magenta value is 49.43%
  • yellow value is 44.83%
  • key color value is 65.88%
CMYK:
(0,49,45,66)
C0M49Y45K66 
(0%,49%,45%,66%)
(0.00/0.49/0.45/0.66)	

CMYK percentages

%0
%49.43
%44.83
%65.88

Codes

Color #572C30 in popluar color models

572C30
RGB874448
HSL354°32.82%25.69%
HSB/HSV354°49.43%34.12%
CMYK0.00%49.43%44.83%
65.88%

Color #572C30 in popluar number systems.

HEX572C30
Decimal874448
Binary1010111101100110000
Octal1275460

Shades and tints

Shades of #572C30

#572C30
(87,44,48)
#50282C
(80,40,44)
#492428
(73,36,40)
#422024
(66,32,36)
#3B1C20
(59,28,32)
#34181C
(52,24,28)
#2D1418
(45,20,24)
#261014
(38,16,20)
#1F0C10
(31,12,16)
#18080C
(24,8,12)
#110408
(17,4,8)
#000000
(0,0,0)

Tints of #572C30

#572C30
(87,44,48)
#663F42
(102,63,66)
#755254
(117,82,84)
#846566
(132,101,102)
#937878
(147,120,120)
#A28B8A
(162,139,138)
#B19E9C
(177,158,156)
#C0B1AE
(192,177,174)
#CFC4C0
(207,196,192)
#DED7D2
(222,215,210)
#EDEAE4
(237,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #572C30; }

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

This text font color is #572C30.


Background Color

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

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

This div background color is #572C30.


Border color

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

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

This div border color is #572C30.


Opacity

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

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

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

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

This text has shadow with #572C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572C30 on black background.


Color preview on white background

This text has color #572C30 on white background.



Black color preview on #572C30 background

This text has black color on #572C30 background.


White color preview on #572C30 background

This text has white color on #572C30 background.