COLOR #0E212C

HEX: #0E212C
RGB: (14,33,44)

Color info

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

RGB color model

#0E212C color RGB value is (14,33,44).

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

RGB channels and saturation

R 14 of 255 = 5%
G 33 of 255 = 13%
B 44 of 255 = 17%

14
33
44

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

Portions of RGB colors in percentages

R + G + B =
14 + 33 + 44 = 91 (100%)
R 14 of 91 ~ 15.38%
G 33 of 91 ~ 36.26%
B 44 of 91 ~ 48.35%

%15.38
%36.26
%48.35

CMYK color model

#0E212C color CMYK value is (68,25,0,83).

  • cyan value is 68.18%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(68,25,0,83)
C68M25Y0K83 
(68%,25%,0%,83%)
(0.68/0.25/0.00/0.83)	

CMYK percentages

%68.18
%25
%0
%82.75

Codes

Color #0E212C in popluar color models

0E212C
RGB143344
HSL202°51.72%11.37%
HSB/HSV202°68.18%17.25%
CMYK68.18%25.00%0.00%
82.75%

Color #0E212C in popluar number systems.

HEX0E212C
Decimal143344
Binary1110100001101100
Octal164154

Shades and tints

Shades of #0E212C

#0E212C
(14,33,44)
#0D1E28
(13,30,40)
#0C1B24
(12,27,36)
#0B1820
(11,24,32)
#0A151C
(10,21,28)
#091218
(9,18,24)
#080F14
(8,15,20)
#070C10
(7,12,16)
#06090C
(6,9,12)
#050608
(5,6,8)
#040304
(4,3,4)
#000000
(0,0,0)

Tints of #0E212C

#0E212C
(14,33,44)
#23353F
(35,53,63)
#384952
(56,73,82)
#4D5D65
(77,93,101)
#627178
(98,113,120)
#77858B
(119,133,139)
#8C999E
(140,153,158)
#A1ADB1
(161,173,177)
#B6C1C4
(182,193,196)
#CBD5D7
(203,213,215)
#E0E9EA
(224,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E212C; }

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

This text font color is #0E212C.


Background Color

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

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

This div background color is #0E212C.


Border color

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

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

This div border color is #0E212C.


Opacity

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

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

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

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

This text has shadow with #0E212C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E212C on black background.


Color preview on white background

This text has color #0E212C on white background.



Black color preview on #0E212C background

This text has black color on #0E212C background.


White color preview on #0E212C background

This text has white color on #0E212C background.