COLOR #57311D

HEX: #57311D
RGB: (87,49,29)

Color info

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

RGB color model

#57311D color RGB value is (87,49,29).

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

RGB channels and saturation

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

87
49
29

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

Portions of RGB colors in percentages

R + G + B =
87 + 49 + 29 = 165 (100%)
R 87 of 165 ~ 52.73%
G 49 of 165 ~ 29.7%
B 29 of 165 ~ 17.58%

%52.73
%29.7
%17.58

CMYK color model

#57311D color CMYK value is (0,44,67,66).

  • cyan value is 0.00%
  • magenta value is 43.68%
  • yellow value is 66.67%
  • key color value is 65.88%
CMYK:
(0,44,67,66)
C0M44Y67K66 
(0%,44%,67%,66%)
(0.00/0.44/0.67/0.66)	

CMYK percentages

%0
%43.68
%66.67
%65.88

Codes

Color #57311D in popluar color models

57311D
RGB874929
HSL21°50.00%22.75%
HSB/HSV21°66.67%34.12%
CMYK0.00%43.68%66.67%
65.88%

Color #57311D in popluar number systems.

HEX57311D
Decimal874929
Binary101011111000111101
Octal1276135

Shades and tints

Shades of #57311D

#57311D
(87,49,29)
#502D1B
(80,45,27)
#492919
(73,41,25)
#422517
(66,37,23)
#3B2115
(59,33,21)
#341D13
(52,29,19)
#2D1911
(45,25,17)
#26150F
(38,21,15)
#1F110D
(31,17,13)
#180D0B
(24,13,11)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #57311D

#57311D
(87,49,29)
#664331
(102,67,49)
#755545
(117,85,69)
#846759
(132,103,89)
#93796D
(147,121,109)
#A28B81
(162,139,129)
#B19D95
(177,157,149)
#C0AFA9
(192,175,169)
#CFC1BD
(207,193,189)
#DED3D1
(222,211,209)
#EDE5E5
(237,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57311D; }

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

This text font color is #57311D.


Background Color

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

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

This div background color is #57311D.


Border color

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

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

This div border color is #57311D.


Opacity

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

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

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

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

This text has shadow with #57311D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57311D on black background.


Color preview on white background

This text has color #57311D on white background.



Black color preview on #57311D background

This text has black color on #57311D background.


White color preview on #57311D background

This text has white color on #57311D background.