COLOR #575747

HEX: #575747
RGB: (87,87,71)

Color info

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

RGB color model

#575747 color RGB value is (87,87,71).

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

RGB channels and saturation

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

87
87
71

R + G + B ~ 32%. #575747 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 71 = 245 (100%)
R 87 of 245 ~ 35.51%
G 87 of 245 ~ 35.51%
B 71 of 245 ~ 28.98%

%35.51
%35.51
%28.98

CMYK color model

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

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

CMYK percentages

%0
%0
%18.39
%65.88

Codes

Color #575747 in popluar color models

575747
RGB878771
HSL60°10.13%30.98%
HSB/HSV60°18.39%34.12%
CMYK0.00%0.00%18.39%
65.88%

Color #575747 in popluar number systems.

HEX575747
Decimal878771
Binary101011110101111000111
Octal127127107

Shades and tints

Shades of #575747

#575747
(87,87,71)
#505041
(80,80,65)
#49493B
(73,73,59)
#424235
(66,66,53)
#3B3B2F
(59,59,47)
#343429
(52,52,41)
#2D2D23
(45,45,35)
#26261D
(38,38,29)
#1F1F17
(31,31,23)
#181811
(24,24,17)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #575747

#575747
(87,87,71)
#666657
(102,102,87)
#757567
(117,117,103)
#848477
(132,132,119)
#939387
(147,147,135)
#A2A297
(162,162,151)
#B1B1A7
(177,177,167)
#C0C0B7
(192,192,183)
#CFCFC7
(207,207,199)
#DEDED7
(222,222,215)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575747; }

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

This text font color is #575747.


Background Color

.myBgColor { background-color: #575747; }

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

This div background color is #575747.


Border color

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

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

This div border color is #575747.


Opacity

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

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

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

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

This text has shadow with #575747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575747 on black background.


Color preview on white background

This text has color #575747 on white background.



Black color preview on #575747 background

This text has black color on #575747 background.


White color preview on #575747 background

This text has white color on #575747 background.