COLOR #571C0C

HEX: #571C0C
RGB: (87,28,12)

Color info

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

RGB color model

#571C0C color RGB value is (87,28,12).

  • red value is 87;
  • green value is 28;
  • blue value is 12.
RGB:
(87,28,12)
(34%,11%,5%)

RGB channels and saturation

R 87 of 255 = 34%
G 28 of 255 = 11%
B 12 of 255 = 5%

87
28
12

R + G + B ~ 17%. #571C0C is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 28 + 12 = 127 (100%)
R 87 of 127 ~ 68.5%
G 28 of 127 ~ 22.05%
B 12 of 127 ~ 9.45%

%68.5
%22.05

CMYK color model

#571C0C color CMYK value is (0,68,86,66).

  • cyan value is 0.00%
  • magenta value is 67.82%
  • yellow value is 86.21%
  • key color value is 65.88%
CMYK:
(0,68,86,66)
C0M68Y86K66 
(0%,68%,86%,66%)
(0.00/0.68/0.86/0.66)	

CMYK percentages

%0
%67.82
%86.21
%65.88

Codes

Color #571C0C in popluar color models

571C0C
RGB872812
HSL13°75.76%19.41%
HSB/HSV13°86.21%34.12%
CMYK0.00%67.82%86.21%
65.88%

Color #571C0C in popluar number systems.

HEX571C0C
Decimal872812
Binary1010111111001100
Octal1273414

Shades and tints

Shades of #571C0C

#571C0C
(87,28,12)
#501A0B
(80,26,11)
#49180A
(73,24,10)
#421609
(66,22,9)
#3B1408
(59,20,8)
#341207
(52,18,7)
#2D1006
(45,16,6)
#260E05
(38,14,5)
#1F0C04
(31,12,4)
#180A03
(24,10,3)
#110802
(17,8,2)
#000000
(0,0,0)

Tints of #571C0C

#571C0C
(87,28,12)
#663022
(102,48,34)
#754438
(117,68,56)
#84584E
(132,88,78)
#936C64
(147,108,100)
#A2807A
(162,128,122)
#B19490
(177,148,144)
#C0A8A6
(192,168,166)
#CFBCBC
(207,188,188)
#DED0D2
(222,208,210)
#EDE4E8
(237,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #571C0C color. Also use rgb(87,28,12) instead hex code.

Text Font Color

.myTextColor { color: #571C0C; }

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

This text font color is #571C0C.


Background Color

.myBgColor { background-color: #571C0C; }

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

This div background color is #571C0C.


Border color

.myBorderColor { border: 1px solid #571C0C; }

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

This div border color is #571C0C.


Opacity

.myOpacity80 { color: #571C0C; opacity: 0.8; }

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

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

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

This text has shadow with #571C0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571C0C on black background.


Color preview on white background

This text has color #571C0C on white background.



Black color preview on #571C0C background

This text has black color on #571C0C background.


White color preview on #571C0C background

This text has white color on #571C0C background.