COLOR #0E212E

HEX: #0E212E
RGB: (14,33,46)

Color info

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

RGB color model

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

  • red value is 14;
  • green value is 33;
  • blue value is 46.
RGB:
(14,33,46)
(5%,13%,18%)

RGB channels and saturation

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

14
33
46

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

Portions of RGB colors in percentages

R + G + B =
14 + 33 + 46 = 93 (100%)
R 14 of 93 ~ 15.05%
G 33 of 93 ~ 35.48%
B 46 of 93 ~ 49.46%

%15.05
%35.48
%49.46

CMYK color model

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

  • cyan value is 69.57%
  • magenta value is 28.26%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(70,28,0,82)
C70M28Y0K82 
(70%,28%,0%,82%)
(0.70/0.28/0.00/0.82)	

CMYK percentages

%69.57
%28.26
%0
%81.96

Codes

Color #0E212E in popluar color models

0E212E
RGB143346
HSL204°53.33%11.76%
HSB/HSV204°69.57%18.04%
CMYK69.57%28.26%0.00%
81.96%

Color #0E212E in popluar number systems.

HEX0E212E
Decimal143346
Binary1110100001101110
Octal164156

Shades and tints

Shades of #0E212E

#0E212E
(14,33,46)
#0D1E2A
(13,30,42)
#0C1B26
(12,27,38)
#0B1822
(11,24,34)
#0A151E
(10,21,30)
#09121A
(9,18,26)
#080F16
(8,15,22)
#070C12
(7,12,18)
#06090E
(6,9,14)
#05060A
(5,6,10)
#040306
(4,3,6)
#000000
(0,0,0)

Tints of #0E212E

#0E212E
(14,33,46)
#233541
(35,53,65)
#384954
(56,73,84)
#4D5D67
(77,93,103)
#62717A
(98,113,122)
#77858D
(119,133,141)
#8C99A0
(140,153,160)
#A1ADB3
(161,173,179)
#B6C1C6
(182,193,198)
#CBD5D9
(203,213,217)
#E0E9EC
(224,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E212E; }

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

This text font color is #0E212E.


Background Color

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

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

This div background color is #0E212E.


Border color

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

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

This div border color is #0E212E.


Opacity

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

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

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

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

This text has shadow with #0E212E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E212E on black background.


Color preview on white background

This text has color #0E212E on white background.



Black color preview on #0E212E background

This text has black color on #0E212E background.


White color preview on #0E212E background

This text has white color on #0E212E background.