COLOR #57473B

HEX: #57473B
RGB: (87,71,59)

Color info

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

RGB color model

#57473B color RGB value is (87,71,59).

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

RGB channels and saturation

R 87 of 255 = 34%
G 71 of 255 = 28%
B 59 of 255 = 23%

87
71
59

R + G + B ~ 28%. #57473B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 71 + 59 = 217 (100%)
R 87 of 217 ~ 40.09%
G 71 of 217 ~ 32.72%
B 59 of 217 ~ 27.19%

%40.09
%32.72
%27.19

CMYK color model

#57473B color CMYK value is (0,18,32,66).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 32.18%
  • key color value is 65.88%
CMYK:
(0,18,32,66)
C0M18Y32K66 
(0%,18%,32%,66%)
(0.00/0.18/0.32/0.66)	

CMYK percentages

%0
%18.39
%32.18
%65.88

Codes

Color #57473B in popluar color models

57473B
RGB877159
HSL26°19.18%28.63%
HSB/HSV26°32.18%34.12%
CMYK0.00%18.39%32.18%
65.88%

Color #57473B in popluar number systems.

HEX57473B
Decimal877159
Binary10101111000111111011
Octal12710773

Shades and tints

Shades of #57473B

#57473B
(87,71,59)
#504136
(80,65,54)
#493B31
(73,59,49)
#42352C
(66,53,44)
#3B2F27
(59,47,39)
#342922
(52,41,34)
#2D231D
(45,35,29)
#261D18
(38,29,24)
#1F1713
(31,23,19)
#18110E
(24,17,14)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #57473B

#57473B
(87,71,59)
#66574C
(102,87,76)
#75675D
(117,103,93)
#84776E
(132,119,110)
#93877F
(147,135,127)
#A29790
(162,151,144)
#B1A7A1
(177,167,161)
#C0B7B2
(192,183,178)
#CFC7C3
(207,199,195)
#DED7D4
(222,215,212)
#EDE7E5
(237,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57473B color. Also use rgb(87,71,59) instead hex code.

Text Font Color

.myTextColor { color: #57473B; }

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

This text font color is #57473B.


Background Color

.myBgColor { background-color: #57473B; }

<div style="background-color:#57473B">Inner text</div>

This div background color is #57473B.


Border color

.myBorderColor { border: 1px solid #57473B; }

<div style="border:3px solid #57473B">Div</div>

This div border color is #57473B.


Opacity

.myOpacity80 { color: #57473B; opacity: 0.8; }

<p style="color:#57473B;opacity:0.8;">80%</p>

Text with #57473B 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 #57473B;}

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

This text has shadow with #57473B color.

.textShadow {text-shadow: 3px 3px 1px #57473B, 3px 3px 1px red;}

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

This text has shadow with #57473B primary color and red secondary color.


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

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

This text has shadow with #57473B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57473B on black background.


Color preview on white background

This text has color #57473B on white background.



Black color preview on #57473B background

This text has black color on #57473B background.


White color preview on #57473B background

This text has white color on #57473B background.