COLOR #570606

HEX: #570606
RGB: (87,6,6)

Color info

#570606 contains mainly red color. Web safe color of #570606 is #660000 (or #600).

RGB color model

#570606 color RGB value is (87,6,6).

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

RGB channels and saturation

R 87 of 255 = 34%
G 6 of 255 = 2%
B 6 of 255 = 2%

87
6
6

R + G + B ~ 13%. #570606 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 6 + 6 = 99 (100%)
R 87 of 99 ~ 87.88%
G 6 of 99 ~ 6.06%
B 6 of 99 ~ 6.06%

%87.88

CMYK color model

#570606 color CMYK value is (0,93,93,66).

  • cyan value is 0.00%
  • magenta value is 93.10%
  • yellow value is 93.10%
  • key color value is 65.88%
CMYK:
(0,93,93,66)
C0M93Y93K66 
(0%,93%,93%,66%)
(0.00/0.93/0.93/0.66)	

CMYK percentages

%0
%93.1
%93.1
%65.88

Codes

Color #570606 in popluar color models

570606
RGB8766
HSL87.10%18.24%
HSB/HSV93.10%34.12%
CMYK0.00%93.10%93.10%
65.88%

Color #570606 in popluar number systems.

HEX570606
Decimal8766
Binary1010111110110
Octal12766

Shades and tints

Shades of #570606

#570606
(87,6,6)
#500606
(80,6,6)
#490606
(73,6,6)
#420606
(66,6,6)
#3B0606
(59,6,6)
#340606
(52,6,6)
#2D0606
(45,6,6)
#260606
(38,6,6)
#1F0606
(31,6,6)
#180606
(24,6,6)
#110606
(17,6,6)
#000000
(0,0,0)

Tints of #570606

#570606
(87,6,6)
#661C1C
(102,28,28)
#753232
(117,50,50)
#844848
(132,72,72)
#935E5E
(147,94,94)
#A27474
(162,116,116)
#B18A8A
(177,138,138)
#C0A0A0
(192,160,160)
#CFB6B6
(207,182,182)
#DECCCC
(222,204,204)
#EDE2E2
(237,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #570606; }

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

This text font color is #570606.


Background Color

.myBgColor { background-color: #570606; }

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

This div background color is #570606.


Border color

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

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

This div border color is #570606.


Opacity

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

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

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

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

This text has shadow with #570606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #570606 on black background.


Color preview on white background

This text has color #570606 on white background.



Black color preview on #570606 background

This text has black color on #570606 background.


White color preview on #570606 background

This text has white color on #570606 background.