COLOR #0E464E

HEX: #0E464E
RGB: (14,70,78)

Color info

#0E464E contains mainly green and blue colors. Web safe color of #0E464E is #003366 (or #036).

RGB color model

#0E464E color RGB value is (14,70,78).

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

RGB channels and saturation

R 14 of 255 = 5%
G 70 of 255 = 27%
B 78 of 255 = 31%

14
70
78

R + G + B ~ 21%. #0E464E is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 70 + 78 = 162 (100%)
R 14 of 162 ~ 8.64%
G 70 of 162 ~ 43.21%
B 78 of 162 ~ 48.15%

%43.21
%48.15

CMYK color model

#0E464E color CMYK value is (82,10,0,69).

  • cyan value is 82.05%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(82,10,0,69)
C82M10Y0K69 
(82%,10%,0%,69%)
(0.82/0.10/0.00/0.69)	

CMYK percentages

%82.05
%10.26
%0
%69.41

Codes

Color #0E464E in popluar color models

0E464E
RGB147078
HSL188°69.57%18.04%
HSB/HSV188°82.05%30.59%
CMYK82.05%10.26%0.00%
69.41%

Color #0E464E in popluar number systems.

HEX0E464E
Decimal147078
Binary111010001101001110
Octal16106116

Shades and tints

Shades of #0E464E

#0E464E
(14,70,78)
#0D4047
(13,64,71)
#0C3A40
(12,58,64)
#0B3439
(11,52,57)
#0A2E32
(10,46,50)
#09282B
(9,40,43)
#082224
(8,34,36)
#071C1D
(7,28,29)
#061616
(6,22,22)
#05100F
(5,16,15)
#040A08
(4,10,8)
#000000
(0,0,0)

Tints of #0E464E

#0E464E
(14,70,78)
#23565E
(35,86,94)
#38666E
(56,102,110)
#4D767E
(77,118,126)
#62868E
(98,134,142)
#77969E
(119,150,158)
#8CA6AE
(140,166,174)
#A1B6BE
(161,182,190)
#B6C6CE
(182,198,206)
#CBD6DE
(203,214,222)
#E0E6EE
(224,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E464E; }

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

This text font color is #0E464E.


Background Color

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

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

This div background color is #0E464E.


Border color

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

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

This div border color is #0E464E.


Opacity

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

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

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

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

This text has shadow with #0E464E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E464E on black background.


Color preview on white background

This text has color #0E464E on white background.



Black color preview on #0E464E background

This text has black color on #0E464E background.


White color preview on #0E464E background

This text has white color on #0E464E background.