COLOR #57131E

HEX: #57131E
RGB: (87,19,30)

Color info

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

RGB color model

#57131E color RGB value is (87,19,30).

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

RGB channels and saturation

R 87 of 255 = 34%
G 19 of 255 = 7%
B 30 of 255 = 12%

87
19
30

R + G + B ~ 18%. #57131E is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 19 + 30 = 136 (100%)
R 87 of 136 ~ 63.97%
G 19 of 136 ~ 13.97%
B 30 of 136 ~ 22.06%

%63.97
%13.97
%22.06

CMYK color model

#57131E color CMYK value is (0,78,66,66).

  • cyan value is 0.00%
  • magenta value is 78.16%
  • yellow value is 65.52%
  • key color value is 65.88%
CMYK:
(0,78,66,66)
C0M78Y66K66 
(0%,78%,66%,66%)
(0.00/0.78/0.66/0.66)	

CMYK percentages

%0
%78.16
%65.52
%65.88

Codes

Color #57131E in popluar color models

57131E
RGB871930
HSL350°64.15%20.78%
HSB/HSV350°78.16%34.12%
CMYK0.00%78.16%65.52%
65.88%

Color #57131E in popluar number systems.

HEX57131E
Decimal871930
Binary10101111001111110
Octal1272336

Shades and tints

Shades of #57131E

#57131E
(87,19,30)
#50121C
(80,18,28)
#49111A
(73,17,26)
#421018
(66,16,24)
#3B0F16
(59,15,22)
#340E14
(52,14,20)
#2D0D12
(45,13,18)
#260C10
(38,12,16)
#1F0B0E
(31,11,14)
#180A0C
(24,10,12)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #57131E

#57131E
(87,19,30)
#662832
(102,40,50)
#753D46
(117,61,70)
#84525A
(132,82,90)
#93676E
(147,103,110)
#A27C82
(162,124,130)
#B19196
(177,145,150)
#C0A6AA
(192,166,170)
#CFBBBE
(207,187,190)
#DED0D2
(222,208,210)
#EDE5E6
(237,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57131E; }

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

This text font color is #57131E.


Background Color

.myBgColor { background-color: #57131E; }

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

This div background color is #57131E.


Border color

.myBorderColor { border: 1px solid #57131E; }

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

This div border color is #57131E.


Opacity

.myOpacity80 { color: #57131E; opacity: 0.8; }

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

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

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

This text has shadow with #57131E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57131E on black background.


Color preview on white background

This text has color #57131E on white background.



Black color preview on #57131E background

This text has black color on #57131E background.


White color preview on #57131E background

This text has white color on #57131E background.