COLOR #575140

HEX: #575140
RGB: (87,81,64)

Color info

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

RGB color model

#575140 color RGB value is (87,81,64).

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

RGB channels and saturation

R 87 of 255 = 34%
G 81 of 255 = 32%
B 64 of 255 = 25%

87
81
64

R + G + B ~ 30%. #575140 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 81 + 64 = 232 (100%)
R 87 of 232 ~ 37.5%
G 81 of 232 ~ 34.91%
B 64 of 232 ~ 27.59%

%37.5
%34.91
%27.59

CMYK color model

#575140 color CMYK value is (0,7,26,66).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 26.44%
  • key color value is 65.88%
CMYK:
(0,7,26,66)
C0M7Y26K66 
(0%,7%,26%,66%)
(0.00/0.07/0.26/0.66)	

CMYK percentages

%0
%6.9
%26.44
%65.88

Codes

Color #575140 in popluar color models

575140
RGB878164
HSL44°15.23%29.61%
HSB/HSV44°26.44%34.12%
CMYK0.00%6.90%26.44%
65.88%

Color #575140 in popluar number systems.

HEX575140
Decimal878164
Binary101011110100011000000
Octal127121100

Shades and tints

Shades of #575140

#575140
(87,81,64)
#504A3B
(80,74,59)
#494336
(73,67,54)
#423C31
(66,60,49)
#3B352C
(59,53,44)
#342E27
(52,46,39)
#2D2722
(45,39,34)
#26201D
(38,32,29)
#1F1918
(31,25,24)
#181213
(24,18,19)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #575140

#575140
(87,81,64)
#666051
(102,96,81)
#756F62
(117,111,98)
#847E73
(132,126,115)
#938D84
(147,141,132)
#A29C95
(162,156,149)
#B1ABA6
(177,171,166)
#C0BAB7
(192,186,183)
#CFC9C8
(207,201,200)
#DED8D9
(222,216,217)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575140; }

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

This text font color is #575140.


Background Color

.myBgColor { background-color: #575140; }

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

This div background color is #575140.


Border color

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

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

This div border color is #575140.


Opacity

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

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

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

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

This text has shadow with #575140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575140 on black background.


Color preview on white background

This text has color #575140 on white background.



Black color preview on #575140 background

This text has black color on #575140 background.


White color preview on #575140 background

This text has white color on #575140 background.