COLOR #573939

HEX: #573939
RGB: (87,57,57)

Color info

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

RGB color model

#573939 color RGB value is (87,57,57).

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

RGB channels and saturation

R 87 of 255 = 34%
G 57 of 255 = 22%
B 57 of 255 = 22%

87
57
57

R + G + B ~ 26%. #573939 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 57 + 57 = 201 (100%)
R 87 of 201 ~ 43.28%
G 57 of 201 ~ 28.36%
B 57 of 201 ~ 28.36%

%43.28
%28.36
%28.36

CMYK color model

#573939 color CMYK value is (0,34,34,66).

  • cyan value is 0.00%
  • magenta value is 34.48%
  • yellow value is 34.48%
  • key color value is 65.88%
CMYK:
(0,34,34,66)
C0M34Y34K66 
(0%,34%,34%,66%)
(0.00/0.34/0.34/0.66)	

CMYK percentages

%0
%34.48
%34.48
%65.88

Codes

Color #573939 in popluar color models

573939
RGB875757
HSL20.83%28.24%
HSB/HSV34.48%34.12%
CMYK0.00%34.48%34.48%
65.88%

Color #573939 in popluar number systems.

HEX573939
Decimal875757
Binary1010111111001111001
Octal1277171

Shades and tints

Shades of #573939

#573939
(87,57,57)
#503434
(80,52,52)
#492F2F
(73,47,47)
#422A2A
(66,42,42)
#3B2525
(59,37,37)
#342020
(52,32,32)
#2D1B1B
(45,27,27)
#261616
(38,22,22)
#1F1111
(31,17,17)
#180C0C
(24,12,12)
#110707
(17,7,7)
#000000
(0,0,0)

Tints of #573939

#573939
(87,57,57)
#664B4B
(102,75,75)
#755D5D
(117,93,93)
#846F6F
(132,111,111)
#938181
(147,129,129)
#A29393
(162,147,147)
#B1A5A5
(177,165,165)
#C0B7B7
(192,183,183)
#CFC9C9
(207,201,201)
#DEDBDB
(222,219,219)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573939; }

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

This text font color is #573939.


Background Color

.myBgColor { background-color: #573939; }

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

This div background color is #573939.


Border color

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

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

This div border color is #573939.


Opacity

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

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

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

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

This text has shadow with #573939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573939 on black background.


Color preview on white background

This text has color #573939 on white background.



Black color preview on #573939 background

This text has black color on #573939 background.


White color preview on #573939 background

This text has white color on #573939 background.