COLOR #573523

HEX: #573523
RGB: (87,53,35)

Color info

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

RGB color model

#573523 color RGB value is (87,53,35).

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

RGB channels and saturation

R 87 of 255 = 34%
G 53 of 255 = 21%
B 35 of 255 = 14%

87
53
35

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

Portions of RGB colors in percentages

R + G + B =
87 + 53 + 35 = 175 (100%)
R 87 of 175 ~ 49.71%
G 53 of 175 ~ 30.29%
B 35 of 175 ~ 20%

%49.71
%30.29
%20

CMYK color model

#573523 color CMYK value is (0,39,60,66).

  • cyan value is 0.00%
  • magenta value is 39.08%
  • yellow value is 59.77%
  • key color value is 65.88%
CMYK:
(0,39,60,66)
C0M39Y60K66 
(0%,39%,60%,66%)
(0.00/0.39/0.60/0.66)	

CMYK percentages

%0
%39.08
%59.77
%65.88

Codes

Color #573523 in popluar color models

573523
RGB875335
HSL21°42.62%23.92%
HSB/HSV21°59.77%34.12%
CMYK0.00%39.08%59.77%
65.88%

Color #573523 in popluar number systems.

HEX573523
Decimal875335
Binary1010111110101100011
Octal1276543

Shades and tints

Shades of #573523

#573523
(87,53,35)
#503120
(80,49,32)
#492D1D
(73,45,29)
#42291A
(66,41,26)
#3B2517
(59,37,23)
#342114
(52,33,20)
#2D1D11
(45,29,17)
#26190E
(38,25,14)
#1F150B
(31,21,11)
#181108
(24,17,8)
#110D05
(17,13,5)
#000000
(0,0,0)

Tints of #573523

#573523
(87,53,35)
#664737
(102,71,55)
#75594B
(117,89,75)
#846B5F
(132,107,95)
#937D73
(147,125,115)
#A28F87
(162,143,135)
#B1A19B
(177,161,155)
#C0B3AF
(192,179,175)
#CFC5C3
(207,197,195)
#DED7D7
(222,215,215)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573523; }

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

This text font color is #573523.


Background Color

.myBgColor { background-color: #573523; }

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

This div background color is #573523.


Border color

.myBorderColor { border: 1px solid #573523; }

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

This div border color is #573523.


Opacity

.myOpacity80 { color: #573523; opacity: 0.8; }

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

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

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

This text has shadow with #573523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573523 on black background.


Color preview on white background

This text has color #573523 on white background.



Black color preview on #573523 background

This text has black color on #573523 background.


White color preview on #573523 background

This text has white color on #573523 background.