COLOR #086E60

HEX: #086E60 RGB: (8,110,96)

Color info

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

RGB color model

#086E60 color RGB value is (8,110,96).

RGB: (8,110,96) (3%, 43%, 38%)

RGB channels and saturation

R 8 of 255 = 3%
G 110 of 255 = 43%
B 96 of 255 = 38%

8
110
96

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

Portions of RGB colors in percentages

R + G + B = 8 + 110 + 96 = 214 (100%)
R 8 of 214 ~ 3.74%
G 110 of 214 ~ 51.4%
B 96 of 214 ~ 44.86'%

%51.4
%44.86

CMYK color model

#086E60 color CMYK value is (93,0,13,57).

  • cyan value is 92.73%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 56.86%

CMYK: (93,0,13,57)
C93M0Y13K57 (93%, 0%, 13%, 57%)
(0.93 / 0.00 / 0.13 / 0.57)

CMYK percentages

%92.73
%0
%12.73
%56.86

Codes

Color #086E60 in popluar color models

08 6E 60
RGB 8 110 96
HSL 172° 86.44% 23.14%
HSB/HSV 172° 92.73% 43.14%
CMYK 92.73% 0.00% 12.73%
56.86%

Color #086E60 in popluar number systems.

HEX 08 6E 60
Decimal 8 110 96
Binary 1000 1101110 1100000
Octal 10 156 140

Shades and tints

Shades of #086E60

#086E60
(8,110,96)
#086458
(8,100,88)
#085A50
(8,90,80)
#085048
(8,80,72)
#084640
(8,70,64)
#083C38
(8,60,56)
#083230
(8,50,48)
#082828
(8,40,40)
#081E20
(8,30,32)
#081418
(8,20,24)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #086E60

#086E60
(8,110,96)
#1E7B6E
(30,123,110)
#34887C
(52,136,124)
#4A958A
(74,149,138)
#60A298
(96,162,152)
#76AFA6
(118,175,166)
#8CBCB4
(140,188,180)
#A2C9C2
(162,201,194)
#B8D6D0
(184,214,208)
#CEE3DE
(206,227,222)
#E4F0EC
(228,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #086E60 color. Also use rgb(8,110,96) instead hex code.

Text Font Color

.myTextColor { color: #086E60; }

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

This text font color is #086E60.

Background Color

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

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

This div background color is #086E60.

Border color

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

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

This div border color is #086E60.

Opacity

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

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

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

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

This text has shadow with #086E60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #086E60.

Preview

Color preview on black background

This text has color #086E60 on black background.


Color preview on white background

This text has color #086E60 on white background.


Black color preview on #086E60 background

This text has black color on #086E60 background.


White color preview on #086E60 background

This text has white color on #086E60 background.


Related colors

Complementary color

Complementary color for #hex is #F7919F.


I love getcolorcode.com

Triadic colors

1 #60086E and #6E6008 with #086E60 are triadic colors.

2 #606E08 and #6E0860 with #086E60 are triadic colors.