COLOR #086521

HEX: #086521 RGB: (8,101,33)

Color info

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

RGB color model

#086521 color RGB value is (8,101,33).

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

RGB channels and saturation

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

8
101
33

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

Portions of RGB colors in percentages

R + G + B = 8 + 101 + 33 = 142 (100%)
R 8 of 142 ~ 5.63%
G 101 of 142 ~ 71.13%
B 33 of 142 ~ 23.24'%

%71.13
%23.24

CMYK color model

#086521 color CMYK value is (92,0,67,60).

  • cyan value is 92.08%
  • magenta value is 0.00%
  • yellow value is 67.33%
  • key color value is 60.39%

CMYK: (92,0,67,60)
C92M0Y67K60 (92%, 0%, 67%, 60%)
(0.92 / 0.00 / 0.67 / 0.60)

CMYK percentages

%92.08
%0
%67.33
%60.39

Codes

Color #086521 in popluar color models

08 65 21
RGB 8 101 33
HSL 136° 85.32% 21.37%
HSB/HSV 136° 92.08% 39.61%
CMYK 92.08% 0.00% 67.33%
60.39%

Color #086521 in popluar number systems.

HEX 08 65 21
Decimal 8 101 33
Binary 1000 1100101 100001
Octal 10 145 41

Shades and tints

Shades of #086521

#086521
(8,101,33)
#085C1E
(8,92,30)
#08531B
(8,83,27)
#084A18
(8,74,24)
#084115
(8,65,21)
#083812
(8,56,18)
#082F0F
(8,47,15)
#08260C
(8,38,12)
#081D09
(8,29,9)
#081406
(8,20,6)
#080B03
(8,11,3)
#000000
(0,0,0)

Tints of #086521

#086521
(8,101,33)
#1E7335
(30,115,53)
#348149
(52,129,73)
#4A8F5D
(74,143,93)
#609D71
(96,157,113)
#76AB85
(118,171,133)
#8CB999
(140,185,153)
#A2C7AD
(162,199,173)
#B8D5C1
(184,213,193)
#CEE3D5
(206,227,213)
#E4F1E9
(228,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #086521; }

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

This text font color is #086521.

Background Color

.myBgColor { background-color: #086521; }

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

This div background color is #086521.

Border color

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

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

This div border color is #086521.

Opacity

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

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

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

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

This text has shadow with #086521 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #086521.

Preview

Color preview on black background

This text has color #086521 on black background.


Color preview on white background

This text has color #086521 on white background.


Black color preview on #086521 background

This text has black color on #086521 background.


White color preview on #086521 background

This text has white color on #086521 background.


Related colors

Complementary color

Complementary color for #hex is #F79ADE.


I love getcolorcode.com

Triadic colors

1 #210865 and #652108 with #086521 are triadic colors.

2 #216508 and #650821 with #086521 are triadic colors.