COLOR #086412

HEX: #086412 RGB: (8,100,18)

Color info

#086412 contains mainly green color. Web safe color of #086412 is #006600 (or #060).

RGB color model

#086412 color RGB value is (8,100,18).

RGB: (8,100,18) (3%, 39%, 7%)

RGB channels and saturation

R 8 of 255 = 3%
G 100 of 255 = 39%
B 18 of 255 = 7%

8
100
18

R + G + B ~ 16%. #086412 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 100 + 18 = 126 (100%)
R 8 of 126 ~ 6.35%
G 100 of 126 ~ 79.37%
B 18 of 126 ~ 14.29'%

%79.37
%14.29

CMYK color model

#086412 color CMYK value is (92,0,82,61).

  • cyan value is 92.00%
  • magenta value is 0.00%
  • yellow value is 82.00%
  • key color value is 60.78%
CMYK: (92,0,82,61) C92M0Y82K61 (92%,0%,82%,61%) (0.92/0.00/0.82/0.61) 

CMYK percentages

%92
%0
%82
%60.78

Codes

Color #086412 in popluar color models

08 64 12
RGB 8 100 18
HSL 127° 85.19% 21.18%
HSB/HSV 127° 92.00% 39.22%
CMYK 92.00% 0.00% 82.00%
60.78%

Color #086412 in popluar number systems.

HEX 08 64 12
Decimal 8 100 18
Binary 1000 1100100 10010
Octal 10 144 22

Shades and tints

Shades of #086412

#086412
(8,100,18)
#085B11
(8,91,17)
#085210
(8,82,16)
#08490F
(8,73,15)
#08400E
(8,64,14)
#08370D
(8,55,13)
#082E0C
(8,46,12)
#08250B
(8,37,11)
#081C0A
(8,28,10)
#081309
(8,19,9)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #086412

#086412
(8,100,18)
#1E7227
(30,114,39)
#34803C
(52,128,60)
#4A8E51
(74,142,81)
#609C66
(96,156,102)
#76AA7B
(118,170,123)
#8CB890
(140,184,144)
#A2C6A5
(162,198,165)
#B8D4BA
(184,212,186)
#CEE2CF
(206,226,207)
#E4F0E4
(228,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #086412 color. Also use rgb(8,100,18) instead hex code.

Text Font Color

.myTextColor { color: #086412; }

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

This text font color is #086412.

Background Color

.myBgColor { background-color: #086412; }

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

This div background color is #086412.

Border color

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

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

This div border color is #086412.

Opacity

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

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

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

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

This text has shadow with #086412 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #086412.

Preview

Color preview on black background

This text has color #086412 on black background.


Color preview on white background

This text has color #086412 on white background.


Black color preview on #086412 background

This text has black color on #086412 background.


White color preview on #086412 background

This text has white color on #086412 background.


Related colors

Complementary color

Complementary color for #hex is #F79BED.


I love getcolorcode.com

Triadic colors

1 #120864 and #641208 with #086412 are triadic colors.

2 #126408 and #640812 with #086412 are triadic colors.