COLOR #576B12

HEX: #576B12
RGB: (87,107,18)

Color info

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

RGB color model

#576B12 color RGB value is (87,107,18).

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

RGB channels and saturation

R 87 of 255 = 34%
G 107 of 255 = 42%
B 18 of 255 = 7%

87
107
18

R + G + B ~ 28%. #576B12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 107 + 18 = 212 (100%)
R 87 of 212 ~ 41.04%
G 107 of 212 ~ 50.47%
B 18 of 212 ~ 8.49%

%41.04
%50.47

CMYK color model

#576B12 color CMYK value is (19,0,83,58).

  • cyan value is 18.69%
  • magenta value is 0.00%
  • yellow value is 83.18%
  • key color value is 58.04%
CMYK:
(19,0,83,58)
C19M0Y83K58 
(19%,0%,83%,58%)
(0.19/0.00/0.83/0.58)	

CMYK percentages

%18.69
%0
%83.18
%58.04

Codes

Color #576B12 in popluar color models

576B12
RGB8710718
HSL73°71.20%24.51%
HSB/HSV73°83.18%41.96%
CMYK18.69%0.00%83.18%
58.04%

Color #576B12 in popluar number systems.

HEX576B12
Decimal8710718
Binary1010111110101110010
Octal12715322

Shades and tints

Shades of #576B12

#576B12
(87,107,18)
#506211
(80,98,17)
#495910
(73,89,16)
#42500F
(66,80,15)
#3B470E
(59,71,14)
#343E0D
(52,62,13)
#2D350C
(45,53,12)
#262C0B
(38,44,11)
#1F230A
(31,35,10)
#181A09
(24,26,9)
#111108
(17,17,8)
#000000
(0,0,0)

Tints of #576B12

#576B12
(87,107,18)
#667827
(102,120,39)
#75853C
(117,133,60)
#849251
(132,146,81)
#939F66
(147,159,102)
#A2AC7B
(162,172,123)
#B1B990
(177,185,144)
#C0C6A5
(192,198,165)
#CFD3BA
(207,211,186)
#DEE0CF
(222,224,207)
#EDEDE4
(237,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576B12; }

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

This text font color is #576B12.


Background Color

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

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

This div background color is #576B12.


Border color

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

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

This div border color is #576B12.


Opacity

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

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

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

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

This text has shadow with #576B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576B12 on black background.


Color preview on white background

This text has color #576B12 on white background.



Black color preview on #576B12 background

This text has black color on #576B12 background.


White color preview on #576B12 background

This text has white color on #576B12 background.