COLOR #0E0916

HEX: #0E0916
RGB: (14,9,22)

Color info

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

RGB color model

#0E0916 color RGB value is (14,9,22).

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

RGB channels and saturation

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

14
9
22

R + G + B ~ 6%. #0E0916 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 9 + 22 = 45 (100%)
R 14 of 45 ~ 31.11%
G 9 of 45 ~ 20%
B 22 of 45 ~ 48.89%

%31.11
%20
%48.89

CMYK color model

#0E0916 color CMYK value is (36,59,0,91).

  • cyan value is 36.36%
  • magenta value is 59.09%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(36,59,0,91)
C36M59Y0K91 
(36%,59%,0%,91%)
(0.36/0.59/0.00/0.91)	

CMYK percentages

%36.36
%59.09
%0
%91.37

Codes

Color #0E0916 in popluar color models

0E0916
RGB14922
HSL263°41.94%6.08%
HSB/HSV263°59.09%8.63%
CMYK36.36%59.09%0.00%
91.37%

Color #0E0916 in popluar number systems.

HEX0E0916
Decimal14922
Binary1110100110110
Octal161126

Shades and tints

Shades of #0E0916

#0E0916
(14,9,22)
#0D0914
(13,9,20)
#0C0912
(12,9,18)
#0B0910
(11,9,16)
#0A090E
(10,9,14)
#09090C
(9,9,12)
#08090A
(8,9,10)
#070908
(7,9,8)
#060906
(6,9,6)
#050904
(5,9,4)
#040902
(4,9,2)
#000000
(0,0,0)

Tints of #0E0916

#0E0916
(14,9,22)
#231F2B
(35,31,43)
#383540
(56,53,64)
#4D4B55
(77,75,85)
#62616A
(98,97,106)
#77777F
(119,119,127)
#8C8D94
(140,141,148)
#A1A3A9
(161,163,169)
#B6B9BE
(182,185,190)
#CBCFD3
(203,207,211)
#E0E5E8
(224,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0916; }

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

This text font color is #0E0916.


Background Color

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

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

This div background color is #0E0916.


Border color

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

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

This div border color is #0E0916.


Opacity

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

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

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

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

This text has shadow with #0E0916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0916 on black background.


Color preview on white background

This text has color #0E0916 on white background.



Black color preview on #0E0916 background

This text has black color on #0E0916 background.


White color preview on #0E0916 background

This text has white color on #0E0916 background.