COLOR #576602

HEX: #576602
RGB: (87,102,2)

Color info

#576602 contains mainly red and green colors. Web safe color of #576602 is #666600 (or #660).

RGB color model

#576602 color RGB value is (87,102,2).

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

RGB channels and saturation

R 87 of 255 = 34%
G 102 of 255 = 40%
B 2 of 255 = 1%

87
102
2

R + G + B ~ 25%. #576602 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 102 + 2 = 191 (100%)
R 87 of 191 ~ 45.55%
G 102 of 191 ~ 53.4%
B 2 of 191 ~ 1.05%

%45.55
%53.4

CMYK color model

#576602 color CMYK value is (15,0,98,60).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 98.04%
  • key color value is 60.00%
CMYK:
(15,0,98,60)
C15M0Y98K60 
(15%,0%,98%,60%)
(0.15/0.00/0.98/0.60)	

CMYK percentages

%14.71
%0
%98.04
%60

Codes

Color #576602 in popluar color models

576602
RGB871022
HSL69°96.15%20.39%
HSB/HSV69°98.04%40.00%
CMYK14.71%0.00%98.04%
60.00%

Color #576602 in popluar number systems.

HEX576602
Decimal871022
Binary1010111110011010
Octal1271462

Shades and tints

Shades of #576602

#576602
(87,102,2)
#505D02
(80,93,2)
#495402
(73,84,2)
#424B02
(66,75,2)
#3B4202
(59,66,2)
#343902
(52,57,2)
#2D3002
(45,48,2)
#262702
(38,39,2)
#1F1E02
(31,30,2)
#181502
(24,21,2)
#110C02
(17,12,2)
#000000
(0,0,0)

Tints of #576602

#576602
(87,102,2)
#667319
(102,115,25)
#758030
(117,128,48)
#848D47
(132,141,71)
#939A5E
(147,154,94)
#A2A775
(162,167,117)
#B1B48C
(177,180,140)
#C0C1A3
(192,193,163)
#CFCEBA
(207,206,186)
#DEDBD1
(222,219,209)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576602; }

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

This text font color is #576602.


Background Color

.myBgColor { background-color: #576602; }

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

This div background color is #576602.


Border color

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

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

This div border color is #576602.


Opacity

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

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

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

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

This text has shadow with #576602 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576602 on black background.


Color preview on white background

This text has color #576602 on white background.



Black color preview on #576602 background

This text has black color on #576602 background.


White color preview on #576602 background

This text has white color on #576602 background.