COLOR #57310D

HEX: #57310D
RGB: (87,49,13)

Color info

#57310D contains mainly red and green colors. Web safe color of #57310D is #663300 (or #630).

RGB color model

#57310D color RGB value is (87,49,13).

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

RGB channels and saturation

R 87 of 255 = 34%
G 49 of 255 = 19%
B 13 of 255 = 5%

87
49
13

R + G + B ~ 19%. #57310D is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 49 + 13 = 149 (100%)
R 87 of 149 ~ 58.39%
G 49 of 149 ~ 32.89%
B 13 of 149 ~ 8.72%

%58.39
%32.89

CMYK color model

#57310D color CMYK value is (0,44,85,66).

  • cyan value is 0.00%
  • magenta value is 43.68%
  • yellow value is 85.06%
  • key color value is 65.88%
CMYK:
(0,44,85,66)
C0M44Y85K66 
(0%,44%,85%,66%)
(0.00/0.44/0.85/0.66)	

CMYK percentages

%0
%43.68
%85.06
%65.88

Codes

Color #57310D in popluar color models

57310D
RGB874913
HSL29°74.00%19.61%
HSB/HSV29°85.06%34.12%
CMYK0.00%43.68%85.06%
65.88%

Color #57310D in popluar number systems.

HEX57310D
Decimal874913
Binary10101111100011101
Octal1276115

Shades and tints

Shades of #57310D

#57310D
(87,49,13)
#502D0C
(80,45,12)
#49290B
(73,41,11)
#42250A
(66,37,10)
#3B2109
(59,33,9)
#341D08
(52,29,8)
#2D1907
(45,25,7)
#261506
(38,21,6)
#1F1105
(31,17,5)
#180D04
(24,13,4)
#110903
(17,9,3)
#000000
(0,0,0)

Tints of #57310D

#57310D
(87,49,13)
#664323
(102,67,35)
#755539
(117,85,57)
#84674F
(132,103,79)
#937965
(147,121,101)
#A28B7B
(162,139,123)
#B19D91
(177,157,145)
#C0AFA7
(192,175,167)
#CFC1BD
(207,193,189)
#DED3D3
(222,211,211)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57310D; }

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

This text font color is #57310D.


Background Color

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

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

This div background color is #57310D.


Border color

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

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

This div border color is #57310D.


Opacity

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

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

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

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

This text has shadow with #57310D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57310D on black background.


Color preview on white background

This text has color #57310D on white background.



Black color preview on #57310D background

This text has black color on #57310D background.


White color preview on #57310D background

This text has white color on #57310D background.