COLOR #0E4E6E

HEX: #0E4E6E
RGB: (14,78,110)

Color info

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

RGB color model

#0E4E6E color RGB value is (14,78,110).

  • red value is 14;
  • green value is 78;
  • blue value is 110.
RGB:
(14,78,110)
(5%,31%,43%)

RGB channels and saturation

R 14 of 255 = 5%
G 78 of 255 = 31%
B 110 of 255 = 43%

14
78
110

R + G + B ~ 26%. #0E4E6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 78 + 110 = 202 (100%)
R 14 of 202 ~ 6.93%
G 78 of 202 ~ 38.61%
B 110 of 202 ~ 54.46%

%38.61
%54.46

CMYK color model

#0E4E6E color CMYK value is (87,29,0,57).

  • cyan value is 87.27%
  • magenta value is 29.09%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(87,29,0,57)
C87M29Y0K57 
(87%,29%,0%,57%)
(0.87/0.29/0.00/0.57)	

CMYK percentages

%87.27
%29.09
%0
%56.86

Codes

Color #0E4E6E in popluar color models

0E4E6E
RGB1478110
HSL200°77.42%24.31%
HSB/HSV200°87.27%43.14%
CMYK87.27%29.09%0.00%
56.86%

Color #0E4E6E in popluar number systems.

HEX0E4E6E
Decimal1478110
Binary111010011101101110
Octal16116156

Shades and tints

Shades of #0E4E6E

#0E4E6E
(14,78,110)
#0D4764
(13,71,100)
#0C405A
(12,64,90)
#0B3950
(11,57,80)
#0A3246
(10,50,70)
#092B3C
(9,43,60)
#082432
(8,36,50)
#071D28
(7,29,40)
#06161E
(6,22,30)
#050F14
(5,15,20)
#04080A
(4,8,10)
#000000
(0,0,0)

Tints of #0E4E6E

#0E4E6E
(14,78,110)
#235E7B
(35,94,123)
#386E88
(56,110,136)
#4D7E95
(77,126,149)
#628EA2
(98,142,162)
#779EAF
(119,158,175)
#8CAEBC
(140,174,188)
#A1BEC9
(161,190,201)
#B6CED6
(182,206,214)
#CBDEE3
(203,222,227)
#E0EEF0
(224,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4E6E color. Also use rgb(14,78,110) instead hex code.

Text Font Color

.myTextColor { color: #0E4E6E; }

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

This text font color is #0E4E6E.


Background Color

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

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

This div background color is #0E4E6E.


Border color

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

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

This div border color is #0E4E6E.


Opacity

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

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

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

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

This text has shadow with #0E4E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4E6E on black background.


Color preview on white background

This text has color #0E4E6E on white background.



Black color preview on #0E4E6E background

This text has black color on #0E4E6E background.


White color preview on #0E4E6E background

This text has white color on #0E4E6E background.