COLOR #573E2A

HEX: #573E2A
RGB: (87,62,42)

Color info

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

RGB color model

#573E2A color RGB value is (87,62,42).

  • red value is 87;
  • green value is 62;
  • blue value is 42.
RGB:
(87,62,42)
(34%,24%,16%)

RGB channels and saturation

R 87 of 255 = 34%
G 62 of 255 = 24%
B 42 of 255 = 16%

87
62
42

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

Portions of RGB colors in percentages

R + G + B =
87 + 62 + 42 = 191 (100%)
R 87 of 191 ~ 45.55%
G 62 of 191 ~ 32.46%
B 42 of 191 ~ 21.99%

%45.55
%32.46
%21.99

CMYK color model

#573E2A color CMYK value is (0,29,52,66).

  • cyan value is 0.00%
  • magenta value is 28.74%
  • yellow value is 51.72%
  • key color value is 65.88%
CMYK:
(0,29,52,66)
C0M29Y52K66 
(0%,29%,52%,66%)
(0.00/0.29/0.52/0.66)	

CMYK percentages

%0
%28.74
%51.72
%65.88

Codes

Color #573E2A in popluar color models

573E2A
RGB876242
HSL27°34.88%25.29%
HSB/HSV27°51.72%34.12%
CMYK0.00%28.74%51.72%
65.88%

Color #573E2A in popluar number systems.

HEX573E2A
Decimal876242
Binary1010111111110101010
Octal1277652

Shades and tints

Shades of #573E2A

#573E2A
(87,62,42)
#503927
(80,57,39)
#493424
(73,52,36)
#422F21
(66,47,33)
#3B2A1E
(59,42,30)
#34251B
(52,37,27)
#2D2018
(45,32,24)
#261B15
(38,27,21)
#1F1612
(31,22,18)
#18110F
(24,17,15)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #573E2A

#573E2A
(87,62,42)
#664F3D
(102,79,61)
#756050
(117,96,80)
#847163
(132,113,99)
#938276
(147,130,118)
#A29389
(162,147,137)
#B1A49C
(177,164,156)
#C0B5AF
(192,181,175)
#CFC6C2
(207,198,194)
#DED7D5
(222,215,213)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573E2A; }

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

This text font color is #573E2A.


Background Color

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

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

This div background color is #573E2A.


Border color

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

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

This div border color is #573E2A.


Opacity

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

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

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

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

This text has shadow with #573E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573E2A on black background.


Color preview on white background

This text has color #573E2A on white background.



Black color preview on #573E2A background

This text has black color on #573E2A background.


White color preview on #573E2A background

This text has white color on #573E2A background.