COLOR #570D08

HEX: #570D08 RGB: (87,13,8)

Color info

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

RGB color model

#570D08 color RGB value is (87,13,8).

RGB: (87,13,8) (34%, 5%, 3%)

RGB channels and saturation

R 87 of 255 = 34%
G 13 of 255 = 5%
B 8 of 255 = 3%

87
13
8

R + G + B ~ 14%. #570D08 is dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 13 + 8 = 108 (100%)
R 87 of 108 ~ 80.56%
G 13 of 108 ~ 12.04%
B 8 of 108 ~ 7.41'%

%80.56
%12.04

CMYK color model

#570D08 color CMYK value is (0,85,91,66).

  • cyan value is 0.00%
  • magenta value is 85.06%
  • yellow value is 90.80%
  • key color value is 65.88%

CMYK: (0,85,91,66)
C0M85Y91K66 (0%, 85%, 91%, 66%)
(0.00 / 0.85 / 0.91 / 0.66)

CMYK percentages

%0
%85.06
%90.8
%65.88

Codes

Color #570D08 in popluar color models

57 0D 08
RGB 87 13 8
HSL 83.16% 18.63%
HSB/HSV 90.80% 34.12%
CMYK 0.00% 85.06% 90.80%
65.88%

Color #570D08 in popluar number systems.

HEX 57 0D 08
Decimal 87 13 8
Binary 1010111 1101 1000
Octal 127 15 10

Shades and tints

Shades of #570D08

#570D08
(87,13,8)
#500C08
(80,12,8)
#490B08
(73,11,8)
#420A08
(66,10,8)
#3B0908
(59,9,8)
#340808
(52,8,8)
#2D0708
(45,7,8)
#260608
(38,6,8)
#1F0508
(31,5,8)
#180408
(24,4,8)
#110308
(17,3,8)
#000000
(0,0,0)

Tints of #570D08

#570D08
(87,13,8)
#66231E
(102,35,30)
#753934
(117,57,52)
#844F4A
(132,79,74)
#936560
(147,101,96)
#A27B76
(162,123,118)
#B1918C
(177,145,140)
#C0A7A2
(192,167,162)
#CFBDB8
(207,189,184)
#DED3CE
(222,211,206)
#EDE9E4
(237,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #570D08 color. Also use rgb(87,13,8) instead hex code.

Text Font Color

.myTextColor { color: #570D08; }

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

This text font color is #570D08.

Background Color

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

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

This div background color is #570D08.

Border color

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

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

This div border color is #570D08.

Opacity

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

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

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

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

This text has shadow with #570D08 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #570D08.

Preview

Color preview on black background

This text has color #570D08 on black background.


Color preview on white background

This text has color #570D08 on white background.


Black color preview on #570D08 background

This text has black color on #570D08 background.


White color preview on #570D08 background

This text has white color on #570D08 background.


Related colors

Complementary color

Complementary color for #hex is #A8F2F7.


I love getcolorcode.com

Triadic colors

1 #08570D and #0D0857 with #570D08 are triadic colors.

2 #080D57 and #0D5708 with #570D08 are triadic colors.