COLOR #576346

HEX: #576346
RGB: (87,99,70)

Color info

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

RGB color model

#576346 color RGB value is (87,99,70).

  • red value is 87;
  • green value is 99;
  • blue value is 70.
RGB:
(87,99,70)
(34%,39%,27%)

RGB channels and saturation

R 87 of 255 = 34%
G 99 of 255 = 39%
B 70 of 255 = 27%

87
99
70

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

Portions of RGB colors in percentages

R + G + B =
87 + 99 + 70 = 256 (100%)
R 87 of 256 ~ 33.98%
G 99 of 256 ~ 38.67%
B 70 of 256 ~ 27.34%

%33.98
%38.67
%27.34

CMYK color model

#576346 color CMYK value is (12,0,29,61).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 29.29%
  • key color value is 61.18%
CMYK:
(12,0,29,61)
C12M0Y29K61 
(12%,0%,29%,61%)
(0.12/0.00/0.29/0.61)	

CMYK percentages

%12.12
%0
%29.29
%61.18

Codes

Color #576346 in popluar color models

576346
RGB879970
HSL85°17.16%33.14%
HSB/HSV85°29.29%38.82%
CMYK12.12%0.00%29.29%
61.18%

Color #576346 in popluar number systems.

HEX576346
Decimal879970
Binary101011111000111000110
Octal127143106

Shades and tints

Shades of #576346

#576346
(87,99,70)
#505A40
(80,90,64)
#49513A
(73,81,58)
#424834
(66,72,52)
#3B3F2E
(59,63,46)
#343628
(52,54,40)
#2D2D22
(45,45,34)
#26241C
(38,36,28)
#1F1B16
(31,27,22)
#181210
(24,18,16)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #576346

#576346
(87,99,70)
#667156
(102,113,86)
#757F66
(117,127,102)
#848D76
(132,141,118)
#939B86
(147,155,134)
#A2A996
(162,169,150)
#B1B7A6
(177,183,166)
#C0C5B6
(192,197,182)
#CFD3C6
(207,211,198)
#DEE1D6
(222,225,214)
#EDEFE6
(237,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576346; }

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

This text font color is #576346.


Background Color

.myBgColor { background-color: #576346; }

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

This div background color is #576346.


Border color

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

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

This div border color is #576346.


Opacity

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

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

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

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

This text has shadow with #576346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576346 on black background.


Color preview on white background

This text has color #576346 on white background.



Black color preview on #576346 background

This text has black color on #576346 background.


White color preview on #576346 background

This text has white color on #576346 background.