COLOR #576715

HEX: #576715
RGB: (87,103,21)

Color info

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

RGB color model

#576715 color RGB value is (87,103,21).

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

RGB channels and saturation

R 87 of 255 = 34%
G 103 of 255 = 40%
B 21 of 255 = 8%

87
103
21

R + G + B ~ 27%. #576715 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 103 + 21 = 211 (100%)
R 87 of 211 ~ 41.23%
G 103 of 211 ~ 48.82%
B 21 of 211 ~ 9.95%

%41.23
%48.82
%9.95

CMYK color model

#576715 color CMYK value is (16,0,80,60).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 79.61%
  • key color value is 59.61%
CMYK:
(16,0,80,60)
C16M0Y80K60 
(16%,0%,80%,60%)
(0.16/0.00/0.80/0.60)	

CMYK percentages

%15.53
%0
%79.61
%59.61

Codes

Color #576715 in popluar color models

576715
RGB8710321
HSL72°66.13%24.31%
HSB/HSV72°79.61%40.39%
CMYK15.53%0.00%79.61%
59.61%

Color #576715 in popluar number systems.

HEX576715
Decimal8710321
Binary1010111110011110101
Octal12714725

Shades and tints

Shades of #576715

#576715
(87,103,21)
#505E14
(80,94,20)
#495513
(73,85,19)
#424C12
(66,76,18)
#3B4311
(59,67,17)
#343A10
(52,58,16)
#2D310F
(45,49,15)
#26280E
(38,40,14)
#1F1F0D
(31,31,13)
#18160C
(24,22,12)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #576715

#576715
(87,103,21)
#66742A
(102,116,42)
#75813F
(117,129,63)
#848E54
(132,142,84)
#939B69
(147,155,105)
#A2A87E
(162,168,126)
#B1B593
(177,181,147)
#C0C2A8
(192,194,168)
#CFCFBD
(207,207,189)
#DEDCD2
(222,220,210)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576715; }

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

This text font color is #576715.


Background Color

.myBgColor { background-color: #576715; }

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

This div background color is #576715.


Border color

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

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

This div border color is #576715.


Opacity

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

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

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

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

This text has shadow with #576715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576715 on black background.


Color preview on white background

This text has color #576715 on white background.



Black color preview on #576715 background

This text has black color on #576715 background.


White color preview on #576715 background

This text has white color on #576715 background.