COLOR #57471F

HEX: #57471F
RGB: (87,71,31)

Color info

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

RGB color model

#57471F color RGB value is (87,71,31).

  • red value is 87;
  • green value is 71;
  • blue value is 31.
RGB:
(87,71,31)
(34%,28%,12%)

RGB channels and saturation

R 87 of 255 = 34%
G 71 of 255 = 28%
B 31 of 255 = 12%

87
71
31

R + G + B ~ 25%. #57471F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 71 + 31 = 189 (100%)
R 87 of 189 ~ 46.03%
G 71 of 189 ~ 37.57%
B 31 of 189 ~ 16.4%

%46.03
%37.57
%16.4

CMYK color model

#57471F color CMYK value is (0,18,64,66).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 64.37%
  • key color value is 65.88%
CMYK:
(0,18,64,66)
C0M18Y64K66 
(0%,18%,64%,66%)
(0.00/0.18/0.64/0.66)	

CMYK percentages

%0
%18.39
%64.37
%65.88

Codes

Color #57471F in popluar color models

57471F
RGB877131
HSL43°47.46%23.14%
HSB/HSV43°64.37%34.12%
CMYK0.00%18.39%64.37%
65.88%

Color #57471F in popluar number systems.

HEX57471F
Decimal877131
Binary1010111100011111111
Octal12710737

Shades and tints

Shades of #57471F

#57471F
(87,71,31)
#50411D
(80,65,29)
#493B1B
(73,59,27)
#423519
(66,53,25)
#3B2F17
(59,47,23)
#342915
(52,41,21)
#2D2313
(45,35,19)
#261D11
(38,29,17)
#1F170F
(31,23,15)
#18110D
(24,17,13)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #57471F

#57471F
(87,71,31)
#665733
(102,87,51)
#756747
(117,103,71)
#84775B
(132,119,91)
#93876F
(147,135,111)
#A29783
(162,151,131)
#B1A797
(177,167,151)
#C0B7AB
(192,183,171)
#CFC7BF
(207,199,191)
#DED7D3
(222,215,211)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57471F color. Also use rgb(87,71,31) instead hex code.

Text Font Color

.myTextColor { color: #57471F; }

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

This text font color is #57471F.


Background Color

.myBgColor { background-color: #57471F; }

<div style="background-color:#57471F">Inner text</div>

This div background color is #57471F.


Border color

.myBorderColor { border: 1px solid #57471F; }

<div style="border:3px solid #57471F">Div</div>

This div border color is #57471F.


Opacity

.myOpacity80 { color: #57471F; opacity: 0.8; }

<p style="color:#57471F;opacity:0.8;">80%</p>

Text with #57471F 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 #57471F;}

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

This text has shadow with #57471F color.

.textShadow {text-shadow: 3px 3px 1px #57471F, 3px 3px 1px red;}

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

This text has shadow with #57471F primary color and red secondary color.


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

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

This text has shadow with #57471F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57471F on black background.


Color preview on white background

This text has color #57471F on white background.



Black color preview on #57471F background

This text has black color on #57471F background.


White color preview on #57471F background

This text has white color on #57471F background.