COLOR #573C2E

HEX: #573C2E
RGB: (87,60,46)

Color info

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

RGB color model

#573C2E color RGB value is (87,60,46).

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

RGB channels and saturation

R 87 of 255 = 34%
G 60 of 255 = 24%
B 46 of 255 = 18%

87
60
46

R + G + B ~ 25%. #573C2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 60 + 46 = 193 (100%)
R 87 of 193 ~ 45.08%
G 60 of 193 ~ 31.09%
B 46 of 193 ~ 23.83%

%45.08
%31.09
%23.83

CMYK color model

#573C2E color CMYK value is (0,31,47,66).

  • cyan value is 0.00%
  • magenta value is 31.03%
  • yellow value is 47.13%
  • key color value is 65.88%
CMYK:
(0,31,47,66)
C0M31Y47K66 
(0%,31%,47%,66%)
(0.00/0.31/0.47/0.66)	

CMYK percentages

%0
%31.03
%47.13
%65.88

Codes

Color #573C2E in popluar color models

573C2E
RGB876046
HSL20°30.83%26.08%
HSB/HSV20°47.13%34.12%
CMYK0.00%31.03%47.13%
65.88%

Color #573C2E in popluar number systems.

HEX573C2E
Decimal876046
Binary1010111111100101110
Octal1277456

Shades and tints

Shades of #573C2E

#573C2E
(87,60,46)
#50372A
(80,55,42)
#493226
(73,50,38)
#422D22
(66,45,34)
#3B281E
(59,40,30)
#34231A
(52,35,26)
#2D1E16
(45,30,22)
#261912
(38,25,18)
#1F140E
(31,20,14)
#180F0A
(24,15,10)
#110A06
(17,10,6)
#000000
(0,0,0)

Tints of #573C2E

#573C2E
(87,60,46)
#664D41
(102,77,65)
#755E54
(117,94,84)
#846F67
(132,111,103)
#93807A
(147,128,122)
#A2918D
(162,145,141)
#B1A2A0
(177,162,160)
#C0B3B3
(192,179,179)
#CFC4C6
(207,196,198)
#DED5D9
(222,213,217)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573C2E; }

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

This text font color is #573C2E.


Background Color

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

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

This div background color is #573C2E.


Border color

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

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

This div border color is #573C2E.


Opacity

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

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

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

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

This text has shadow with #573C2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573C2E on black background.


Color preview on white background

This text has color #573C2E on white background.



Black color preview on #573C2E background

This text has black color on #573C2E background.


White color preview on #573C2E background

This text has white color on #573C2E background.