COLOR #571312

HEX: #571312
RGB: (87,19,18)

Color info

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

RGB color model

#571312 color RGB value is (87,19,18).

  • red value is 87;
  • green value is 19;
  • blue value is 18.
RGB:
(87,19,18)
(34%,7%,7%)

RGB channels and saturation

R 87 of 255 = 34%
G 19 of 255 = 7%
B 18 of 255 = 7%

87
19
18

R + G + B ~ 16%. #571312 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 19 + 18 = 124 (100%)
R 87 of 124 ~ 70.16%
G 19 of 124 ~ 15.32%
B 18 of 124 ~ 14.52%

%70.16
%15.32
%14.52

CMYK color model

#571312 color CMYK value is (0,78,79,66).

  • cyan value is 0.00%
  • magenta value is 78.16%
  • yellow value is 79.31%
  • key color value is 65.88%
CMYK:
(0,78,79,66)
C0M78Y79K66 
(0%,78%,79%,66%)
(0.00/0.78/0.79/0.66)	

CMYK percentages

%0
%78.16
%79.31
%65.88

Codes

Color #571312 in popluar color models

571312
RGB871918
HSL65.71%20.59%
HSB/HSV79.31%34.12%
CMYK0.00%78.16%79.31%
65.88%

Color #571312 in popluar number systems.

HEX571312
Decimal871918
Binary10101111001110010
Octal1272322

Shades and tints

Shades of #571312

#571312
(87,19,18)
#501211
(80,18,17)
#491110
(73,17,16)
#42100F
(66,16,15)
#3B0F0E
(59,15,14)
#340E0D
(52,14,13)
#2D0D0C
(45,13,12)
#260C0B
(38,12,11)
#1F0B0A
(31,11,10)
#180A09
(24,10,9)
#110908
(17,9,8)
#000000
(0,0,0)

Tints of #571312

#571312
(87,19,18)
#662827
(102,40,39)
#753D3C
(117,61,60)
#845251
(132,82,81)
#936766
(147,103,102)
#A27C7B
(162,124,123)
#B19190
(177,145,144)
#C0A6A5
(192,166,165)
#CFBBBA
(207,187,186)
#DED0CF
(222,208,207)
#EDE5E4
(237,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #571312; }

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

This text font color is #571312.


Background Color

.myBgColor { background-color: #571312; }

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

This div background color is #571312.


Border color

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

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

This div border color is #571312.


Opacity

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

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

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

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

This text has shadow with #571312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571312 on black background.


Color preview on white background

This text has color #571312 on white background.



Black color preview on #571312 background

This text has black color on #571312 background.


White color preview on #571312 background

This text has white color on #571312 background.