COLOR #0E0449

HEX: #0E0449
RGB: (14,4,73)

Color info

#0E0449 contains mainly red and blue colors. Web safe color of #0E0449 is #000033 (or #003).

RGB color model

#0E0449 color RGB value is (14,4,73).

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

RGB channels and saturation

R 14 of 255 = 5%
G 4 of 255 = 2%
B 73 of 255 = 29%

14
4
73

R + G + B ~ 12%. #0E0449 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 4 + 73 = 91 (100%)
R 14 of 91 ~ 15.38%
G 4 of 91 ~ 4.4%
B 73 of 91 ~ 80.22%

%15.38
%80.22

CMYK color model

#0E0449 color CMYK value is (81,95,0,71).

  • cyan value is 80.82%
  • magenta value is 94.52%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(81,95,0,71)
C81M95Y0K71 
(81%,95%,0%,71%)
(0.81/0.95/0.00/0.71)	

CMYK percentages

%80.82
%94.52
%0
%71.37

Codes

Color #0E0449 in popluar color models

0E0449
RGB14473
HSL249°89.61%15.10%
HSB/HSV249°94.52%28.63%
CMYK80.82%94.52%0.00%
71.37%

Color #0E0449 in popluar number systems.

HEX0E0449
Decimal14473
Binary11101001001001
Octal164111

Shades and tints

Shades of #0E0449

#0E0449
(14,4,73)
#0D0443
(13,4,67)
#0C043D
(12,4,61)
#0B0437
(11,4,55)
#0A0431
(10,4,49)
#09042B
(9,4,43)
#080425
(8,4,37)
#07041F
(7,4,31)
#060419
(6,4,25)
#050413
(5,4,19)
#04040D
(4,4,13)
#000000
(0,0,0)

Tints of #0E0449

#0E0449
(14,4,73)
#231A59
(35,26,89)
#383069
(56,48,105)
#4D4679
(77,70,121)
#625C89
(98,92,137)
#777299
(119,114,153)
#8C88A9
(140,136,169)
#A19EB9
(161,158,185)
#B6B4C9
(182,180,201)
#CBCAD9
(203,202,217)
#E0E0E9
(224,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0449; }

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

This text font color is #0E0449.


Background Color

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

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

This div background color is #0E0449.


Border color

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

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

This div border color is #0E0449.


Opacity

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

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

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

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

This text has shadow with #0E0449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0449 on black background.


Color preview on white background

This text has color #0E0449 on white background.



Black color preview on #0E0449 background

This text has black color on #0E0449 background.


White color preview on #0E0449 background

This text has white color on #0E0449 background.