COLOR #570B20

HEX: #570B20
RGB: (87,11,32)

Color info

#570B20 contains mainly red and blue colors. Web safe color of #570B20 is #660033 (or #603).

RGB color model

#570B20 color RGB value is (87,11,32).

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

RGB channels and saturation

R 87 of 255 = 34%
G 11 of 255 = 4%
B 32 of 255 = 13%

87
11
32

R + G + B ~ 17%. #570B20 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 11 + 32 = 130 (100%)
R 87 of 130 ~ 66.92%
G 11 of 130 ~ 8.46%
B 32 of 130 ~ 24.62%

%66.92
%24.62

CMYK color model

#570B20 color CMYK value is (0,87,63,66).

  • cyan value is 0.00%
  • magenta value is 87.36%
  • yellow value is 63.22%
  • key color value is 65.88%
CMYK:
(0,87,63,66)
C0M87Y63K66 
(0%,87%,63%,66%)
(0.00/0.87/0.63/0.66)	

CMYK percentages

%0
%87.36
%63.22
%65.88

Codes

Color #570B20 in popluar color models

570B20
RGB871132
HSL343°77.55%19.22%
HSB/HSV343°87.36%34.12%
CMYK0.00%87.36%63.22%
65.88%

Color #570B20 in popluar number systems.

HEX570B20
Decimal871132
Binary10101111011100000
Octal1271340

Shades and tints

Shades of #570B20

#570B20
(87,11,32)
#500A1E
(80,10,30)
#49091C
(73,9,28)
#42081A
(66,8,26)
#3B0718
(59,7,24)
#340616
(52,6,22)
#2D0514
(45,5,20)
#260412
(38,4,18)
#1F0310
(31,3,16)
#18020E
(24,2,14)
#11010C
(17,1,12)
#000000
(0,0,0)

Tints of #570B20

#570B20
(87,11,32)
#662134
(102,33,52)
#753748
(117,55,72)
#844D5C
(132,77,92)
#936370
(147,99,112)
#A27984
(162,121,132)
#B18F98
(177,143,152)
#C0A5AC
(192,165,172)
#CFBBC0
(207,187,192)
#DED1D4
(222,209,212)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #570B20 color. Also use rgb(87,11,32) instead hex code.

Text Font Color

.myTextColor { color: #570B20; }

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

This text font color is #570B20.


Background Color

.myBgColor { background-color: #570B20; }

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

This div background color is #570B20.


Border color

.myBorderColor { border: 1px solid #570B20; }

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

This div border color is #570B20.


Opacity

.myOpacity80 { color: #570B20; opacity: 0.8; }

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

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

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

This text has shadow with #570B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #570B20 on black background.


Color preview on white background

This text has color #570B20 on white background.



Black color preview on #570B20 background

This text has black color on #570B20 background.


White color preview on #570B20 background

This text has white color on #570B20 background.