COLOR #08711C

HEX: #08711C
RGB: (8,113,28)

Color info

#08711C contains mainly green color. Web safe color of #08711C is #006633 (or #063).

RGB color model

#08711C color RGB value is (8,113,28).

  • red value is 8;
  • green value is 113;
  • blue value is 28.
RGB:
(8,113,28)
(3%,44%,11%)

RGB channels and saturation

R 8 of 255 = 3%
G 113 of 255 = 44%
B 28 of 255 = 11%

8
113
28

R + G + B ~ 19%. #08711C is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 113 + 28 = 149 (100%)
R 8 of 149 ~ 5.37%
G 113 of 149 ~ 75.84%
B 28 of 149 ~ 18.79%

%75.84
%18.79

CMYK color model

#08711C color CMYK value is (93,0,75,56).

  • cyan value is 92.92%
  • magenta value is 0.00%
  • yellow value is 75.22%
  • key color value is 55.69%
CMYK:
(93,0,75,56)
C93M0Y75K56 
(93%,0%,75%,56%)
(0.93/0.00/0.75/0.56)	

CMYK percentages

%92.92
%0
%75.22
%55.69

Codes

Color #08711C in popluar color models

08711C
RGB811328
HSL131°86.78%23.73%
HSB/HSV131°92.92%44.31%
CMYK92.92%0.00%75.22%
55.69%

Color #08711C in popluar number systems.

HEX08711C
Decimal811328
Binary1000111000111100
Octal1016134

Shades and tints

Shades of #08711C

#08711C
(8,113,28)
#08671A
(8,103,26)
#085D18
(8,93,24)
#085316
(8,83,22)
#084914
(8,73,20)
#083F12
(8,63,18)
#083510
(8,53,16)
#082B0E
(8,43,14)
#08210C
(8,33,12)
#08170A
(8,23,10)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #08711C

#08711C
(8,113,28)
#1E7D30
(30,125,48)
#348944
(52,137,68)
#4A9558
(74,149,88)
#60A16C
(96,161,108)
#76AD80
(118,173,128)
#8CB994
(140,185,148)
#A2C5A8
(162,197,168)
#B8D1BC
(184,209,188)
#CEDDD0
(206,221,208)
#E4E9E4
(228,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08711C color. Also use rgb(8,113,28) instead hex code.

Text Font Color

.myTextColor { color: #08711C; }

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

This text font color is #08711C.


Background Color

.myBgColor { background-color: #08711C; }

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

This div background color is #08711C.


Border color

.myBorderColor { border: 1px solid #08711C; }

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

This div border color is #08711C.


Opacity

.myOpacity80 { color: #08711C; opacity: 0.8; }

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

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

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

This text has shadow with #08711C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08711C on black background.


Color preview on white background

This text has color #08711C on white background.



Black color preview on #08711C background

This text has black color on #08711C background.


White color preview on #08711C background

This text has white color on #08711C background.