COLOR #086D64

HEX: #086D64
RGB: (8,109,100)

Color info

#086D64 contains mainly green and blue colors. Web safe color of #086D64 is #006666 (or #066).

RGB color model

#086D64 color RGB value is (8,109,100).

  • red value is 8;
  • green value is 109;
  • blue value is 100.
RGB:
(8,109,100)
(3%,43%,39%)

RGB channels and saturation

R 8 of 255 = 3%
G 109 of 255 = 43%
B 100 of 255 = 39%

8
109
100

R + G + B ~ 28%. #086D64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 109 + 100 = 217 (100%)
R 8 of 217 ~ 3.69%
G 109 of 217 ~ 50.23%
B 100 of 217 ~ 46.08%

%50.23
%46.08

CMYK color model

#086D64 color CMYK value is (93,0,8,57).

  • cyan value is 92.66%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 57.25%
CMYK:
(93,0,8,57)
C93M0Y8K57 
(93%,0%,8%,57%)
(0.93/0.00/0.08/0.57)	

CMYK percentages

%92.66
%0
%8.26
%57.25

Codes

Color #086D64 in popluar color models

086D64
RGB8109100
HSL175°86.32%22.94%
HSB/HSV175°92.66%42.75%
CMYK92.66%0.00%8.26%
57.25%

Color #086D64 in popluar number systems.

HEX086D64
Decimal8109100
Binary100011011011100100
Octal10155144

Shades and tints

Shades of #086D64

#086D64
(8,109,100)
#08645B
(8,100,91)
#085B52
(8,91,82)
#085249
(8,82,73)
#084940
(8,73,64)
#084037
(8,64,55)
#08372E
(8,55,46)
#082E25
(8,46,37)
#08251C
(8,37,28)
#081C13
(8,28,19)
#08130A
(8,19,10)
#000000
(0,0,0)

Tints of #086D64

#086D64
(8,109,100)
#1E7A72
(30,122,114)
#348780
(52,135,128)
#4A948E
(74,148,142)
#60A19C
(96,161,156)
#76AEAA
(118,174,170)
#8CBBB8
(140,187,184)
#A2C8C6
(162,200,198)
#B8D5D4
(184,213,212)
#CEE2E2
(206,226,226)
#E4EFF0
(228,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #086D64; }

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

This text font color is #086D64.


Background Color

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

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

This div background color is #086D64.


Border color

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

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

This div border color is #086D64.


Opacity

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

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

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

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

This text has shadow with #086D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #086D64 on black background.


Color preview on white background

This text has color #086D64 on white background.



Black color preview on #086D64 background

This text has black color on #086D64 background.


White color preview on #086D64 background

This text has white color on #086D64 background.