COLOR #086550

HEX: #086550
RGB: (8,101,80)

Color info

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

RGB color model

#086550 color RGB value is (8,101,80).

  • red value is 8;
  • green value is 101;
  • blue value is 80.
RGB:
(8,101,80)
(3%,40%,31%)

RGB channels and saturation

R 8 of 255 = 3%
G 101 of 255 = 40%
B 80 of 255 = 31%

8
101
80

R + G + B ~ 25%. #086550 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 101 + 80 = 189 (100%)
R 8 of 189 ~ 4.23%
G 101 of 189 ~ 53.44%
B 80 of 189 ~ 42.33%

%53.44
%42.33

CMYK color model

#086550 color CMYK value is (92,0,21,60).

  • cyan value is 92.08%
  • magenta value is 0.00%
  • yellow value is 20.79%
  • key color value is 60.39%
CMYK:
(92,0,21,60)
C92M0Y21K60 
(92%,0%,21%,60%)
(0.92/0.00/0.21/0.60)	

CMYK percentages

%92.08
%0
%20.79
%60.39

Codes

Color #086550 in popluar color models

086550
RGB810180
HSL166°85.32%21.37%
HSB/HSV166°92.08%39.61%
CMYK92.08%0.00%20.79%
60.39%

Color #086550 in popluar number systems.

HEX086550
Decimal810180
Binary100011001011010000
Octal10145120

Shades and tints

Shades of #086550

#086550
(8,101,80)
#085C49
(8,92,73)
#085342
(8,83,66)
#084A3B
(8,74,59)
#084134
(8,65,52)
#08382D
(8,56,45)
#082F26
(8,47,38)
#08261F
(8,38,31)
#081D18
(8,29,24)
#081411
(8,20,17)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #086550

#086550
(8,101,80)
#1E735F
(30,115,95)
#34816E
(52,129,110)
#4A8F7D
(74,143,125)
#609D8C
(96,157,140)
#76AB9B
(118,171,155)
#8CB9AA
(140,185,170)
#A2C7B9
(162,199,185)
#B8D5C8
(184,213,200)
#CEE3D7
(206,227,215)
#E4F1E6
(228,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #086550; }

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

This text font color is #086550.


Background Color

.myBgColor { background-color: #086550; }

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

This div background color is #086550.


Border color

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

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

This div border color is #086550.


Opacity

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

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

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

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

This text has shadow with #086550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #086550 on black background.


Color preview on white background

This text has color #086550 on white background.



Black color preview on #086550 background

This text has black color on #086550 background.


White color preview on #086550 background

This text has white color on #086550 background.