COLOR #087A60

HEX: #087A60
RGB: (8,122,96)

Color info

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

RGB color model

#087A60 color RGB value is (8,122,96).

  • red value is 8;
  • green value is 122;
  • blue value is 96.
RGB:
(8,122,96)
(3%,48%,38%)

RGB channels and saturation

R 8 of 255 = 3%
G 122 of 255 = 48%
B 96 of 255 = 38%

8
122
96

R + G + B ~ 30%. #087A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 122 + 96 = 226 (100%)
R 8 of 226 ~ 3.54%
G 122 of 226 ~ 53.98%
B 96 of 226 ~ 42.48%

%53.98
%42.48

CMYK color model

#087A60 color CMYK value is (93,0,21,52).

  • cyan value is 93.44%
  • magenta value is 0.00%
  • yellow value is 21.31%
  • key color value is 52.16%
CMYK:
(93,0,21,52)
C93M0Y21K52 
(93%,0%,21%,52%)
(0.93/0.00/0.21/0.52)	

CMYK percentages

%93.44
%0
%21.31
%52.16

Codes

Color #087A60 in popluar color models

087A60
RGB812296
HSL166°87.69%25.49%
HSB/HSV166°93.44%47.84%
CMYK93.44%0.00%21.31%
52.16%

Color #087A60 in popluar number systems.

HEX087A60
Decimal812296
Binary100011110101100000
Octal10172140

Shades and tints

Shades of #087A60

#087A60
(8,122,96)
#086F58
(8,111,88)
#086450
(8,100,80)
#085948
(8,89,72)
#084E40
(8,78,64)
#084338
(8,67,56)
#083830
(8,56,48)
#082D28
(8,45,40)
#082220
(8,34,32)
#081718
(8,23,24)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #087A60

#087A60
(8,122,96)
#1E866E
(30,134,110)
#34927C
(52,146,124)
#4A9E8A
(74,158,138)
#60AA98
(96,170,152)
#76B6A6
(118,182,166)
#8CC2B4
(140,194,180)
#A2CEC2
(162,206,194)
#B8DAD0
(184,218,208)
#CEE6DE
(206,230,222)
#E4F2EC
(228,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #087A60 color. Also use rgb(8,122,96) instead hex code.

Text Font Color

.myTextColor { color: #087A60; }

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

This text font color is #087A60.


Background Color

.myBgColor { background-color: #087A60; }

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

This div background color is #087A60.


Border color

.myBorderColor { border: 1px solid #087A60; }

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

This div border color is #087A60.


Opacity

.myOpacity80 { color: #087A60; opacity: 0.8; }

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

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

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

This text has shadow with #087A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #087A60 on black background.


Color preview on white background

This text has color #087A60 on white background.



Black color preview on #087A60 background

This text has black color on #087A60 background.


White color preview on #087A60 background

This text has white color on #087A60 background.