COLOR #0E7C81

HEX: #0E7C81
RGB: (14,124,129)

Color info

#0E7C81 contains mainly green and blue colors. Web safe color of #0E7C81 is #006699 (or #069).

RGB color model

#0E7C81 color RGB value is (14,124,129).

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

RGB channels and saturation

R 14 of 255 = 5%
G 124 of 255 = 49%
B 129 of 255 = 51%

14
124
129

R + G + B ~ 35%. #0E7C81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 124 + 129 = 267 (100%)
R 14 of 267 ~ 5.24%
G 124 of 267 ~ 46.44%
B 129 of 267 ~ 48.31%

%46.44
%48.31

CMYK color model

#0E7C81 color CMYK value is (89,4,0,49).

  • cyan value is 89.15%
  • magenta value is 3.88%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(89,4,0,49)
C89M4Y0K49 
(89%,4%,0%,49%)
(0.89/0.04/0.00/0.49)	

CMYK percentages

%89.15
%3.88
%0
%49.41

Codes

Color #0E7C81 in popluar color models

0E7C81
RGB14124129
HSL183°80.42%28.04%
HSB/HSV183°89.15%50.59%
CMYK89.15%3.88%0.00%
49.41%

Color #0E7C81 in popluar number systems.

HEX0E7C81
Decimal14124129
Binary1110111110010000001
Octal16174201

Shades and tints

Shades of #0E7C81

#0E7C81
(14,124,129)
#0D7176
(13,113,118)
#0C666B
(12,102,107)
#0B5B60
(11,91,96)
#0A5055
(10,80,85)
#09454A
(9,69,74)
#083A3F
(8,58,63)
#072F34
(7,47,52)
#062429
(6,36,41)
#05191E
(5,25,30)
#040E13
(4,14,19)
#000000
(0,0,0)

Tints of #0E7C81

#0E7C81
(14,124,129)
#23878C
(35,135,140)
#389297
(56,146,151)
#4D9DA2
(77,157,162)
#62A8AD
(98,168,173)
#77B3B8
(119,179,184)
#8CBEC3
(140,190,195)
#A1C9CE
(161,201,206)
#B6D4D9
(182,212,217)
#CBDFE4
(203,223,228)
#E0EAEF
(224,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E7C81; }

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

This text font color is #0E7C81.


Background Color

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

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

This div background color is #0E7C81.


Border color

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

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

This div border color is #0E7C81.


Opacity

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

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

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

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

This text has shadow with #0E7C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E7C81 on black background.


Color preview on white background

This text has color #0E7C81 on white background.



Black color preview on #0E7C81 background

This text has black color on #0E7C81 background.


White color preview on #0E7C81 background

This text has white color on #0E7C81 background.