COLOR #0E1916

HEX: #0E1916
RGB: (14,25,22)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

14
25
22

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

Portions of RGB colors in percentages

R + G + B =
14 + 25 + 22 = 61 (100%)
R 14 of 61 ~ 22.95%
G 25 of 61 ~ 40.98%
B 22 of 61 ~ 36.07%

%22.95
%40.98
%36.07

CMYK color model

#0E1916 color CMYK value is (44,0,12,90).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 90.20%
CMYK:
(44,0,12,90)
C44M0Y12K90 
(44%,0%,12%,90%)
(0.44/0.00/0.12/0.90)	

CMYK percentages

%44
%0
%12
%90.2

Codes

Color #0E1916 in popluar color models

0E1916
RGB142522
HSL164°28.21%7.65%
HSB/HSV164°44.00%9.80%
CMYK44.00%0.00%12.00%
90.20%

Color #0E1916 in popluar number systems.

HEX0E1916
Decimal142522
Binary11101100110110
Octal163126

Shades and tints

Shades of #0E1916

#0E1916
(14,25,22)
#0D1714
(13,23,20)
#0C1512
(12,21,18)
#0B1310
(11,19,16)
#0A110E
(10,17,14)
#090F0C
(9,15,12)
#080D0A
(8,13,10)
#070B08
(7,11,8)
#060906
(6,9,6)
#050704
(5,7,4)
#040502
(4,5,2)
#000000
(0,0,0)

Tints of #0E1916

#0E1916
(14,25,22)
#232D2B
(35,45,43)
#384140
(56,65,64)
#4D5555
(77,85,85)
#62696A
(98,105,106)
#777D7F
(119,125,127)
#8C9194
(140,145,148)
#A1A5A9
(161,165,169)
#B6B9BE
(182,185,190)
#CBCDD3
(203,205,211)
#E0E1E8
(224,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1916; }

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

This text font color is #0E1916.


Background Color

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

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

This div background color is #0E1916.


Border color

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

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

This div border color is #0E1916.


Opacity

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

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

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

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

This text has shadow with #0E1916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1916 on black background.


Color preview on white background

This text has color #0E1916 on white background.



Black color preview on #0E1916 background

This text has black color on #0E1916 background.


White color preview on #0E1916 background

This text has white color on #0E1916 background.