COLOR #0E1816

HEX: #0E1816
RGB: (14,24,22)

Color info

#0E1816 contains red, green and blue colors in about the same proportion. #0E1816 color is web safe color. It maybe written shortly as #011.

RGB color model

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

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

RGB channels and saturation

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

14
24
22

R + G + B ~ 8%. #0E1816 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 24 + 22 = 60 (100%)
R 14 of 60 ~ 23.33%
G 24 of 60 ~ 40%
B 22 of 60 ~ 36.67%

%23.33
%40
%36.67

CMYK color model

#0E1816 color CMYK value is (42,0,8,91).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 90.59%
CMYK:
(42,0,8,91)
C42M0Y8K91 
(42%,0%,8%,91%)
(0.42/0.00/0.08/0.91)	

CMYK percentages

%41.67
%0
%8.33
%90.59

Codes

Color #0E1816 in popluar color models

0E1816
RGB142422
HSL168°26.32%7.45%
HSB/HSV168°41.67%9.41%
CMYK41.67%0.00%8.33%
90.59%

Color #0E1816 in popluar number systems.

HEX0E1816
Decimal142422
Binary11101100010110
Octal163026

Shades and tints

Shades of #0E1816

#0E1816
(14,24,22)
#0D1614
(13,22,20)
#0C1412
(12,20,18)
#0B1210
(11,18,16)
#0A100E
(10,16,14)
#090E0C
(9,14,12)
#080C0A
(8,12,10)
#070A08
(7,10,8)
#060806
(6,8,6)
#050604
(5,6,4)
#040402
(4,4,2)
#000000
(0,0,0)

Tints of #0E1816

#0E1816
(14,24,22)
#232D2B
(35,45,43)
#384240
(56,66,64)
#4D5755
(77,87,85)
#626C6A
(98,108,106)
#77817F
(119,129,127)
#8C9694
(140,150,148)
#A1ABA9
(161,171,169)
#B6C0BE
(182,192,190)
#CBD5D3
(203,213,211)
#E0EAE8
(224,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1816; }

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

This text font color is #0E1816.


Background Color

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

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

This div background color is #0E1816.


Border color

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

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

This div border color is #0E1816.


Opacity

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

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

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

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

This text has shadow with #0E1816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1816 on black background.


Color preview on white background

This text has color #0E1816 on white background.



Black color preview on #0E1816 background

This text has black color on #0E1816 background.


White color preview on #0E1816 background

This text has white color on #0E1816 background.