COLOR #573C35

HEX: #573C35
RGB: (87,60,53)

Color info

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

RGB color model

#573C35 color RGB value is (87,60,53).

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

RGB channels and saturation

R 87 of 255 = 34%
G 60 of 255 = 24%
B 53 of 255 = 21%

87
60
53

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

Portions of RGB colors in percentages

R + G + B =
87 + 60 + 53 = 200 (100%)
R 87 of 200 ~ 43.5%
G 60 of 200 ~ 30%
B 53 of 200 ~ 26.5%

%43.5
%30
%26.5

CMYK color model

#573C35 color CMYK value is (0,31,39,66).

  • cyan value is 0.00%
  • magenta value is 31.03%
  • yellow value is 39.08%
  • key color value is 65.88%
CMYK:
(0,31,39,66)
C0M31Y39K66 
(0%,31%,39%,66%)
(0.00/0.31/0.39/0.66)	

CMYK percentages

%0
%31.03
%39.08
%65.88

Codes

Color #573C35 in popluar color models

573C35
RGB876053
HSL12°24.29%27.45%
HSB/HSV12°39.08%34.12%
CMYK0.00%31.03%39.08%
65.88%

Color #573C35 in popluar number systems.

HEX573C35
Decimal876053
Binary1010111111100110101
Octal1277465

Shades and tints

Shades of #573C35

#573C35
(87,60,53)
#503731
(80,55,49)
#49322D
(73,50,45)
#422D29
(66,45,41)
#3B2825
(59,40,37)
#342321
(52,35,33)
#2D1E1D
(45,30,29)
#261919
(38,25,25)
#1F1415
(31,20,21)
#180F11
(24,15,17)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #573C35

#573C35
(87,60,53)
#664D47
(102,77,71)
#755E59
(117,94,89)
#846F6B
(132,111,107)
#93807D
(147,128,125)
#A2918F
(162,145,143)
#B1A2A1
(177,162,161)
#C0B3B3
(192,179,179)
#CFC4C5
(207,196,197)
#DED5D7
(222,213,215)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573C35; }

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

This text font color is #573C35.


Background Color

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

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

This div background color is #573C35.


Border color

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

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

This div border color is #573C35.


Opacity

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

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

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

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

This text has shadow with #573C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573C35 on black background.


Color preview on white background

This text has color #573C35 on white background.



Black color preview on #573C35 background

This text has black color on #573C35 background.


White color preview on #573C35 background

This text has white color on #573C35 background.