COLOR #57200D

HEX: #57200D
RGB: (87,32,13)

Color info

#57200D contains mainly red and green colors. Web safe color of #57200D is #663300 (or #630).

RGB color model

#57200D color RGB value is (87,32,13).

  • red value is 87;
  • green value is 32;
  • blue value is 13.
RGB:
(87,32,13)
(34%,13%,5%)

RGB channels and saturation

R 87 of 255 = 34%
G 32 of 255 = 13%
B 13 of 255 = 5%

87
32
13

R + G + B ~ 17%. #57200D is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 32 + 13 = 132 (100%)
R 87 of 132 ~ 65.91%
G 32 of 132 ~ 24.24%
B 13 of 132 ~ 9.85%

%65.91
%24.24
%9.85

CMYK color model

#57200D color CMYK value is (0,63,85,66).

  • cyan value is 0.00%
  • magenta value is 63.22%
  • yellow value is 85.06%
  • key color value is 65.88%
CMYK:
(0,63,85,66)
C0M63Y85K66 
(0%,63%,85%,66%)
(0.00/0.63/0.85/0.66)	

CMYK percentages

%0
%63.22
%85.06
%65.88

Codes

Color #57200D in popluar color models

57200D
RGB873213
HSL15°74.00%19.61%
HSB/HSV15°85.06%34.12%
CMYK0.00%63.22%85.06%
65.88%

Color #57200D in popluar number systems.

HEX57200D
Decimal873213
Binary10101111000001101
Octal1274015

Shades and tints

Shades of #57200D

#57200D
(87,32,13)
#501E0C
(80,30,12)
#491C0B
(73,28,11)
#421A0A
(66,26,10)
#3B1809
(59,24,9)
#341608
(52,22,8)
#2D1407
(45,20,7)
#261206
(38,18,6)
#1F1005
(31,16,5)
#180E04
(24,14,4)
#110C03
(17,12,3)
#000000
(0,0,0)

Tints of #57200D

#57200D
(87,32,13)
#663423
(102,52,35)
#754839
(117,72,57)
#845C4F
(132,92,79)
#937065
(147,112,101)
#A2847B
(162,132,123)
#B19891
(177,152,145)
#C0ACA7
(192,172,167)
#CFC0BD
(207,192,189)
#DED4D3
(222,212,211)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57200D color. Also use rgb(87,32,13) instead hex code.

Text Font Color

.myTextColor { color: #57200D; }

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

This text font color is #57200D.


Background Color

.myBgColor { background-color: #57200D; }

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

This div background color is #57200D.


Border color

.myBorderColor { border: 1px solid #57200D; }

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

This div border color is #57200D.


Opacity

.myOpacity80 { color: #57200D; opacity: 0.8; }

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

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

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

This text has shadow with #57200D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57200D on black background.


Color preview on white background

This text has color #57200D on white background.



Black color preview on #57200D background

This text has black color on #57200D background.


White color preview on #57200D background

This text has white color on #57200D background.