COLOR #078E8D

HEX: #078E8D
RGB: (7,142,141)

Color info

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

RGB color model

#078E8D color RGB value is (7,142,141).

  • red value is 7;
  • green value is 142;
  • blue value is 141.
RGB:
(7,142,141)
(3%,56%,55%)

RGB channels and saturation

R 7 of 255 = 3%
G 142 of 255 = 56%
B 141 of 255 = 55%

7
142
141

R + G + B ~ 38%. #078E8D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 142 + 141 = 290 (100%)
R 7 of 290 ~ 2.41%
G 142 of 290 ~ 48.97%
B 141 of 290 ~ 48.62%

%48.97
%48.62

CMYK color model

#078E8D color CMYK value is (95,0,1,44).

  • cyan value is 95.07%
  • magenta value is 0.00%
  • yellow value is 0.70%
  • key color value is 44.31%
CMYK:
(95,0,1,44)
C95M0Y1K44 
(95%,0%,1%,44%)
(0.95/0.00/0.01/0.44)	

CMYK percentages

%95.07
%0
%0.7
%44.31

Codes

Color #078E8D in popluar color models

078E8D
RGB7142141
HSL180°90.60%29.22%
HSB/HSV180°95.07%55.69%
CMYK95.07%0.00%0.70%
44.31%

Color #078E8D in popluar number systems.

HEX078E8D
Decimal7142141
Binary1111000111010001101
Octal7216215

Shades and tints

Shades of #078E8D

#078E8D
(7,142,141)
#078281
(7,130,129)
#077675
(7,118,117)
#076A69
(7,106,105)
#075E5D
(7,94,93)
#075251
(7,82,81)
#074645
(7,70,69)
#073A39
(7,58,57)
#072E2D
(7,46,45)
#072221
(7,34,33)
#071615
(7,22,21)
#000000
(0,0,0)

Tints of #078E8D

#078E8D
(7,142,141)
#1D9897
(29,152,151)
#33A2A1
(51,162,161)
#49ACAB
(73,172,171)
#5FB6B5
(95,182,181)
#75C0BF
(117,192,191)
#8BCAC9
(139,202,201)
#A1D4D3
(161,212,211)
#B7DEDD
(183,222,221)
#CDE8E7
(205,232,231)
#E3F2F1
(227,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #078E8D color. Also use rgb(7,142,141) instead hex code.

Text Font Color

.myTextColor { color: #078E8D; }

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

This text font color is #078E8D.


Background Color

.myBgColor { background-color: #078E8D; }

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

This div background color is #078E8D.


Border color

.myBorderColor { border: 1px solid #078E8D; }

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

This div border color is #078E8D.


Opacity

.myOpacity80 { color: #078E8D; opacity: 0.8; }

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

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

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

This text has shadow with #078E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #078E8D on black background.


Color preview on white background

This text has color #078E8D on white background.



Black color preview on #078E8D background

This text has black color on #078E8D background.


White color preview on #078E8D background

This text has white color on #078E8D background.