COLOR #57000D

HEX: #57000D
RGB: (87,0,13)

Color info

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

RGB color model

#57000D color RGB value is (87,0,13).

  • red value is 87;
  • green value is 0;
  • blue value is 13.
RGB:
(87,0,13)
(34%,0%,5%)

RGB channels and saturation

R 87 of 255 = 34%
G 0 of 255 = 0%
B 13 of 255 = 5%

87
0
13

R + G + B ~ 13%. #57000D is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 0 + 13 = 100 (100%)
R 87 of 100 ~ 87%
G 0 of 100 ~ 0%
B 13 of 100 ~ 13%

%87
%13

CMYK color model

#57000D color CMYK value is (0,100,85,66).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 85.06%
  • key color value is 65.88%
CMYK:
(0,100,85,66)
C0M100Y85K66 
(0%,100%,85%,66%)
(0.00/1.00/0.85/0.66)	

CMYK percentages

%0
%100
%85.06
%65.88

Codes

Color #57000D in popluar color models

57000D
RGB87013
HSL351°100.00%17.06%
HSB/HSV351°100.00%34.12%
CMYK0.00%100.00%85.06%
65.88%

Color #57000D in popluar number systems.

HEX57000D
Decimal87013
Binary101011101101
Octal127015

Shades and tints

Shades of #57000D

#57000D
(87,0,13)
#50000C
(80,0,12)
#49000B
(73,0,11)
#42000A
(66,0,10)
#3B0009
(59,0,9)
#340008
(52,0,8)
#2D0007
(45,0,7)
#260006
(38,0,6)
#1F0005
(31,0,5)
#180004
(24,0,4)
#110003
(17,0,3)
#000000
(0,0,0)

Tints of #57000D

#57000D
(87,0,13)
#661723
(102,23,35)
#752E39
(117,46,57)
#84454F
(132,69,79)
#935C65
(147,92,101)
#A2737B
(162,115,123)
#B18A91
(177,138,145)
#C0A1A7
(192,161,167)
#CFB8BD
(207,184,189)
#DECFD3
(222,207,211)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57000D color. Also use rgb(87,0,13) instead hex code.

Text Font Color

.myTextColor { color: #57000D; }

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

This text font color is #57000D.


Background Color

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

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

This div background color is #57000D.


Border color

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

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

This div border color is #57000D.


Opacity

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

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

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

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

This text has shadow with #57000D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57000D on black background.


Color preview on white background

This text has color #57000D on white background.



Black color preview on #57000D background

This text has black color on #57000D background.


White color preview on #57000D background

This text has white color on #57000D background.