COLOR #573535

HEX: #573535
RGB: (87,53,53)

Color info

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

RGB color model

#573535 color RGB value is (87,53,53).

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

RGB channels and saturation

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

87
53
53

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

Portions of RGB colors in percentages

R + G + B =
87 + 53 + 53 = 193 (100%)
R 87 of 193 ~ 45.08%
G 53 of 193 ~ 27.46%
B 53 of 193 ~ 27.46%

%45.08
%27.46
%27.46

CMYK color model

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

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

CMYK percentages

%0
%39.08
%39.08
%65.88

Codes

Color #573535 in popluar color models

573535
RGB875353
HSL24.29%27.45%
HSB/HSV39.08%34.12%
CMYK0.00%39.08%39.08%
65.88%

Color #573535 in popluar number systems.

HEX573535
Decimal875353
Binary1010111110101110101
Octal1276565

Shades and tints

Shades of #573535

#573535
(87,53,53)
#503131
(80,49,49)
#492D2D
(73,45,45)
#422929
(66,41,41)
#3B2525
(59,37,37)
#342121
(52,33,33)
#2D1D1D
(45,29,29)
#261919
(38,25,25)
#1F1515
(31,21,21)
#181111
(24,17,17)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #573535

#573535
(87,53,53)
#664747
(102,71,71)
#755959
(117,89,89)
#846B6B
(132,107,107)
#937D7D
(147,125,125)
#A28F8F
(162,143,143)
#B1A1A1
(177,161,161)
#C0B3B3
(192,179,179)
#CFC5C5
(207,197,197)
#DED7D7
(222,215,215)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573535; }

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

This text font color is #573535.


Background Color

.myBgColor { background-color: #573535; }

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

This div background color is #573535.


Border color

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

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

This div border color is #573535.


Opacity

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

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

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

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

This text has shadow with #573535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573535 on black background.


Color preview on white background

This text has color #573535 on white background.



Black color preview on #573535 background

This text has black color on #573535 background.


White color preview on #573535 background

This text has white color on #573535 background.