COLOR #573B2A

HEX: #573B2A RGB: (87,59,42)

Color info

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

RGB color model

#573B2A color RGB value is (87,59,42).

RGB: (87,59,42) (34%, 23%, 16%)

RGB channels and saturation

R 87 of 255 = 34%
G 59 of 255 = 23%
B 42 of 255 = 16%

87
59
42

R + G + B ~ 24%. #573B2A is dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 59 + 42 = 188 (100%)
R 87 of 188 ~ 46.28%
G 59 of 188 ~ 31.38%
B 42 of 188 ~ 22.34'%

%46.28
%31.38
%22.34

CMYK color model

#573B2A color CMYK value is (0,32,52,66).

  • cyan value is 0.00%
  • magenta value is 32.18%
  • yellow value is 51.72%
  • key color value is 65.88%

CMYK: (0,32,52,66)
C0M32Y52K66 (0%, 32%, 52%, 66%)
(0.00 / 0.32 / 0.52 / 0.66)

CMYK percentages

%0
%32.18
%51.72
%65.88

Codes

Color #573B2A in popluar color models

57 3B 2A
RGB 87 59 42
HSL 23° 34.88% 25.29%
HSB/HSV 23° 51.72% 34.12%
CMYK 0.00% 32.18% 51.72%
65.88%

Color #573B2A in popluar number systems.

HEX 57 3B 2A
Decimal 87 59 42
Binary 1010111 111011 101010
Octal 127 73 52

Shades and tints

Shades of #573B2A

#573B2A
(87,59,42)
#503627
(80,54,39)
#493124
(73,49,36)
#422C21
(66,44,33)
#3B271E
(59,39,30)
#34221B
(52,34,27)
#2D1D18
(45,29,24)
#261815
(38,24,21)
#1F1312
(31,19,18)
#180E0F
(24,14,15)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #573B2A

#573B2A
(87,59,42)
#664C3D
(102,76,61)
#755D50
(117,93,80)
#846E63
(132,110,99)
#937F76
(147,127,118)
#A29089
(162,144,137)
#B1A19C
(177,161,156)
#C0B2AF
(192,178,175)
#CFC3C2
(207,195,194)
#DED4D5
(222,212,213)
#EDE5E8
(237,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573B2A color. Also use rgb(87,59,42) instead hex code.

Text Font Color

.myTextColor { color: #573B2A; }

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

This text font color is #573B2A.

Background Color

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

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

This div background color is #573B2A.

Border color

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

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

This div border color is #573B2A.

Opacity

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

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

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

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

This text has shadow with #573B2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #573B2A.

Preview

Color preview on black background

This text has color #573B2A on black background.


Color preview on white background

This text has color #573B2A on white background.


Black color preview on #573B2A background

This text has black color on #573B2A background.


White color preview on #573B2A background

This text has white color on #573B2A background.


Related colors

Complementary color

Complementary color for #hex is #A8C4D5.


I love getcolorcode.com

Triadic colors

1 #2A573B and #3B2A57 with #573B2A are triadic colors.

2 #2A3B57 and #3B572A with #573B2A are triadic colors.