COLOR #0E1912

HEX: #0E1912
RGB: (14,25,18)

Color info

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

RGB color model

#0E1912 color RGB value is (14,25,18).

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

RGB channels and saturation

R 14 of 255 = 5%
G 25 of 255 = 10%
B 18 of 255 = 7%

14
25
18

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

Portions of RGB colors in percentages

R + G + B =
14 + 25 + 18 = 57 (100%)
R 14 of 57 ~ 24.56%
G 25 of 57 ~ 43.86%
B 18 of 57 ~ 31.58%

%24.56
%43.86
%31.58

CMYK color model

#0E1912 color CMYK value is (44,0,28,90).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 90.20%
CMYK:
(44,0,28,90)
C44M0Y28K90 
(44%,0%,28%,90%)
(0.44/0.00/0.28/0.90)	

CMYK percentages

%44
%0
%28
%90.2

Codes

Color #0E1912 in popluar color models

0E1912
RGB142518
HSL142°28.21%7.65%
HSB/HSV142°44.00%9.80%
CMYK44.00%0.00%28.00%
90.20%

Color #0E1912 in popluar number systems.

HEX0E1912
Decimal142518
Binary11101100110010
Octal163122

Shades and tints

Shades of #0E1912

#0E1912
(14,25,18)
#0D1711
(13,23,17)
#0C1510
(12,21,16)
#0B130F
(11,19,15)
#0A110E
(10,17,14)
#090F0D
(9,15,13)
#080D0C
(8,13,12)
#070B0B
(7,11,11)
#06090A
(6,9,10)
#050709
(5,7,9)
#040508
(4,5,8)
#000000
(0,0,0)

Tints of #0E1912

#0E1912
(14,25,18)
#232D27
(35,45,39)
#38413C
(56,65,60)
#4D5551
(77,85,81)
#626966
(98,105,102)
#777D7B
(119,125,123)
#8C9190
(140,145,144)
#A1A5A5
(161,165,165)
#B6B9BA
(182,185,186)
#CBCDCF
(203,205,207)
#E0E1E4
(224,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1912; }

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

This text font color is #0E1912.


Background Color

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

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

This div background color is #0E1912.


Border color

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

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

This div border color is #0E1912.


Opacity

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

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

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

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

This text has shadow with #0E1912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1912 on black background.


Color preview on white background

This text has color #0E1912 on white background.



Black color preview on #0E1912 background

This text has black color on #0E1912 background.


White color preview on #0E1912 background

This text has white color on #0E1912 background.