COLOR #078686

HEX: #078686
RGB: (7,134,134)

Color info

#078686 contains mainly green and blue colors. Web safe color of #078686 is #009999 (or #099).

RGB color model

#078686 color RGB value is (7,134,134).

  • red value is 7;
  • green value is 134;
  • blue value is 134.
RGB:
(7,134,134)
(3%,53%,53%)

RGB channels and saturation

R 7 of 255 = 3%
G 134 of 255 = 53%
B 134 of 255 = 53%

7
134
134

R + G + B ~ 36%. #078686 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 134 + 134 = 275 (100%)
R 7 of 275 ~ 2.55%
G 134 of 275 ~ 48.73%
B 134 of 275 ~ 48.73%

%48.73
%48.73

CMYK color model

#078686 color CMYK value is (95,0,0,47).

  • cyan value is 94.78%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(95,0,0,47)
C95M0Y0K47 
(95%,0%,0%,47%)
(0.95/0.00/0.00/0.47)	

CMYK percentages

%94.78
%0
%0
%47.45

Codes

Color #078686 in popluar color models

078686
RGB7134134
HSL180°90.07%27.65%
HSB/HSV180°94.78%52.55%
CMYK94.78%0.00%0.00%
47.45%

Color #078686 in popluar number systems.

HEX078686
Decimal7134134
Binary1111000011010000110
Octal7206206

Shades and tints

Shades of #078686

#078686
(7,134,134)
#077A7A
(7,122,122)
#076E6E
(7,110,110)
#076262
(7,98,98)
#075656
(7,86,86)
#074A4A
(7,74,74)
#073E3E
(7,62,62)
#073232
(7,50,50)
#072626
(7,38,38)
#071A1A
(7,26,26)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #078686

#078686
(7,134,134)
#1D9191
(29,145,145)
#339C9C
(51,156,156)
#49A7A7
(73,167,167)
#5FB2B2
(95,178,178)
#75BDBD
(117,189,189)
#8BC8C8
(139,200,200)
#A1D3D3
(161,211,211)
#B7DEDE
(183,222,222)
#CDE9E9
(205,233,233)
#E3F4F4
(227,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #078686 color. Also use rgb(7,134,134) instead hex code.

Text Font Color

.myTextColor { color: #078686; }

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

This text font color is #078686.


Background Color

.myBgColor { background-color: #078686; }

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

This div background color is #078686.


Border color

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

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

This div border color is #078686.


Opacity

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

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

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

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

This text has shadow with #078686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #078686 on black background.


Color preview on white background

This text has color #078686 on white background.



Black color preview on #078686 background

This text has black color on #078686 background.


White color preview on #078686 background

This text has white color on #078686 background.