COLOR #576649

HEX: #576649
RGB: (87,102,73)

Color info

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

RGB color model

#576649 color RGB value is (87,102,73).

  • red value is 87;
  • green value is 102;
  • blue value is 73.
RGB:
(87,102,73)
(34%,40%,29%)

RGB channels and saturation

R 87 of 255 = 34%
G 102 of 255 = 40%
B 73 of 255 = 29%

87
102
73

R + G + B ~ 34%. #576649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 102 + 73 = 262 (100%)
R 87 of 262 ~ 33.21%
G 102 of 262 ~ 38.93%
B 73 of 262 ~ 27.86%

%33.21
%38.93
%27.86

CMYK color model

#576649 color CMYK value is (15,0,28,60).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 28.43%
  • key color value is 60.00%
CMYK:
(15,0,28,60)
C15M0Y28K60 
(15%,0%,28%,60%)
(0.15/0.00/0.28/0.60)	

CMYK percentages

%14.71
%0
%28.43
%60

Codes

Color #576649 in popluar color models

576649
RGB8710273
HSL91°16.57%34.31%
HSB/HSV91°28.43%40.00%
CMYK14.71%0.00%28.43%
60.00%

Color #576649 in popluar number systems.

HEX576649
Decimal8710273
Binary101011111001101001001
Octal127146111

Shades and tints

Shades of #576649

#576649
(87,102,73)
#505D43
(80,93,67)
#49543D
(73,84,61)
#424B37
(66,75,55)
#3B4231
(59,66,49)
#34392B
(52,57,43)
#2D3025
(45,48,37)
#26271F
(38,39,31)
#1F1E19
(31,30,25)
#181513
(24,21,19)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #576649

#576649
(87,102,73)
#667359
(102,115,89)
#758069
(117,128,105)
#848D79
(132,141,121)
#939A89
(147,154,137)
#A2A799
(162,167,153)
#B1B4A9
(177,180,169)
#C0C1B9
(192,193,185)
#CFCEC9
(207,206,201)
#DEDBD9
(222,219,217)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576649; }

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

This text font color is #576649.


Background Color

.myBgColor { background-color: #576649; }

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

This div background color is #576649.


Border color

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

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

This div border color is #576649.


Opacity

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

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

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

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

This text has shadow with #576649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576649 on black background.


Color preview on white background

This text has color #576649 on white background.



Black color preview on #576649 background

This text has black color on #576649 background.


White color preview on #576649 background

This text has white color on #576649 background.