COLOR #575540

HEX: #575540
RGB: (87,85,64)

Color info

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

RGB color model

#575540 color RGB value is (87,85,64).

  • red value is 87;
  • green value is 85;
  • blue value is 64.
RGB:
(87,85,64)
(34%,33%,25%)

RGB channels and saturation

R 87 of 255 = 34%
G 85 of 255 = 33%
B 64 of 255 = 25%

87
85
64

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

Portions of RGB colors in percentages

R + G + B =
87 + 85 + 64 = 236 (100%)
R 87 of 236 ~ 36.86%
G 85 of 236 ~ 36.02%
B 64 of 236 ~ 27.12%

%36.86
%36.02
%27.12

CMYK color model

#575540 color CMYK value is (0,2,26,66).

  • cyan value is 0.00%
  • magenta value is 2.30%
  • yellow value is 26.44%
  • key color value is 65.88%
CMYK:
(0,2,26,66)
C0M2Y26K66 
(0%,2%,26%,66%)
(0.00/0.02/0.26/0.66)	

CMYK percentages

%0
%2.3
%26.44
%65.88

Codes

Color #575540 in popluar color models

575540
RGB878564
HSL55°15.23%29.61%
HSB/HSV55°26.44%34.12%
CMYK0.00%2.30%26.44%
65.88%

Color #575540 in popluar number systems.

HEX575540
Decimal878564
Binary101011110101011000000
Octal127125100

Shades and tints

Shades of #575540

#575540
(87,85,64)
#504E3B
(80,78,59)
#494736
(73,71,54)
#424031
(66,64,49)
#3B392C
(59,57,44)
#343227
(52,50,39)
#2D2B22
(45,43,34)
#26241D
(38,36,29)
#1F1D18
(31,29,24)
#181613
(24,22,19)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #575540

#575540
(87,85,64)
#666451
(102,100,81)
#757362
(117,115,98)
#848273
(132,130,115)
#939184
(147,145,132)
#A2A095
(162,160,149)
#B1AFA6
(177,175,166)
#C0BEB7
(192,190,183)
#CFCDC8
(207,205,200)
#DEDCD9
(222,220,217)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575540; }

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

This text font color is #575540.


Background Color

.myBgColor { background-color: #575540; }

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

This div background color is #575540.


Border color

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

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

This div border color is #575540.


Opacity

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

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

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

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

This text has shadow with #575540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575540 on black background.


Color preview on white background

This text has color #575540 on white background.



Black color preview on #575540 background

This text has black color on #575540 background.


White color preview on #575540 background

This text has white color on #575540 background.