COLOR #086721

HEX: #086721 RGB: (8,103,33)

Color info

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

RGB color model

#086721 color RGB value is (8,103,33).

RGB: (8,103,33) (3%, 40%, 13%)

RGB channels and saturation

R 8 of 255 = 3%
G 103 of 255 = 40%
B 33 of 255 = 13%

8
103
33

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

Portions of RGB colors in percentages

R + G + B = 8 + 103 + 33 = 144 (100%)
R 8 of 144 ~ 5.56%
G 103 of 144 ~ 71.53%
B 33 of 144 ~ 22.92'%

%71.53
%22.92

CMYK color model

#086721 color CMYK value is (92,0,68,60).

  • cyan value is 92.23%
  • magenta value is 0.00%
  • yellow value is 67.96%
  • key color value is 59.61%

CMYK: (92,0,68,60)
C92M0Y68K60 (92%, 0%, 68%, 60%)
(0.92 / 0.00 / 0.68 / 0.60)

CMYK percentages

%92.23
%0
%67.96
%59.61

Codes

Color #086721 in popluar color models

08 67 21
RGB 8 103 33
HSL 136° 85.59% 21.76%
HSB/HSV 136° 92.23% 40.39%
CMYK 92.23% 0.00% 67.96%
59.61%

Color #086721 in popluar number systems.

HEX 08 67 21
Decimal 8 103 33
Binary 1000 1100111 100001
Octal 10 147 41

Shades and tints

Shades of #086721

#086721
(8,103,33)
#085E1E
(8,94,30)
#08551B
(8,85,27)
#084C18
(8,76,24)
#084315
(8,67,21)
#083A12
(8,58,18)
#08310F
(8,49,15)
#08280C
(8,40,12)
#081F09
(8,31,9)
#081606
(8,22,6)
#080D03
(8,13,3)
#000000
(0,0,0)

Tints of #086721

#086721
(8,103,33)
#1E7435
(30,116,53)
#348149
(52,129,73)
#4A8E5D
(74,142,93)
#609B71
(96,155,113)
#76A885
(118,168,133)
#8CB599
(140,181,153)
#A2C2AD
(162,194,173)
#B8CFC1
(184,207,193)
#CEDCD5
(206,220,213)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #086721; }

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

This text font color is #086721.

Background Color

.myBgColor { background-color: #086721; }

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

This div background color is #086721.

Border color

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

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

This div border color is #086721.

Opacity

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

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

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

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

This text has shadow with #086721 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #086721.

Preview

Color preview on black background

This text has color #086721 on black background.


Color preview on white background

This text has color #086721 on white background.


Black color preview on #086721 background

This text has black color on #086721 background.


White color preview on #086721 background

This text has white color on #086721 background.


Related colors

Complementary color

Complementary color for #hex is #F798DE.


I love getcolorcode.com

Triadic colors

1 #210867 and #672108 with #086721 are triadic colors.

2 #216708 and #670821 with #086721 are triadic colors.