COLOR #0E080E

HEX: #0E080E
RGB: (14,8,14)

Color info

#0E080E contains red, green and blue colors in about the same proportion. Web safe color of #0E080E is #000000 (or #000).

RGB color model

#0E080E color RGB value is (14,8,14).

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

RGB channels and saturation

R 14 of 255 = 5%
G 8 of 255 = 3%
B 14 of 255 = 5%

14
8
14

R + G + B ~ 4%. #0E080E is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 8 + 14 = 36 (100%)
R 14 of 36 ~ 38.89%
G 8 of 36 ~ 22.22%
B 14 of 36 ~ 38.89%

%38.89
%22.22
%38.89

CMYK color model

#0E080E color CMYK value is (0,43,0,95).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(0,43,0,95)
C0M43Y0K95 
(0%,43%,0%,95%)
(0.00/0.43/0.00/0.95)	

CMYK percentages

%0
%42.86
%0
%94.51

Codes

Color #0E080E in popluar color models

0E080E
RGB14814
HSL300°27.27%4.31%
HSB/HSV300°42.86%5.49%
CMYK0.00%42.86%0.00%
94.51%

Color #0E080E in popluar number systems.

HEX0E080E
Decimal14814
Binary111010001110
Octal161016

Shades and tints

Shades of #0E080E

#0E080E
(14,8,14)
#0D080D
(13,8,13)
#0C080C
(12,8,12)
#0B080B
(11,8,11)
#0A080A
(10,8,10)
#090809
(9,8,9)
#080808
(8,8,8)
#070807
(7,8,7)
#060806
(6,8,6)
#050805
(5,8,5)
#040804
(4,8,4)
#000000
(0,0,0)

Tints of #0E080E

#0E080E
(14,8,14)
#231E23
(35,30,35)
#383438
(56,52,56)
#4D4A4D
(77,74,77)
#626062
(98,96,98)
#777677
(119,118,119)
#8C8C8C
(140,140,140)
#A1A2A1
(161,162,161)
#B6B8B6
(182,184,182)
#CBCECB
(203,206,203)
#E0E4E0
(224,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E080E; }

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

This text font color is #0E080E.


Background Color

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

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

This div background color is #0E080E.


Border color

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

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

This div border color is #0E080E.


Opacity

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

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

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

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

This text has shadow with #0E080E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E080E on black background.


Color preview on white background

This text has color #0E080E on white background.



Black color preview on #0E080E background

This text has black color on #0E080E background.


White color preview on #0E080E background

This text has white color on #0E080E background.