COLOR #087011

HEX: #087011 RGB: (8,112,17)

Color info

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

RGB color model

#087011 color RGB value is (8,112,17).

RGB: (8,112,17) (3%, 44%, 7%)

RGB channels and saturation

R 8 of 255 = 3%
G 112 of 255 = 44%
B 17 of 255 = 7%

8
112
17

R + G + B ~ 18%. #087011 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 112 + 17 = 137 (100%)
R 8 of 137 ~ 5.84%
G 112 of 137 ~ 81.75%
B 17 of 137 ~ 12.41'%

%81.75
%12.41

CMYK color model

#087011 color CMYK value is (93,0,85,56).

  • cyan value is 92.86%
  • magenta value is 0.00%
  • yellow value is 84.82%
  • key color value is 56.08%

CMYK: (93,0,85,56)
C93M0Y85K56 (93%, 0%, 85%, 56%)
(0.93 / 0.00 / 0.85 / 0.56)

CMYK percentages

%92.86
%0
%84.82
%56.08

Codes

Color #087011 in popluar color models

08 70 11
RGB 8 112 17
HSL 125° 86.67% 23.53%
HSB/HSV 125° 92.86% 43.92%
CMYK 92.86% 0.00% 84.82%
56.08%

Color #087011 in popluar number systems.

HEX 08 70 11
Decimal 8 112 17
Binary 1000 1110000 10001
Octal 10 160 21

Shades and tints

Shades of #087011

#087011
(8,112,17)
#086610
(8,102,16)
#085C0F
(8,92,15)
#08520E
(8,82,14)
#08480D
(8,72,13)
#083E0C
(8,62,12)
#08340B
(8,52,11)
#082A0A
(8,42,10)
#082009
(8,32,9)
#081608
(8,22,8)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #087011

#087011
(8,112,17)
#1E7D26
(30,125,38)
#348A3B
(52,138,59)
#4A9750
(74,151,80)
#60A465
(96,164,101)
#76B17A
(118,177,122)
#8CBE8F
(140,190,143)
#A2CBA4
(162,203,164)
#B8D8B9
(184,216,185)
#CEE5CE
(206,229,206)
#E4F2E3
(228,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #087011 color. Also use rgb(8,112,17) instead hex code.

Text Font Color

.myTextColor { color: #087011; }

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

This text font color is #087011.

Background Color

.myBgColor { background-color: #087011; }

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

This div background color is #087011.

Border color

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

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

This div border color is #087011.

Opacity

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

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

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

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

This text has shadow with #087011 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #087011.

Preview

Color preview on black background

This text has color #087011 on black background.


Color preview on white background

This text has color #087011 on white background.


Black color preview on #087011 background

This text has black color on #087011 background.


White color preview on #087011 background

This text has white color on #087011 background.


Related colors

Complementary color

Complementary color for #hex is #F78FEE.


I love getcolorcode.com

Triadic colors

1 #110870 and #701108 with #087011 are triadic colors.

2 #117008 and #700811 with #087011 are triadic colors.