COLOR #57311C

HEX: #57311C
RGB: (87,49,28)

Color info

#57311C contains red, green and blue colors in about the same proportion. Web safe color of #57311C is #663333 (or #633).

RGB color model

#57311C color RGB value is (87,49,28).

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

RGB channels and saturation

R 87 of 255 = 34%
G 49 of 255 = 19%
B 28 of 255 = 11%

87
49
28

R + G + B ~ 21%. #57311C is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 49 + 28 = 164 (100%)
R 87 of 164 ~ 53.05%
G 49 of 164 ~ 29.88%
B 28 of 164 ~ 17.07%

%53.05
%29.88
%17.07

CMYK color model

#57311C color CMYK value is (0,44,68,66).

  • cyan value is 0.00%
  • magenta value is 43.68%
  • yellow value is 67.82%
  • key color value is 65.88%
CMYK:
(0,44,68,66)
C0M44Y68K66 
(0%,44%,68%,66%)
(0.00/0.44/0.68/0.66)	

CMYK percentages

%0
%43.68
%67.82
%65.88

Codes

Color #57311C in popluar color models

57311C
RGB874928
HSL21°51.30%22.55%
HSB/HSV21°67.82%34.12%
CMYK0.00%43.68%67.82%
65.88%

Color #57311C in popluar number systems.

HEX57311C
Decimal874928
Binary101011111000111100
Octal1276134

Shades and tints

Shades of #57311C

#57311C
(87,49,28)
#502D1A
(80,45,26)
#492918
(73,41,24)
#422516
(66,37,22)
#3B2114
(59,33,20)
#341D12
(52,29,18)
#2D1910
(45,25,16)
#26150E
(38,21,14)
#1F110C
(31,17,12)
#180D0A
(24,13,10)
#110908
(17,9,8)
#000000
(0,0,0)

Tints of #57311C

#57311C
(87,49,28)
#664330
(102,67,48)
#755544
(117,85,68)
#846758
(132,103,88)
#93796C
(147,121,108)
#A28B80
(162,139,128)
#B19D94
(177,157,148)
#C0AFA8
(192,175,168)
#CFC1BC
(207,193,188)
#DED3D0
(222,211,208)
#EDE5E4
(237,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57311C color. Also use rgb(87,49,28) instead hex code.

Text Font Color

.myTextColor { color: #57311C; }

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

This text font color is #57311C.


Background Color

.myBgColor { background-color: #57311C; }

<div style="background-color:#57311C">Inner text</div>

This div background color is #57311C.


Border color

.myBorderColor { border: 1px solid #57311C; }

<div style="border:3px solid #57311C">Div</div>

This div border color is #57311C.


Opacity

.myOpacity80 { color: #57311C; opacity: 0.8; }

<p style="color:#57311C;opacity:0.8;">80%</p>

Text with #57311C 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 #57311C;}

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

This text has shadow with #57311C color.

.textShadow {text-shadow: 3px 3px 1px #57311C, 3px 3px 1px red;}

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

This text has shadow with #57311C primary color and red secondary color.


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

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

This text has shadow with #57311C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57311C on black background.


Color preview on white background

This text has color #57311C on white background.



Black color preview on #57311C background

This text has black color on #57311C background.


White color preview on #57311C background

This text has white color on #57311C background.