COLOR #086B21

HEX: #086B21
RGB: (8,107,33)

Color info

#086B21 contains mainly green color. Web safe color of #086B21 is #006633 (or #063).

RGB color model

#086B21 color RGB value is (8,107,33).

  • red value is 8;
  • green value is 107;
  • blue value is 33.
RGB:
(8,107,33)
(3%,42%,13%)

RGB channels and saturation

R 8 of 255 = 3%
G 107 of 255 = 42%
B 33 of 255 = 13%

8
107
33

R + G + B ~ 19%. #086B21 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 107 + 33 = 148 (100%)
R 8 of 148 ~ 5.41%
G 107 of 148 ~ 72.3%
B 33 of 148 ~ 22.3%

%72.3
%22.3

CMYK color model

#086B21 color CMYK value is (93,0,69,58).

  • cyan value is 92.52%
  • magenta value is 0.00%
  • yellow value is 69.16%
  • key color value is 58.04%
CMYK:
(93,0,69,58)
C93M0Y69K58 
(93%,0%,69%,58%)
(0.93/0.00/0.69/0.58)	

CMYK percentages

%92.52
%0
%69.16
%58.04

Codes

Color #086B21 in popluar color models

086B21
RGB810733
HSL135°86.09%22.55%
HSB/HSV135°92.52%41.96%
CMYK92.52%0.00%69.16%
58.04%

Color #086B21 in popluar number systems.

HEX086B21
Decimal810733
Binary10001101011100001
Octal1015341

Shades and tints

Shades of #086B21

#086B21
(8,107,33)
#08621E
(8,98,30)
#08591B
(8,89,27)
#085018
(8,80,24)
#084715
(8,71,21)
#083E12
(8,62,18)
#08350F
(8,53,15)
#082C0C
(8,44,12)
#082309
(8,35,9)
#081A06
(8,26,6)
#081103
(8,17,3)
#000000
(0,0,0)

Tints of #086B21

#086B21
(8,107,33)
#1E7835
(30,120,53)
#348549
(52,133,73)
#4A925D
(74,146,93)
#609F71
(96,159,113)
#76AC85
(118,172,133)
#8CB999
(140,185,153)
#A2C6AD
(162,198,173)
#B8D3C1
(184,211,193)
#CEE0D5
(206,224,213)
#E4EDE9
(228,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #086B21 color. Also use rgb(8,107,33) instead hex code.

Text Font Color

.myTextColor { color: #086B21; }

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

This text font color is #086B21.


Background Color

.myBgColor { background-color: #086B21; }

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

This div background color is #086B21.


Border color

.myBorderColor { border: 1px solid #086B21; }

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

This div border color is #086B21.


Opacity

.myOpacity80 { color: #086B21; opacity: 0.8; }

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

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

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

This text has shadow with #086B21 color.

.textShadow {text-shadow: 3px 3px 1px #086B21, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #086B21 on black background.


Color preview on white background

This text has color #086B21 on white background.



Black color preview on #086B21 background

This text has black color on #086B21 background.


White color preview on #086B21 background

This text has white color on #086B21 background.