COLOR #0E1814

HEX: #0E1814
RGB: (14,24,20)

Color info

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

RGB color model

#0E1814 color RGB value is (14,24,20).

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

RGB channels and saturation

R 14 of 255 = 5%
G 24 of 255 = 9%
B 20 of 255 = 8%

14
24
20

R + G + B ~ 7%. #0E1814 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 24 + 20 = 58 (100%)
R 14 of 58 ~ 24.14%
G 24 of 58 ~ 41.38%
B 20 of 58 ~ 34.48%

%24.14
%41.38
%34.48

CMYK color model

#0E1814 color CMYK value is (42,0,17,91).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 90.59%
CMYK:
(42,0,17,91)
C42M0Y17K91 
(42%,0%,17%,91%)
(0.42/0.00/0.17/0.91)	

CMYK percentages

%41.67
%0
%16.67
%90.59

Codes

Color #0E1814 in popluar color models

0E1814
RGB142420
HSL156°26.32%7.45%
HSB/HSV156°41.67%9.41%
CMYK41.67%0.00%16.67%
90.59%

Color #0E1814 in popluar number systems.

HEX0E1814
Decimal142420
Binary11101100010100
Octal163024

Shades and tints

Shades of #0E1814

#0E1814
(14,24,20)
#0D1613
(13,22,19)
#0C1412
(12,20,18)
#0B1211
(11,18,17)
#0A1010
(10,16,16)
#090E0F
(9,14,15)
#080C0E
(8,12,14)
#070A0D
(7,10,13)
#06080C
(6,8,12)
#05060B
(5,6,11)
#04040A
(4,4,10)
#000000
(0,0,0)

Tints of #0E1814

#0E1814
(14,24,20)
#232D29
(35,45,41)
#38423E
(56,66,62)
#4D5753
(77,87,83)
#626C68
(98,108,104)
#77817D
(119,129,125)
#8C9692
(140,150,146)
#A1ABA7
(161,171,167)
#B6C0BC
(182,192,188)
#CBD5D1
(203,213,209)
#E0EAE6
(224,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1814; }

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

This text font color is #0E1814.


Background Color

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

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

This div background color is #0E1814.


Border color

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

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

This div border color is #0E1814.


Opacity

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

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

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

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

This text has shadow with #0E1814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1814 on black background.


Color preview on white background

This text has color #0E1814 on white background.



Black color preview on #0E1814 background

This text has black color on #0E1814 background.


White color preview on #0E1814 background

This text has white color on #0E1814 background.