COLOR #573C34

HEX: #573C34
RGB: (87,60,52)

Color info

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

RGB color model

#573C34 color RGB value is (87,60,52).

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

RGB channels and saturation

R 87 of 255 = 34%
G 60 of 255 = 24%
B 52 of 255 = 20%

87
60
52

R + G + B ~ 26%. #573C34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 60 + 52 = 199 (100%)
R 87 of 199 ~ 43.72%
G 60 of 199 ~ 30.15%
B 52 of 199 ~ 26.13%

%43.72
%30.15
%26.13

CMYK color model

#573C34 color CMYK value is (0,31,40,66).

  • cyan value is 0.00%
  • magenta value is 31.03%
  • yellow value is 40.23%
  • key color value is 65.88%
CMYK:
(0,31,40,66)
C0M31Y40K66 
(0%,31%,40%,66%)
(0.00/0.31/0.40/0.66)	

CMYK percentages

%0
%31.03
%40.23
%65.88

Codes

Color #573C34 in popluar color models

573C34
RGB876052
HSL14°25.18%27.25%
HSB/HSV14°40.23%34.12%
CMYK0.00%31.03%40.23%
65.88%

Color #573C34 in popluar number systems.

HEX573C34
Decimal876052
Binary1010111111100110100
Octal1277464

Shades and tints

Shades of #573C34

#573C34
(87,60,52)
#503730
(80,55,48)
#49322C
(73,50,44)
#422D28
(66,45,40)
#3B2824
(59,40,36)
#342320
(52,35,32)
#2D1E1C
(45,30,28)
#261918
(38,25,24)
#1F1414
(31,20,20)
#180F10
(24,15,16)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #573C34

#573C34
(87,60,52)
#664D46
(102,77,70)
#755E58
(117,94,88)
#846F6A
(132,111,106)
#93807C
(147,128,124)
#A2918E
(162,145,142)
#B1A2A0
(177,162,160)
#C0B3B2
(192,179,178)
#CFC4C4
(207,196,196)
#DED5D6
(222,213,214)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573C34; }

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

This text font color is #573C34.


Background Color

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

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

This div background color is #573C34.


Border color

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

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

This div border color is #573C34.


Opacity

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

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

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

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

This text has shadow with #573C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573C34 on black background.


Color preview on white background

This text has color #573C34 on white background.



Black color preview on #573C34 background

This text has black color on #573C34 background.


White color preview on #573C34 background

This text has white color on #573C34 background.