COLOR #53573B

HEX: #53573B
RGB: (83,87,59)

Color info

#53573B contains red, green and blue colors in about the same proportion. Web safe color of #53573B is #666633 (or #663).

RGB color model

#53573B color RGB value is (83,87,59).

  • red value is 83;
  • green value is 87;
  • blue value is 59.
RGB:
(83,87,59)
(33%,34%,23%)

RGB channels and saturation

R 83 of 255 = 33%
G 87 of 255 = 34%
B 59 of 255 = 23%

83
87
59

R + G + B ~ 30%. #53573B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 87 + 59 = 229 (100%)
R 83 of 229 ~ 36.24%
G 87 of 229 ~ 37.99%
B 59 of 229 ~ 25.76%

%36.24
%37.99
%25.76

CMYK color model

#53573B color CMYK value is (5,0,32,66).

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 32.18%
  • key color value is 65.88%
CMYK:
(5,0,32,66)
C5M0Y32K66 
(5%,0%,32%,66%)
(0.05/0.00/0.32/0.66)	

CMYK percentages

%4.6
%0
%32.18
%65.88

Codes

Color #53573B in popluar color models

53573B
RGB838759
HSL69°19.18%28.63%
HSB/HSV69°32.18%34.12%
CMYK4.60%0.00%32.18%
65.88%

Color #53573B in popluar number systems.

HEX53573B
Decimal838759
Binary10100111010111111011
Octal12312773

Shades and tints

Shades of #53573B

#53573B
(83,87,59)
#4C5036
(76,80,54)
#454931
(69,73,49)
#3E422C
(62,66,44)
#373B27
(55,59,39)
#303422
(48,52,34)
#292D1D
(41,45,29)
#222618
(34,38,24)
#1B1F13
(27,31,19)
#14180E
(20,24,14)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #53573B

#53573B
(83,87,59)
#62664C
(98,102,76)
#71755D
(113,117,93)
#80846E
(128,132,110)
#8F937F
(143,147,127)
#9EA290
(158,162,144)
#ADB1A1
(173,177,161)
#BCC0B2
(188,192,178)
#CBCFC3
(203,207,195)
#DADED4
(218,222,212)
#E9EDE5
(233,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53573B color. Also use rgb(83,87,59) instead hex code.

Text Font Color

.myTextColor { color: #53573B; }

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

This text font color is #53573B.


Background Color

.myBgColor { background-color: #53573B; }

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

This div background color is #53573B.


Border color

.myBorderColor { border: 1px solid #53573B; }

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

This div border color is #53573B.


Opacity

.myOpacity80 { color: #53573B; opacity: 0.8; }

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

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

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

This text has shadow with #53573B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53573B on black background.


Color preview on white background

This text has color #53573B on white background.



Black color preview on #53573B background

This text has black color on #53573B background.


White color preview on #53573B background

This text has white color on #53573B background.