COLOR #57141D

HEX: #57141D
RGB: (87,20,29)

Color info

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

RGB color model

#57141D color RGB value is (87,20,29).

  • red value is 87;
  • green value is 20;
  • blue value is 29.
RGB:
(87,20,29)
(34%,8%,11%)

RGB channels and saturation

R 87 of 255 = 34%
G 20 of 255 = 8%
B 29 of 255 = 11%

87
20
29

R + G + B ~ 18%. #57141D is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 20 + 29 = 136 (100%)
R 87 of 136 ~ 63.97%
G 20 of 136 ~ 14.71%
B 29 of 136 ~ 21.32%

%63.97
%14.71
%21.32

CMYK color model

#57141D color CMYK value is (0,77,67,66).

  • cyan value is 0.00%
  • magenta value is 77.01%
  • yellow value is 66.67%
  • key color value is 65.88%
CMYK:
(0,77,67,66)
C0M77Y67K66 
(0%,77%,67%,66%)
(0.00/0.77/0.67/0.66)	

CMYK percentages

%0
%77.01
%66.67
%65.88

Codes

Color #57141D in popluar color models

57141D
RGB872029
HSL352°62.62%20.98%
HSB/HSV352°77.01%34.12%
CMYK0.00%77.01%66.67%
65.88%

Color #57141D in popluar number systems.

HEX57141D
Decimal872029
Binary10101111010011101
Octal1272435

Shades and tints

Shades of #57141D

#57141D
(87,20,29)
#50131B
(80,19,27)
#491219
(73,18,25)
#421117
(66,17,23)
#3B1015
(59,16,21)
#340F13
(52,15,19)
#2D0E11
(45,14,17)
#260D0F
(38,13,15)
#1F0C0D
(31,12,13)
#180B0B
(24,11,11)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #57141D

#57141D
(87,20,29)
#662931
(102,41,49)
#753E45
(117,62,69)
#845359
(132,83,89)
#93686D
(147,104,109)
#A27D81
(162,125,129)
#B19295
(177,146,149)
#C0A7A9
(192,167,169)
#CFBCBD
(207,188,189)
#DED1D1
(222,209,209)
#EDE6E5
(237,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57141D color. Also use rgb(87,20,29) instead hex code.

Text Font Color

.myTextColor { color: #57141D; }

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

This text font color is #57141D.


Background Color

.myBgColor { background-color: #57141D; }

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

This div background color is #57141D.


Border color

.myBorderColor { border: 1px solid #57141D; }

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

This div border color is #57141D.


Opacity

.myOpacity80 { color: #57141D; opacity: 0.8; }

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

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

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

This text has shadow with #57141D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57141D on black background.


Color preview on white background

This text has color #57141D on white background.



Black color preview on #57141D background

This text has black color on #57141D background.


White color preview on #57141D background

This text has white color on #57141D background.