COLOR #57130A

HEX: #57130A
RGB: (87,19,10)

Color info

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

RGB color model

#57130A color RGB value is (87,19,10).

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

RGB channels and saturation

R 87 of 255 = 34%
G 19 of 255 = 7%
B 10 of 255 = 4%

87
19
10

R + G + B ~ 15%. #57130A is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 19 + 10 = 116 (100%)
R 87 of 116 ~ 75%
G 19 of 116 ~ 16.38%
B 10 of 116 ~ 8.62%

%75
%16.38

CMYK color model

#57130A color CMYK value is (0,78,89,66).

  • cyan value is 0.00%
  • magenta value is 78.16%
  • yellow value is 88.51%
  • key color value is 65.88%
CMYK:
(0,78,89,66)
C0M78Y89K66 
(0%,78%,89%,66%)
(0.00/0.78/0.89/0.66)	

CMYK percentages

%0
%78.16
%88.51
%65.88

Codes

Color #57130A in popluar color models

57130A
RGB871910
HSL79.38%19.02%
HSB/HSV88.51%34.12%
CMYK0.00%78.16%88.51%
65.88%

Color #57130A in popluar number systems.

HEX57130A
Decimal871910
Binary1010111100111010
Octal1272312

Shades and tints

Shades of #57130A

#57130A
(87,19,10)
#50120A
(80,18,10)
#49110A
(73,17,10)
#42100A
(66,16,10)
#3B0F0A
(59,15,10)
#340E0A
(52,14,10)
#2D0D0A
(45,13,10)
#260C0A
(38,12,10)
#1F0B0A
(31,11,10)
#180A0A
(24,10,10)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #57130A

#57130A
(87,19,10)
#662820
(102,40,32)
#753D36
(117,61,54)
#84524C
(132,82,76)
#936762
(147,103,98)
#A27C78
(162,124,120)
#B1918E
(177,145,142)
#C0A6A4
(192,166,164)
#CFBBBA
(207,187,186)
#DED0D0
(222,208,208)
#EDE5E6
(237,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57130A; }

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

This text font color is #57130A.


Background Color

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

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

This div background color is #57130A.


Border color

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

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

This div border color is #57130A.


Opacity

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

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

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

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

This text has shadow with #57130A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57130A on black background.


Color preview on white background

This text has color #57130A on white background.



Black color preview on #57130A background

This text has black color on #57130A background.


White color preview on #57130A background

This text has white color on #57130A background.