COLOR #573D3D

HEX: #573D3D
RGB: (87,61,61)

Color info

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

RGB color model

#573D3D color RGB value is (87,61,61).

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

RGB channels and saturation

R 87 of 255 = 34%
G 61 of 255 = 24%
B 61 of 255 = 24%

87
61
61

R + G + B ~ 27%. #573D3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 61 + 61 = 209 (100%)
R 87 of 209 ~ 41.63%
G 61 of 209 ~ 29.19%
B 61 of 209 ~ 29.19%

%41.63
%29.19
%29.19

CMYK color model

#573D3D color CMYK value is (0,30,30,66).

  • cyan value is 0.00%
  • magenta value is 29.89%
  • yellow value is 29.89%
  • key color value is 65.88%
CMYK:
(0,30,30,66)
C0M30Y30K66 
(0%,30%,30%,66%)
(0.00/0.30/0.30/0.66)	

CMYK percentages

%0
%29.89
%29.89
%65.88

Codes

Color #573D3D in popluar color models

573D3D
RGB876161
HSL17.57%29.02%
HSB/HSV29.89%34.12%
CMYK0.00%29.89%29.89%
65.88%

Color #573D3D in popluar number systems.

HEX573D3D
Decimal876161
Binary1010111111101111101
Octal1277575

Shades and tints

Shades of #573D3D

#573D3D
(87,61,61)
#503838
(80,56,56)
#493333
(73,51,51)
#422E2E
(66,46,46)
#3B2929
(59,41,41)
#342424
(52,36,36)
#2D1F1F
(45,31,31)
#261A1A
(38,26,26)
#1F1515
(31,21,21)
#181010
(24,16,16)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #573D3D

#573D3D
(87,61,61)
#664E4E
(102,78,78)
#755F5F
(117,95,95)
#847070
(132,112,112)
#938181
(147,129,129)
#A29292
(162,146,146)
#B1A3A3
(177,163,163)
#C0B4B4
(192,180,180)
#CFC5C5
(207,197,197)
#DED6D6
(222,214,214)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573D3D; }

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

This text font color is #573D3D.


Background Color

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

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

This div background color is #573D3D.


Border color

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

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

This div border color is #573D3D.


Opacity

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

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

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

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

This text has shadow with #573D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573D3D on black background.


Color preview on white background

This text has color #573D3D on white background.



Black color preview on #573D3D background

This text has black color on #573D3D background.


White color preview on #573D3D background

This text has white color on #573D3D background.