COLOR #0E4A4F

HEX: #0E4A4F
RGB: (14,74,79)

Color info

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

RGB color model

#0E4A4F color RGB value is (14,74,79).

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

RGB channels and saturation

R 14 of 255 = 5%
G 74 of 255 = 29%
B 79 of 255 = 31%

14
74
79

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

Portions of RGB colors in percentages

R + G + B =
14 + 74 + 79 = 167 (100%)
R 14 of 167 ~ 8.38%
G 74 of 167 ~ 44.31%
B 79 of 167 ~ 47.31%

%44.31
%47.31

CMYK color model

#0E4A4F color CMYK value is (82,6,0,69).

  • cyan value is 82.28%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK: (82,6,0,69) C82M6Y0K69 (82%,6%,0%,69%) (0.82/0.06/0.00/0.69)

CMYK percentages

%82.28
%6.33
%0
%69.02

Codes

Color #0E4A4F in popluar color models

0E4A4F
RGB147479
HSL185°69.89%18.24%
HSB/HSV185°82.28%30.98%
CMYK82.28%6.33%0.00%
69.02%

Color #0E4A4F in popluar number systems.

HEX0E4A4F
Decimal147479
Binary111010010101001111
Octal16112117

Shades and tints

Shades of #0E4A4F

#0E4A4F
(14,74,79)
#0D4448
(13,68,72)
#0C3E41
(12,62,65)
#0B383A
(11,56,58)
#0A3233
(10,50,51)
#092C2C
(9,44,44)
#082625
(8,38,37)
#07201E
(7,32,30)
#061A17
(6,26,23)
#051410
(5,20,16)
#040E09
(4,14,9)
#000000
(0,0,0)

Tints of #0E4A4F

#0E4A4F
(14,74,79)
#235A5F
(35,90,95)
#386A6F
(56,106,111)
#4D7A7F
(77,122,127)
#628A8F
(98,138,143)
#779A9F
(119,154,159)
#8CAAAF
(140,170,175)
#A1BABF
(161,186,191)
#B6CACF
(182,202,207)
#CBDADF
(203,218,223)
#E0EAEF
(224,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4A4F; }

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

This text font color is #0E4A4F.


Background Color

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

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

This div background color is #0E4A4F.


Border color

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

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

This div border color is #0E4A4F.


Opacity

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

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

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

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

This text has shadow with #0E4A4F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0E4A4F on black background.


Color preview on white background

This text has color #0E4A4F on white background.



Black color preview on #0E4A4F background

This text has black color on #0E4A4F background.


White color preview on #0E4A4F background

This text has white color on #0E4A4F background.