COLOR #0E1217

HEX: #0E1217
RGB: (14,18,23)

Color info

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

RGB color model

#0E1217 color RGB value is (14,18,23).

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

RGB channels and saturation

R 14 of 255 = 5%
G 18 of 255 = 7%
B 23 of 255 = 9%

14
18
23

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

Portions of RGB colors in percentages

R + G + B =
14 + 18 + 23 = 55 (100%)
R 14 of 55 ~ 25.45%
G 18 of 55 ~ 32.73%
B 23 of 55 ~ 41.82%

%25.45
%32.73
%41.82

CMYK color model

#0E1217 color CMYK value is (39,22,0,91).

  • cyan value is 39.13%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(39,22,0,91)
C39M22Y0K91 
(39%,22%,0%,91%)
(0.39/0.22/0.00/0.91)	

CMYK percentages

%39.13
%21.74
%0
%90.98

Codes

Color #0E1217 in popluar color models

0E1217
RGB141823
HSL213°24.32%7.25%
HSB/HSV213°39.13%9.02%
CMYK39.13%21.74%0.00%
90.98%

Color #0E1217 in popluar number systems.

HEX0E1217
Decimal141823
Binary11101001010111
Octal162227

Shades and tints

Shades of #0E1217

#0E1217
(14,18,23)
#0D1115
(13,17,21)
#0C1013
(12,16,19)
#0B0F11
(11,15,17)
#0A0E0F
(10,14,15)
#090D0D
(9,13,13)
#080C0B
(8,12,11)
#070B09
(7,11,9)
#060A07
(6,10,7)
#050905
(5,9,5)
#040803
(4,8,3)
#000000
(0,0,0)

Tints of #0E1217

#0E1217
(14,18,23)
#23272C
(35,39,44)
#383C41
(56,60,65)
#4D5156
(77,81,86)
#62666B
(98,102,107)
#777B80
(119,123,128)
#8C9095
(140,144,149)
#A1A5AA
(161,165,170)
#B6BABF
(182,186,191)
#CBCFD4
(203,207,212)
#E0E4E9
(224,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1217; }

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

This text font color is #0E1217.


Background Color

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

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

This div background color is #0E1217.


Border color

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

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

This div border color is #0E1217.


Opacity

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

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

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

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

This text has shadow with #0E1217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1217 on black background.


Color preview on white background

This text has color #0E1217 on white background.



Black color preview on #0E1217 background

This text has black color on #0E1217 background.


White color preview on #0E1217 background

This text has white color on #0E1217 background.