COLOR #573C4C

HEX: #573C4C
RGB: (87,60,76)

Color info

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

RGB color model

#573C4C color RGB value is (87,60,76).

  • red value is 87;
  • green value is 60;
  • blue value is 76.
RGB:
(87,60,76)
(34%,24%,30%)

RGB channels and saturation

R 87 of 255 = 34%
G 60 of 255 = 24%
B 76 of 255 = 30%

87
60
76

R + G + B ~ 29%. #573C4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 60 + 76 = 223 (100%)
R 87 of 223 ~ 39.01%
G 60 of 223 ~ 26.91%
B 76 of 223 ~ 34.08%

%39.01
%26.91
%34.08

CMYK color model

#573C4C color CMYK value is (0,31,13,66).

  • cyan value is 0.00%
  • magenta value is 31.03%
  • yellow value is 12.64%
  • key color value is 65.88%
CMYK:
(0,31,13,66)
C0M31Y13K66 
(0%,31%,13%,66%)
(0.00/0.31/0.13/0.66)	

CMYK percentages

%0
%31.03
%12.64
%65.88

Codes

Color #573C4C in popluar color models

573C4C
RGB876076
HSL324°18.37%28.82%
HSB/HSV324°31.03%34.12%
CMYK0.00%31.03%12.64%
65.88%

Color #573C4C in popluar number systems.

HEX573C4C
Decimal876076
Binary10101111111001001100
Octal12774114

Shades and tints

Shades of #573C4C

#573C4C
(87,60,76)
#503746
(80,55,70)
#493240
(73,50,64)
#422D3A
(66,45,58)
#3B2834
(59,40,52)
#34232E
(52,35,46)
#2D1E28
(45,30,40)
#261922
(38,25,34)
#1F141C
(31,20,28)
#180F16
(24,15,22)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #573C4C

#573C4C
(87,60,76)
#664D5C
(102,77,92)
#755E6C
(117,94,108)
#846F7C
(132,111,124)
#93808C
(147,128,140)
#A2919C
(162,145,156)
#B1A2AC
(177,162,172)
#C0B3BC
(192,179,188)
#CFC4CC
(207,196,204)
#DED5DC
(222,213,220)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573C4C; }

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

This text font color is #573C4C.


Background Color

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

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

This div background color is #573C4C.


Border color

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

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

This div border color is #573C4C.


Opacity

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

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

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

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

This text has shadow with #573C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573C4C on black background.


Color preview on white background

This text has color #573C4C on white background.



Black color preview on #573C4C background

This text has black color on #573C4C background.


White color preview on #573C4C background

This text has white color on #573C4C background.