COLOR #576046

HEX: #576046
RGB: (87,96,70)

Color info

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

RGB color model

#576046 color RGB value is (87,96,70).

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

RGB channels and saturation

R 87 of 255 = 34%
G 96 of 255 = 38%
B 70 of 255 = 27%

87
96
70

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

Portions of RGB colors in percentages

R + G + B =
87 + 96 + 70 = 253 (100%)
R 87 of 253 ~ 34.39%
G 96 of 253 ~ 37.94%
B 70 of 253 ~ 27.67%

%34.39
%37.94
%27.67

CMYK color model

#576046 color CMYK value is (9,0,27,62).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 27.08%
  • key color value is 62.35%
CMYK:
(9,0,27,62)
C9M0Y27K62 
(9%,0%,27%,62%)
(0.09/0.00/0.27/0.62)	

CMYK percentages

%9.38
%0
%27.08
%62.35

Codes

Color #576046 in popluar color models

576046
RGB879670
HSL81°15.66%32.55%
HSB/HSV81°27.08%37.65%
CMYK9.38%0.00%27.08%
62.35%

Color #576046 in popluar number systems.

HEX576046
Decimal879670
Binary101011111000001000110
Octal127140106

Shades and tints

Shades of #576046

#576046
(87,96,70)
#505840
(80,88,64)
#49503A
(73,80,58)
#424834
(66,72,52)
#3B402E
(59,64,46)
#343828
(52,56,40)
#2D3022
(45,48,34)
#26281C
(38,40,28)
#1F2016
(31,32,22)
#181810
(24,24,16)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #576046

#576046
(87,96,70)
#666E56
(102,110,86)
#757C66
(117,124,102)
#848A76
(132,138,118)
#939886
(147,152,134)
#A2A696
(162,166,150)
#B1B4A6
(177,180,166)
#C0C2B6
(192,194,182)
#CFD0C6
(207,208,198)
#DEDED6
(222,222,214)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576046; }

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

This text font color is #576046.


Background Color

.myBgColor { background-color: #576046; }

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

This div background color is #576046.


Border color

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

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

This div border color is #576046.


Opacity

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

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

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

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

This text has shadow with #576046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576046 on black background.


Color preview on white background

This text has color #576046 on white background.



Black color preview on #576046 background

This text has black color on #576046 background.


White color preview on #576046 background

This text has white color on #576046 background.