COLOR #086E5D

HEX: #086E5D
RGB: (8,110,93)

Color info

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

RGB color model

#086E5D color RGB value is (8,110,93).

  • red value is 8;
  • green value is 110;
  • blue value is 93.
RGB:
(8,110,93)
(3%,43%,36%)

RGB channels and saturation

R 8 of 255 = 3%
G 110 of 255 = 43%
B 93 of 255 = 36%

8
110
93

R + G + B ~ 27%. #086E5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 110 + 93 = 211 (100%)
R 8 of 211 ~ 3.79%
G 110 of 211 ~ 52.13%
B 93 of 211 ~ 44.08%

%52.13
%44.08

CMYK color model

#086E5D color CMYK value is (93,0,15,57).

  • cyan value is 92.73%
  • magenta value is 0.00%
  • yellow value is 15.45%
  • key color value is 56.86%
CMYK:
(93,0,15,57)
C93M0Y15K57 
(93%,0%,15%,57%)
(0.93/0.00/0.15/0.57)	

CMYK percentages

%92.73
%0
%15.45
%56.86

Codes

Color #086E5D in popluar color models

086E5D
RGB811093
HSL170°86.44%23.14%
HSB/HSV170°92.73%43.14%
CMYK92.73%0.00%15.45%
56.86%

Color #086E5D in popluar number systems.

HEX086E5D
Decimal811093
Binary100011011101011101
Octal10156135

Shades and tints

Shades of #086E5D

#086E5D
(8,110,93)
#086455
(8,100,85)
#085A4D
(8,90,77)
#085045
(8,80,69)
#08463D
(8,70,61)
#083C35
(8,60,53)
#08322D
(8,50,45)
#082825
(8,40,37)
#081E1D
(8,30,29)
#081415
(8,20,21)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #086E5D

#086E5D
(8,110,93)
#1E7B6B
(30,123,107)
#348879
(52,136,121)
#4A9587
(74,149,135)
#60A295
(96,162,149)
#76AFA3
(118,175,163)
#8CBCB1
(140,188,177)
#A2C9BF
(162,201,191)
#B8D6CD
(184,214,205)
#CEE3DB
(206,227,219)
#E4F0E9
(228,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #086E5D; }

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

This text font color is #086E5D.


Background Color

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

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

This div background color is #086E5D.


Border color

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

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

This div border color is #086E5D.


Opacity

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

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

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

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

This text has shadow with #086E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #086E5D on black background.


Color preview on white background

This text has color #086E5D on white background.



Black color preview on #086E5D background

This text has black color on #086E5D background.


White color preview on #086E5D background

This text has white color on #086E5D background.