COLOR #0E4F78

HEX: #0E4F78
RGB: (14,79,120)

Color info

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

RGB color model

#0E4F78 color RGB value is (14,79,120).

  • red value is 14;
  • green value is 79;
  • blue value is 120.
RGB:
(14,79,120)
(5%,31%,47%)

RGB channels and saturation

R 14 of 255 = 5%
G 79 of 255 = 31%
B 120 of 255 = 47%

14
79
120

R + G + B ~ 28%. #0E4F78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 79 + 120 = 213 (100%)
R 14 of 213 ~ 6.57%
G 79 of 213 ~ 37.09%
B 120 of 213 ~ 56.34%

%37.09
%56.34

CMYK color model

#0E4F78 color CMYK value is (88,34,0,53).

  • cyan value is 88.33%
  • magenta value is 34.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(88,34,0,53)
C88M34Y0K53 
(88%,34%,0%,53%)
(0.88/0.34/0.00/0.53)	

CMYK percentages

%88.33
%34.17
%0
%52.94

Codes

Color #0E4F78 in popluar color models

0E4F78
RGB1479120
HSL203°79.10%26.27%
HSB/HSV203°88.33%47.06%
CMYK88.33%34.17%0.00%
52.94%

Color #0E4F78 in popluar number systems.

HEX0E4F78
Decimal1479120
Binary111010011111111000
Octal16117170

Shades and tints

Shades of #0E4F78

#0E4F78
(14,79,120)
#0D486E
(13,72,110)
#0C4164
(12,65,100)
#0B3A5A
(11,58,90)
#0A3350
(10,51,80)
#092C46
(9,44,70)
#08253C
(8,37,60)
#071E32
(7,30,50)
#061728
(6,23,40)
#05101E
(5,16,30)
#040914
(4,9,20)
#000000
(0,0,0)

Tints of #0E4F78

#0E4F78
(14,79,120)
#235F84
(35,95,132)
#386F90
(56,111,144)
#4D7F9C
(77,127,156)
#628FA8
(98,143,168)
#779FB4
(119,159,180)
#8CAFC0
(140,175,192)
#A1BFCC
(161,191,204)
#B6CFD8
(182,207,216)
#CBDFE4
(203,223,228)
#E0EFF0
(224,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4F78 color. Also use rgb(14,79,120) instead hex code.

Text Font Color

.myTextColor { color: #0E4F78; }

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

This text font color is #0E4F78.


Background Color

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

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

This div background color is #0E4F78.


Border color

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

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

This div border color is #0E4F78.


Opacity

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

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

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

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

This text has shadow with #0E4F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4F78 on black background.


Color preview on white background

This text has color #0E4F78 on white background.



Black color preview on #0E4F78 background

This text has black color on #0E4F78 background.


White color preview on #0E4F78 background

This text has white color on #0E4F78 background.