COLOR #0E4464

HEX: #0E4464
RGB: (14,68,100)

Color info

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

RGB color model

#0E4464 color RGB value is (14,68,100).

  • red value is 14;
  • green value is 68;
  • blue value is 100.
RGB:
(14,68,100)
(5%,27%,39%)

RGB channels and saturation

R 14 of 255 = 5%
G 68 of 255 = 27%
B 100 of 255 = 39%

14
68
100

R + G + B ~ 24%. #0E4464 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 68 + 100 = 182 (100%)
R 14 of 182 ~ 7.69%
G 68 of 182 ~ 37.36%
B 100 of 182 ~ 54.95%

%37.36
%54.95

CMYK color model

#0E4464 color CMYK value is (86,32,0,61).

  • cyan value is 86.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(86,32,0,61)
C86M32Y0K61 
(86%,32%,0%,61%)
(0.86/0.32/0.00/0.61)	

CMYK percentages

%86
%32
%0
%60.78

Codes

Color #0E4464 in popluar color models

0E4464
RGB1468100
HSL202°75.44%22.35%
HSB/HSV202°86.00%39.22%
CMYK86.00%32.00%0.00%
60.78%

Color #0E4464 in popluar number systems.

HEX0E4464
Decimal1468100
Binary111010001001100100
Octal16104144

Shades and tints

Shades of #0E4464

#0E4464
(14,68,100)
#0D3E5B
(13,62,91)
#0C3852
(12,56,82)
#0B3249
(11,50,73)
#0A2C40
(10,44,64)
#092637
(9,38,55)
#08202E
(8,32,46)
#071A25
(7,26,37)
#06141C
(6,20,28)
#050E13
(5,14,19)
#04080A
(4,8,10)
#000000
(0,0,0)

Tints of #0E4464

#0E4464
(14,68,100)
#235572
(35,85,114)
#386680
(56,102,128)
#4D778E
(77,119,142)
#62889C
(98,136,156)
#7799AA
(119,153,170)
#8CAAB8
(140,170,184)
#A1BBC6
(161,187,198)
#B6CCD4
(182,204,212)
#CBDDE2
(203,221,226)
#E0EEF0
(224,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4464 color. Also use rgb(14,68,100) instead hex code.

Text Font Color

.myTextColor { color: #0E4464; }

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

This text font color is #0E4464.


Background Color

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

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

This div background color is #0E4464.


Border color

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

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

This div border color is #0E4464.


Opacity

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

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

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

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

This text has shadow with #0E4464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4464 on black background.


Color preview on white background

This text has color #0E4464 on white background.



Black color preview on #0E4464 background

This text has black color on #0E4464 background.


White color preview on #0E4464 background

This text has white color on #0E4464 background.