COLOR #0E0E2E

HEX: #0E0E2E RGB: (14,14,46)

Color info

#0E0E2E contains red, green and blue colors in about the same proportion. Web safe color of #0E0E2E is #000033 (or #003).

RGB color model

#0E0E2E color RGB value is (14,14,46).

RGB: (14,14,46) (5%, 5%, 18%)

RGB channels and saturation

R 14 of 255 = 5%
G 14 of 255 = 5%
B 46 of 255 = 18%

14
14
46

R + G + B ~ 9%. #0E0E2E is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 14 + 46 = 74 (100%)
R 14 of 74 ~ 18.92%
G 14 of 74 ~ 18.92%
B 46 of 74 ~ 62.16'%

%18.92
%18.92
%62.16

CMYK color model

#0E0E2E color CMYK value is (70,70,0,82).

  • cyan value is 69.57%
  • magenta value is 69.57%
  • yellow value is 0.00%
  • key color value is 81.96%

CMYK: (70,70,0,82)
C70M70Y0K82 (70%, 70%, 0%, 82%)
(0.70 / 0.70 / 0.00 / 0.82)

CMYK percentages

%69.57
%69.57
%0
%81.96

Codes

Color #0E0E2E in popluar color models

0E 0E 2E
RGB 14 14 46
HSL 240° 53.33% 11.76%
HSB/HSV 240° 69.57% 18.04%
CMYK 69.57% 69.57% 0.00%
81.96%

Color #0E0E2E in popluar number systems.

HEX 0E 0E 2E
Decimal 14 14 46
Binary 1110 1110 101110
Octal 16 16 56

Shades and tints

Shades of #0E0E2E

#0E0E2E
(14,14,46)
#0D0D2A
(13,13,42)
#0C0C26
(12,12,38)
#0B0B22
(11,11,34)
#0A0A1E
(10,10,30)
#09091A
(9,9,26)
#080816
(8,8,22)
#070712
(7,7,18)
#06060E
(6,6,14)
#05050A
(5,5,10)
#040406
(4,4,6)
#000000
(0,0,0)

Tints of #0E0E2E

#0E0E2E
(14,14,46)
#232341
(35,35,65)
#383854
(56,56,84)
#4D4D67
(77,77,103)
#62627A
(98,98,122)
#77778D
(119,119,141)
#8C8CA0
(140,140,160)
#A1A1B3
(161,161,179)
#B6B6C6
(182,182,198)
#CBCBD9
(203,203,217)
#E0E0EC
(224,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0E2E; }

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

This text font color is #0E0E2E.

Background Color

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

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

This div background color is #0E0E2E.

Border color

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

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

This div border color is #0E0E2E.

Opacity

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

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

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

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

This text has shadow with #0E0E2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E0E2E.

Preview

Color preview on black background

This text has color #0E0E2E on black background.


Color preview on white background

This text has color #0E0E2E on white background.


Black color preview on #0E0E2E background

This text has black color on #0E0E2E background.


White color preview on #0E0E2E background

This text has white color on #0E0E2E background.


Related colors

Complementary color

Complementary color for #hex is #F1F1D1.


I love getcolorcode.com