COLOR #57471D

HEX: #57471D
RGB: (87,71,29)

Color info

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

RGB color model

#57471D color RGB value is (87,71,29).

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

RGB channels and saturation

R 87 of 255 = 34%
G 71 of 255 = 28%
B 29 of 255 = 11%

87
71
29

R + G + B ~ 24%. #57471D is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 71 + 29 = 187 (100%)
R 87 of 187 ~ 46.52%
G 71 of 187 ~ 37.97%
B 29 of 187 ~ 15.51%

%46.52
%37.97
%15.51

CMYK color model

#57471D color CMYK value is (0,18,67,66).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 66.67%
  • key color value is 65.88%
CMYK:
(0,18,67,66)
C0M18Y67K66 
(0%,18%,67%,66%)
(0.00/0.18/0.67/0.66)	

CMYK percentages

%0
%18.39
%66.67
%65.88

Codes

Color #57471D in popluar color models

57471D
RGB877129
HSL43°50.00%22.75%
HSB/HSV43°66.67%34.12%
CMYK0.00%18.39%66.67%
65.88%

Color #57471D in popluar number systems.

HEX57471D
Decimal877129
Binary1010111100011111101
Octal12710735

Shades and tints

Shades of #57471D

#57471D
(87,71,29)
#50411B
(80,65,27)
#493B19
(73,59,25)
#423517
(66,53,23)
#3B2F15
(59,47,21)
#342913
(52,41,19)
#2D2311
(45,35,17)
#261D0F
(38,29,15)
#1F170D
(31,23,13)
#18110B
(24,17,11)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #57471D

#57471D
(87,71,29)
#665731
(102,87,49)
#756745
(117,103,69)
#847759
(132,119,89)
#93876D
(147,135,109)
#A29781
(162,151,129)
#B1A795
(177,167,149)
#C0B7A9
(192,183,169)
#CFC7BD
(207,199,189)
#DED7D1
(222,215,209)
#EDE7E5
(237,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57471D; }

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

This text font color is #57471D.


Background Color

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

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

This div background color is #57471D.


Border color

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

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

This div border color is #57471D.


Opacity

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

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

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

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

This text has shadow with #57471D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57471D on black background.


Color preview on white background

This text has color #57471D on white background.



Black color preview on #57471D background

This text has black color on #57471D background.


White color preview on #57471D background

This text has white color on #57471D background.