COLOR #0E0E16

HEX: #0E0E16
RGB: (14,14,22)

Color info

#0E0E16 contains red, green and blue colors in about the same proportion. Web safe color of #0E0E16 is #000000 (or #000).

RGB color model

#0E0E16 color RGB value is (14,14,22).

  • red value is 14;
  • green value is 14;
  • blue value is 22.
RGB:
(14,14,22)
(5%,5%,9%)

RGB channels and saturation

R 14 of 255 = 5%
G 14 of 255 = 5%
B 22 of 255 = 9%

14
14
22

R + G + B ~ 6%. #0E0E16 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 14 + 22 = 50 (100%)
R 14 of 50 ~ 28%
G 14 of 50 ~ 28%
B 22 of 50 ~ 44%

%28
%28
%44

CMYK color model

#0E0E16 color CMYK value is (36,36,0,91).

  • cyan value is 36.36%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(36,36,0,91)
C36M36Y0K91 
(36%,36%,0%,91%)
(0.36/0.36/0.00/0.91)	

CMYK percentages

%36.36
%36.36
%0
%91.37

Codes

Color #0E0E16 in popluar color models

0E0E16
RGB141422
HSL240°22.22%7.06%
HSB/HSV240°36.36%8.63%
CMYK36.36%36.36%0.00%
91.37%

Color #0E0E16 in popluar number systems.

HEX0E0E16
Decimal141422
Binary1110111010110
Octal161626

Shades and tints

Shades of #0E0E16

#0E0E16
(14,14,22)
#0D0D14
(13,13,20)
#0C0C12
(12,12,18)
#0B0B10
(11,11,16)
#0A0A0E
(10,10,14)
#09090C
(9,9,12)
#08080A
(8,8,10)
#070708
(7,7,8)
#060606
(6,6,6)
#050504
(5,5,4)
#040402
(4,4,2)
#000000
(0,0,0)

Tints of #0E0E16

#0E0E16
(14,14,22)
#23232B
(35,35,43)
#383840
(56,56,64)
#4D4D55
(77,77,85)
#62626A
(98,98,106)
#77777F
(119,119,127)
#8C8C94
(140,140,148)
#A1A1A9
(161,161,169)
#B6B6BE
(182,182,190)
#CBCBD3
(203,203,211)
#E0E0E8
(224,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0E16; }

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

This text font color is #0E0E16.


Background Color

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

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

This div background color is #0E0E16.


Border color

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

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

This div border color is #0E0E16.


Opacity

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

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

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

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

This text has shadow with #0E0E16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0E16 on black background.


Color preview on white background

This text has color #0E0E16 on white background.



Black color preview on #0E0E16 background

This text has black color on #0E0E16 background.


White color preview on #0E0E16 background

This text has white color on #0E0E16 background.