COLOR #0E4A49

HEX: #0E4A49
RGB: (14,74,73)

Color info

#0E4A49 contains mainly green and blue colors. Web safe color of #0E4A49 is #003333 (or #033).

RGB color model

#0E4A49 color RGB value is (14,74,73).

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

RGB channels and saturation

R 14 of 255 = 5%
G 74 of 255 = 29%
B 73 of 255 = 29%

14
74
73

R + G + B ~ 21%. #0E4A49 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 74 + 73 = 161 (100%)
R 14 of 161 ~ 8.7%
G 74 of 161 ~ 45.96%
B 73 of 161 ~ 45.34%

%45.96
%45.34

CMYK color model

#0E4A49 color CMYK value is (81,0,1,71).

  • cyan value is 81.08%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 70.98%
CMYK:
(81,0,1,71)
C81M0Y1K71 
(81%,0%,1%,71%)
(0.81/0.00/0.01/0.71)	

CMYK percentages

%81.08
%0
%1.35
%70.98

Codes

Color #0E4A49 in popluar color models

0E4A49
RGB147473
HSL179°68.18%17.25%
HSB/HSV179°81.08%29.02%
CMYK81.08%0.00%1.35%
70.98%

Color #0E4A49 in popluar number systems.

HEX0E4A49
Decimal147473
Binary111010010101001001
Octal16112111

Shades and tints

Shades of #0E4A49

#0E4A49
(14,74,73)
#0D4443
(13,68,67)
#0C3E3D
(12,62,61)
#0B3837
(11,56,55)
#0A3231
(10,50,49)
#092C2B
(9,44,43)
#082625
(8,38,37)
#07201F
(7,32,31)
#061A19
(6,26,25)
#051413
(5,20,19)
#040E0D
(4,14,13)
#000000
(0,0,0)

Tints of #0E4A49

#0E4A49
(14,74,73)
#235A59
(35,90,89)
#386A69
(56,106,105)
#4D7A79
(77,122,121)
#628A89
(98,138,137)
#779A99
(119,154,153)
#8CAAA9
(140,170,169)
#A1BAB9
(161,186,185)
#B6CAC9
(182,202,201)
#CBDAD9
(203,218,217)
#E0EAE9
(224,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4A49; }

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

This text font color is #0E4A49.


Background Color

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

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

This div background color is #0E4A49.


Border color

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

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

This div border color is #0E4A49.


Opacity

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

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

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

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

This text has shadow with #0E4A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4A49 on black background.


Color preview on white background

This text has color #0E4A49 on white background.



Black color preview on #0E4A49 background

This text has black color on #0E4A49 background.


White color preview on #0E4A49 background

This text has white color on #0E4A49 background.