COLOR #575247

HEX: #575247
RGB: (87,82,71)

Color info

#575247 contains red, green and blue colors in about the same proportion. Web safe color of #575247 is #666633 (or #663).

RGB color model

#575247 color RGB value is (87,82,71).

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

RGB channels and saturation

R 87 of 255 = 34%
G 82 of 255 = 32%
B 71 of 255 = 28%

87
82
71

R + G + B ~ 31%. #575247 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 82 + 71 = 240 (100%)
R 87 of 240 ~ 36.25%
G 82 of 240 ~ 34.17%
B 71 of 240 ~ 29.58%

%36.25
%34.17
%29.58

CMYK color model

#575247 color CMYK value is (0,6,18,66).

  • cyan value is 0.00%
  • magenta value is 5.75%
  • yellow value is 18.39%
  • key color value is 65.88%
CMYK:
(0,6,18,66)
C0M6Y18K66 
(0%,6%,18%,66%)
(0.00/0.06/0.18/0.66)	

CMYK percentages

%0
%5.75
%18.39
%65.88

Codes

Color #575247 in popluar color models

575247
RGB878271
HSL41°10.13%30.98%
HSB/HSV41°18.39%34.12%
CMYK0.00%5.75%18.39%
65.88%

Color #575247 in popluar number systems.

HEX575247
Decimal878271
Binary101011110100101000111
Octal127122107

Shades and tints

Shades of #575247

#575247
(87,82,71)
#504B41
(80,75,65)
#49443B
(73,68,59)
#423D35
(66,61,53)
#3B362F
(59,54,47)
#342F29
(52,47,41)
#2D2823
(45,40,35)
#26211D
(38,33,29)
#1F1A17
(31,26,23)
#181311
(24,19,17)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #575247

#575247
(87,82,71)
#666157
(102,97,87)
#757067
(117,112,103)
#847F77
(132,127,119)
#938E87
(147,142,135)
#A29D97
(162,157,151)
#B1ACA7
(177,172,167)
#C0BBB7
(192,187,183)
#CFCAC7
(207,202,199)
#DED9D7
(222,217,215)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575247; }

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

This text font color is #575247.


Background Color

.myBgColor { background-color: #575247; }

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

This div background color is #575247.


Border color

.myBorderColor { border: 1px solid #575247; }

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

This div border color is #575247.


Opacity

.myOpacity80 { color: #575247; opacity: 0.8; }

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

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

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

This text has shadow with #575247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575247 on black background.


Color preview on white background

This text has color #575247 on white background.



Black color preview on #575247 background

This text has black color on #575247 background.


White color preview on #575247 background

This text has white color on #575247 background.