COLOR #576740

HEX: #576740
RGB: (87,103,64)

Color info

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

RGB color model

#576740 color RGB value is (87,103,64).

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

RGB channels and saturation

R 87 of 255 = 34%
G 103 of 255 = 40%
B 64 of 255 = 25%

87
103
64

R + G + B ~ 33%. #576740 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 103 + 64 = 254 (100%)
R 87 of 254 ~ 34.25%
G 103 of 254 ~ 40.55%
B 64 of 254 ~ 25.2%

%34.25
%40.55
%25.2

CMYK color model

#576740 color CMYK value is (16,0,38,60).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 37.86%
  • key color value is 59.61%
CMYK:
(16,0,38,60)
C16M0Y38K60 
(16%,0%,38%,60%)
(0.16/0.00/0.38/0.60)	

CMYK percentages

%15.53
%0
%37.86
%59.61

Codes

Color #576740 in popluar color models

576740
RGB8710364
HSL85°23.35%32.75%
HSB/HSV85°37.86%40.39%
CMYK15.53%0.00%37.86%
59.61%

Color #576740 in popluar number systems.

HEX576740
Decimal8710364
Binary101011111001111000000
Octal127147100

Shades and tints

Shades of #576740

#576740
(87,103,64)
#505E3B
(80,94,59)
#495536
(73,85,54)
#424C31
(66,76,49)
#3B432C
(59,67,44)
#343A27
(52,58,39)
#2D3122
(45,49,34)
#26281D
(38,40,29)
#1F1F18
(31,31,24)
#181613
(24,22,19)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #576740

#576740
(87,103,64)
#667451
(102,116,81)
#758162
(117,129,98)
#848E73
(132,142,115)
#939B84
(147,155,132)
#A2A895
(162,168,149)
#B1B5A6
(177,181,166)
#C0C2B7
(192,194,183)
#CFCFC8
(207,207,200)
#DEDCD9
(222,220,217)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576740; }

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

This text font color is #576740.


Background Color

.myBgColor { background-color: #576740; }

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

This div background color is #576740.


Border color

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

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

This div border color is #576740.


Opacity

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

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

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

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

This text has shadow with #576740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576740 on black background.


Color preview on white background

This text has color #576740 on white background.



Black color preview on #576740 background

This text has black color on #576740 background.


White color preview on #576740 background

This text has white color on #576740 background.