COLOR #0E7C76

HEX: #0E7C76
RGB: (14,124,118)

Color info

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

RGB color model

#0E7C76 color RGB value is (14,124,118).

  • red value is 14;
  • green value is 124;
  • blue value is 118.
RGB:
(14,124,118)
(5%,49%,46%)

RGB channels and saturation

R 14 of 255 = 5%
G 124 of 255 = 49%
B 118 of 255 = 46%

14
124
118

R + G + B ~ 33%. #0E7C76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 124 + 118 = 256 (100%)
R 14 of 256 ~ 5.47%
G 124 of 256 ~ 48.44%
B 118 of 256 ~ 46.09%

%48.44
%46.09

CMYK color model

#0E7C76 color CMYK value is (89,0,5,51).

  • cyan value is 88.71%
  • magenta value is 0.00%
  • yellow value is 4.84%
  • key color value is 51.37%
CMYK:
(89,0,5,51)
C89M0Y5K51 
(89%,0%,5%,51%)
(0.89/0.00/0.05/0.51)	

CMYK percentages

%88.71
%0
%4.84
%51.37

Codes

Color #0E7C76 in popluar color models

0E7C76
RGB14124118
HSL177°79.71%27.06%
HSB/HSV177°88.71%48.63%
CMYK88.71%0.00%4.84%
51.37%

Color #0E7C76 in popluar number systems.

HEX0E7C76
Decimal14124118
Binary111011111001110110
Octal16174166

Shades and tints

Shades of #0E7C76

#0E7C76
(14,124,118)
#0D716C
(13,113,108)
#0C6662
(12,102,98)
#0B5B58
(11,91,88)
#0A504E
(10,80,78)
#094544
(9,69,68)
#083A3A
(8,58,58)
#072F30
(7,47,48)
#062426
(6,36,38)
#05191C
(5,25,28)
#040E12
(4,14,18)
#000000
(0,0,0)

Tints of #0E7C76

#0E7C76
(14,124,118)
#238782
(35,135,130)
#38928E
(56,146,142)
#4D9D9A
(77,157,154)
#62A8A6
(98,168,166)
#77B3B2
(119,179,178)
#8CBEBE
(140,190,190)
#A1C9CA
(161,201,202)
#B6D4D6
(182,212,214)
#CBDFE2
(203,223,226)
#E0EAEE
(224,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E7C76 color. Also use rgb(14,124,118) instead hex code.

Text Font Color

.myTextColor { color: #0E7C76; }

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

This text font color is #0E7C76.


Background Color

.myBgColor { background-color: #0E7C76; }

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

This div background color is #0E7C76.


Border color

.myBorderColor { border: 1px solid #0E7C76; }

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

This div border color is #0E7C76.


Opacity

.myOpacity80 { color: #0E7C76; opacity: 0.8; }

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

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

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

This text has shadow with #0E7C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E7C76 on black background.


Color preview on white background

This text has color #0E7C76 on white background.



Black color preview on #0E7C76 background

This text has black color on #0E7C76 background.


White color preview on #0E7C76 background

This text has white color on #0E7C76 background.