COLOR #0E4454

HEX: #0E4454
RGB: (14,68,84)

Color info

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

RGB color model

#0E4454 color RGB value is (14,68,84).

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

RGB channels and saturation

R 14 of 255 = 5%
G 68 of 255 = 27%
B 84 of 255 = 33%

14
68
84

R + G + B ~ 22%. #0E4454 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 68 + 84 = 166 (100%)
R 14 of 166 ~ 8.43%
G 68 of 166 ~ 40.96%
B 84 of 166 ~ 50.6%

%40.96
%50.6

CMYK color model

#0E4454 color CMYK value is (83,19,0,67).

  • cyan value is 83.33%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(83,19,0,67)
C83M19Y0K67 
(83%,19%,0%,67%)
(0.83/0.19/0.00/0.67)	

CMYK percentages

%83.33
%19.05
%0
%67.06

Codes

Color #0E4454 in popluar color models

0E4454
RGB146884
HSL194°71.43%19.22%
HSB/HSV194°83.33%32.94%
CMYK83.33%19.05%0.00%
67.06%

Color #0E4454 in popluar number systems.

HEX0E4454
Decimal146884
Binary111010001001010100
Octal16104124

Shades and tints

Shades of #0E4454

#0E4454
(14,68,84)
#0D3E4D
(13,62,77)
#0C3846
(12,56,70)
#0B323F
(11,50,63)
#0A2C38
(10,44,56)
#092631
(9,38,49)
#08202A
(8,32,42)
#071A23
(7,26,35)
#06141C
(6,20,28)
#050E15
(5,14,21)
#04080E
(4,8,14)
#000000
(0,0,0)

Tints of #0E4454

#0E4454
(14,68,84)
#235563
(35,85,99)
#386672
(56,102,114)
#4D7781
(77,119,129)
#628890
(98,136,144)
#77999F
(119,153,159)
#8CAAAE
(140,170,174)
#A1BBBD
(161,187,189)
#B6CCCC
(182,204,204)
#CBDDDB
(203,221,219)
#E0EEEA
(224,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4454; }

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

This text font color is #0E4454.


Background Color

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

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

This div background color is #0E4454.


Border color

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

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

This div border color is #0E4454.


Opacity

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

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

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

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

This text has shadow with #0E4454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4454 on black background.


Color preview on white background

This text has color #0E4454 on white background.



Black color preview on #0E4454 background

This text has black color on #0E4454 background.


White color preview on #0E4454 background

This text has white color on #0E4454 background.