COLOR #0E5079

HEX: #0E5079
RGB: (14,80,121)

Color info

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

RGB color model

#0E5079 color RGB value is (14,80,121).

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

RGB channels and saturation

R 14 of 255 = 5%
G 80 of 255 = 31%
B 121 of 255 = 47%

14
80
121

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

Portions of RGB colors in percentages

R + G + B =
14 + 80 + 121 = 215 (100%)
R 14 of 215 ~ 6.51%
G 80 of 215 ~ 37.21%
B 121 of 215 ~ 56.28%

%37.21
%56.28

CMYK color model

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

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

CMYK percentages

%88.43
%33.88
%0
%52.55

Codes

Color #0E5079 in popluar color models

0E5079
RGB1480121
HSL203°79.26%26.47%
HSB/HSV203°88.43%47.45%
CMYK88.43%33.88%0.00%
52.55%

Color #0E5079 in popluar number systems.

HEX0E5079
Decimal1480121
Binary111010100001111001
Octal16120171

Shades and tints

Shades of #0E5079

#0E5079
(14,80,121)
#0D496E
(13,73,110)
#0C4263
(12,66,99)
#0B3B58
(11,59,88)
#0A344D
(10,52,77)
#092D42
(9,45,66)
#082637
(8,38,55)
#071F2C
(7,31,44)
#061821
(6,24,33)
#051116
(5,17,22)
#040A0B
(4,10,11)
#000000
(0,0,0)

Tints of #0E5079

#0E5079
(14,80,121)
#235F85
(35,95,133)
#386E91
(56,110,145)
#4D7D9D
(77,125,157)
#628CA9
(98,140,169)
#779BB5
(119,155,181)
#8CAAC1
(140,170,193)
#A1B9CD
(161,185,205)
#B6C8D9
(182,200,217)
#CBD7E5
(203,215,229)
#E0E6F1
(224,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5079 color. Also use rgb(14,80,121) instead hex code.

Text Font Color

.myTextColor { color: #0E5079; }

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

This text font color is #0E5079.


Background Color

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

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

This div background color is #0E5079.


Border color

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

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

This div border color is #0E5079.


Opacity

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

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

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

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

This text has shadow with #0E5079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5079 on black background.


Color preview on white background

This text has color #0E5079 on white background.



Black color preview on #0E5079 background

This text has black color on #0E5079 background.


White color preview on #0E5079 background

This text has white color on #0E5079 background.