COLOR #087078

HEX: #087078
RGB: (8,112,120)

Color info

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

RGB color model

#087078 color RGB value is (8,112,120).

  • red value is 8;
  • green value is 112;
  • blue value is 120.
RGB:
(8,112,120)
(3%,44%,47%)

RGB channels and saturation

R 8 of 255 = 3%
G 112 of 255 = 44%
B 120 of 255 = 47%

8
112
120

R + G + B ~ 31%. #087078 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 112 + 120 = 240 (100%)
R 8 of 240 ~ 3.33%
G 112 of 240 ~ 46.67%
B 120 of 240 ~ 50%

%46.67
%50

CMYK color model

#087078 color CMYK value is (93,7,0,53).

  • cyan value is 93.33%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(93,7,0,53)
C93M7Y0K53 
(93%,7%,0%,53%)
(0.93/0.07/0.00/0.53)	

CMYK percentages

%93.33
%6.67
%0
%52.94

Codes

Color #087078 in popluar color models

087078
RGB8112120
HSL184°87.50%25.10%
HSB/HSV184°93.33%47.06%
CMYK93.33%6.67%0.00%
52.94%

Color #087078 in popluar number systems.

HEX087078
Decimal8112120
Binary100011100001111000
Octal10160170

Shades and tints

Shades of #087078

#087078
(8,112,120)
#08666E
(8,102,110)
#085C64
(8,92,100)
#08525A
(8,82,90)
#084850
(8,72,80)
#083E46
(8,62,70)
#08343C
(8,52,60)
#082A32
(8,42,50)
#082028
(8,32,40)
#08161E
(8,22,30)
#080C14
(8,12,20)
#000000
(0,0,0)

Tints of #087078

#087078
(8,112,120)
#1E7D84
(30,125,132)
#348A90
(52,138,144)
#4A979C
(74,151,156)
#60A4A8
(96,164,168)
#76B1B4
(118,177,180)
#8CBEC0
(140,190,192)
#A2CBCC
(162,203,204)
#B8D8D8
(184,216,216)
#CEE5E4
(206,229,228)
#E4F2F0
(228,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #087078 color. Also use rgb(8,112,120) instead hex code.

Text Font Color

.myTextColor { color: #087078; }

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

This text font color is #087078.


Background Color

.myBgColor { background-color: #087078; }

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

This div background color is #087078.


Border color

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

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

This div border color is #087078.


Opacity

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

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

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

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

This text has shadow with #087078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #087078 on black background.


Color preview on white background

This text has color #087078 on white background.



Black color preview on #087078 background

This text has black color on #087078 background.


White color preview on #087078 background

This text has white color on #087078 background.