COLOR #57473A

HEX: #57473A
RGB: (87,71,58)

Color info

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

RGB color model

#57473A color RGB value is (87,71,58).

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

RGB channels and saturation

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

87
71
58

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

Portions of RGB colors in percentages

R + G + B =
87 + 71 + 58 = 216 (100%)
R 87 of 216 ~ 40.28%
G 71 of 216 ~ 32.87%
B 58 of 216 ~ 26.85%

%40.28
%32.87
%26.85

CMYK color model

#57473A color CMYK value is (0,18,33,66).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 33.33%
  • key color value is 65.88%
CMYK:
(0,18,33,66)
C0M18Y33K66 
(0%,18%,33%,66%)
(0.00/0.18/0.33/0.66)	

CMYK percentages

%0
%18.39
%33.33
%65.88

Codes

Color #57473A in popluar color models

57473A
RGB877158
HSL27°20.00%28.43%
HSB/HSV27°33.33%34.12%
CMYK0.00%18.39%33.33%
65.88%

Color #57473A in popluar number systems.

HEX57473A
Decimal877158
Binary10101111000111111010
Octal12710772

Shades and tints

Shades of #57473A

#57473A
(87,71,58)
#504135
(80,65,53)
#493B30
(73,59,48)
#42352B
(66,53,43)
#3B2F26
(59,47,38)
#342921
(52,41,33)
#2D231C
(45,35,28)
#261D17
(38,29,23)
#1F1712
(31,23,18)
#18110D
(24,17,13)
#110B08
(17,11,8)
#000000
(0,0,0)

Tints of #57473A

#57473A
(87,71,58)
#66574B
(102,87,75)
#75675C
(117,103,92)
#84776D
(132,119,109)
#93877E
(147,135,126)
#A2978F
(162,151,143)
#B1A7A0
(177,167,160)
#C0B7B1
(192,183,177)
#CFC7C2
(207,199,194)
#DED7D3
(222,215,211)
#EDE7E4
(237,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57473A; }

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

This text font color is #57473A.


Background Color

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

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

This div background color is #57473A.


Border color

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

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

This div border color is #57473A.


Opacity

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

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

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

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

This text has shadow with #57473A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57473A on black background.


Color preview on white background

This text has color #57473A on white background.



Black color preview on #57473A background

This text has black color on #57473A background.


White color preview on #57473A background

This text has white color on #57473A background.