COLOR #0E493A

HEX: #0E493A RGB: (14,73,58)

Color info

#0E493A contains red, green and blue colors in about the same proportion. Web safe color of #0E493A is #003333 (or #033).

RGB color model

#0E493A color RGB value is (14,73,58).

RGB: (14,73,58) (5%, 29%, 23%)

RGB channels and saturation

R 14 of 255 = 5%
G 73 of 255 = 29%
B 58 of 255 = 23%

14
73
58

R + G + B ~ 19%. #0E493A is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 73 + 58 = 145 (100%)
R 14 of 145 ~ 9.66%
G 73 of 145 ~ 50.34%
B 58 of 145 ~ 40'%

%9.66
%50.34
%40

CMYK color model

#0E493A color CMYK value is (81,0,21,71).

  • cyan value is 80.82%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 71.37%
CMYK: (81,0,21,71) C81M0Y21K71 (81%,0%,21%,71%) (0.81/0.00/0.21/0.71) 

CMYK percentages

%80.82
%0
%20.55
%71.37

Codes

Color #0E493A in popluar color models

0E 49 3A
RGB 14 73 58
HSL 165° 67.82% 17.06%
HSB/HSV 165° 80.82% 28.63%
CMYK 80.82% 0.00% 20.55%
71.37%

Color #0E493A in popluar number systems.

HEX 0E 49 3A
Decimal 14 73 58
Binary 1110 1001001 111010
Octal 16 111 72

Shades and tints

Shades of #0E493A

#0E493A
(14,73,58)
#0D4335
(13,67,53)
#0C3D30
(12,61,48)
#0B372B
(11,55,43)
#0A3126
(10,49,38)
#092B21
(9,43,33)
#08251C
(8,37,28)
#071F17
(7,31,23)
#061912
(6,25,18)
#05130D
(5,19,13)
#040D08
(4,13,8)
#000000
(0,0,0)

Tints of #0E493A

#0E493A
(14,73,58)
#23594B
(35,89,75)
#38695C
(56,105,92)
#4D796D
(77,121,109)
#62897E
(98,137,126)
#77998F
(119,153,143)
#8CA9A0
(140,169,160)
#A1B9B1
(161,185,177)
#B6C9C2
(182,201,194)
#CBD9D3
(203,217,211)
#E0E9E4
(224,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E493A; }

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

This text font color is #0E493A.

Background Color

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

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

This div background color is #0E493A.

Border color

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

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

This div border color is #0E493A.

Opacity

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

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

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

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

This text has shadow with #0E493A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E493A.

Preview

Color preview on black background

This text has color #0E493A on black background.


Color preview on white background

This text has color #0E493A on white background.


Black color preview on #0E493A background

This text has black color on #0E493A background.


White color preview on #0E493A background

This text has white color on #0E493A background.


Related colors

Complementary color

Complementary color for #hex is #F1B6C5.


I love getcolorcode.com

Triadic colors

1 #3A0E49 and #493A0E with #0E493A are triadic colors.

2 #3A490E and #490E3A with #0E493A are triadic colors.