COLOR #57112A

HEX: #57112A
RGB: (87,17,42)

Color info

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

RGB color model

#57112A color RGB value is (87,17,42).

  • red value is 87;
  • green value is 17;
  • blue value is 42.
RGB:
(87,17,42)
(34%,7%,16%)

RGB channels and saturation

R 87 of 255 = 34%
G 17 of 255 = 7%
B 42 of 255 = 16%

87
17
42

R + G + B ~ 19%. #57112A is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 17 + 42 = 146 (100%)
R 87 of 146 ~ 59.59%
G 17 of 146 ~ 11.64%
B 42 of 146 ~ 28.77%

%59.59
%11.64
%28.77

CMYK color model

#57112A color CMYK value is (0,80,52,66).

  • cyan value is 0.00%
  • magenta value is 80.46%
  • yellow value is 51.72%
  • key color value is 65.88%
CMYK:
(0,80,52,66)
C0M80Y52K66 
(0%,80%,52%,66%)
(0.00/0.80/0.52/0.66)	

CMYK percentages

%0
%80.46
%51.72
%65.88

Codes

Color #57112A in popluar color models

57112A
RGB871742
HSL339°67.31%20.39%
HSB/HSV339°80.46%34.12%
CMYK0.00%80.46%51.72%
65.88%

Color #57112A in popluar number systems.

HEX57112A
Decimal871742
Binary101011110001101010
Octal1272152

Shades and tints

Shades of #57112A

#57112A
(87,17,42)
#501027
(80,16,39)
#490F24
(73,15,36)
#420E21
(66,14,33)
#3B0D1E
(59,13,30)
#340C1B
(52,12,27)
#2D0B18
(45,11,24)
#260A15
(38,10,21)
#1F0912
(31,9,18)
#18080F
(24,8,15)
#11070C
(17,7,12)
#000000
(0,0,0)

Tints of #57112A

#57112A
(87,17,42)
#66263D
(102,38,61)
#753B50
(117,59,80)
#845063
(132,80,99)
#936576
(147,101,118)
#A27A89
(162,122,137)
#B18F9C
(177,143,156)
#C0A4AF
(192,164,175)
#CFB9C2
(207,185,194)
#DECED5
(222,206,213)
#EDE3E8
(237,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57112A color. Also use rgb(87,17,42) instead hex code.

Text Font Color

.myTextColor { color: #57112A; }

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

This text font color is #57112A.


Background Color

.myBgColor { background-color: #57112A; }

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

This div background color is #57112A.


Border color

.myBorderColor { border: 1px solid #57112A; }

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

This div border color is #57112A.


Opacity

.myOpacity80 { color: #57112A; opacity: 0.8; }

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

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

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

This text has shadow with #57112A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57112A on black background.


Color preview on white background

This text has color #57112A on white background.



Black color preview on #57112A background

This text has black color on #57112A background.


White color preview on #57112A background

This text has white color on #57112A background.