COLOR #576B0F

HEX: #576B0F
RGB: (87,107,15)

Color info

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

RGB color model

#576B0F color RGB value is (87,107,15).

  • red value is 87;
  • green value is 107;
  • blue value is 15.
RGB:
(87,107,15)
(34%,42%,6%)

RGB channels and saturation

R 87 of 255 = 34%
G 107 of 255 = 42%
B 15 of 255 = 6%

87
107
15

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

Portions of RGB colors in percentages

R + G + B =
87 + 107 + 15 = 209 (100%)
R 87 of 209 ~ 41.63%
G 107 of 209 ~ 51.2%
B 15 of 209 ~ 7.18%

%41.63
%51.2

CMYK color model

#576B0F color CMYK value is (19,0,86,58).

  • cyan value is 18.69%
  • magenta value is 0.00%
  • yellow value is 85.98%
  • key color value is 58.04%
CMYK:
(19,0,86,58)
C19M0Y86K58 
(19%,0%,86%,58%)
(0.19/0.00/0.86/0.58)	

CMYK percentages

%18.69
%0
%85.98
%58.04

Codes

Color #576B0F in popluar color models

576B0F
RGB8710715
HSL73°75.41%23.92%
HSB/HSV73°85.98%41.96%
CMYK18.69%0.00%85.98%
58.04%

Color #576B0F in popluar number systems.

HEX576B0F
Decimal8710715
Binary101011111010111111
Octal12715317

Shades and tints

Shades of #576B0F

#576B0F
(87,107,15)
#50620E
(80,98,14)
#49590D
(73,89,13)
#42500C
(66,80,12)
#3B470B
(59,71,11)
#343E0A
(52,62,10)
#2D3509
(45,53,9)
#262C08
(38,44,8)
#1F2307
(31,35,7)
#181A06
(24,26,6)
#111105
(17,17,5)
#000000
(0,0,0)

Tints of #576B0F

#576B0F
(87,107,15)
#667824
(102,120,36)
#758539
(117,133,57)
#84924E
(132,146,78)
#939F63
(147,159,99)
#A2AC78
(162,172,120)
#B1B98D
(177,185,141)
#C0C6A2
(192,198,162)
#CFD3B7
(207,211,183)
#DEE0CC
(222,224,204)
#EDEDE1
(237,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576B0F color. Also use rgb(87,107,15) instead hex code.

Text Font Color

.myTextColor { color: #576B0F; }

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

This text font color is #576B0F.


Background Color

.myBgColor { background-color: #576B0F; }

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

This div background color is #576B0F.


Border color

.myBorderColor { border: 1px solid #576B0F; }

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

This div border color is #576B0F.


Opacity

.myOpacity80 { color: #576B0F; opacity: 0.8; }

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

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

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

This text has shadow with #576B0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576B0F on black background.


Color preview on white background

This text has color #576B0F on white background.



Black color preview on #576B0F background

This text has black color on #576B0F background.


White color preview on #576B0F background

This text has white color on #576B0F background.