COLOR #000E1E

HEX: #000E1E
RGB: (0,14,30)

Color info

#000E1E contains only green and blue colors. Web safe color of #000E1E is #000033 (or #003).

RGB color model

#000E1E color RGB value is (0,14,30).

  • red value is 0;
  • green value is 14;
  • blue value is 30.
RGB:
(0,14,30)
(0%,5%,12%)

RGB channels and saturation

R 0 of 255 = 0%
G 14 of 255 = 5%
B 30 of 255 = 12%

0
14
30

R + G + B ~ 6%. #000E1E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 14 + 30 = 44 (100%)
R 0 of 44 ~ 0%
G 14 of 44 ~ 31.82%
B 30 of 44 ~ 68.18%

%31.82
%68.18

CMYK color model

#000E1E color CMYK value is (100,53,0,88).

  • cyan value is 100.00%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(100,53,0,88)
C100M53Y0K88 
(100%,53%,0%,88%)
(1.00/0.53/0.00/0.88)	

CMYK percentages

%100
%53.33
%0
%88.24

Codes

Color #000E1E in popluar color models

000E1E
RGB01430
HSL212°100.00%5.88%
HSB/HSV212°100.00%11.76%
CMYK100.00%53.33%0.00%
88.24%

Color #000E1E in popluar number systems.

HEX000E1E
Decimal01430
Binary0111011110
Octal01636

Shades and tints

Shades of #000E1E

#000E1E
(0,14,30)
#000D1C
(0,13,28)
#000C1A
(0,12,26)
#000B18
(0,11,24)
#000A16
(0,10,22)
#000914
(0,9,20)
#000812
(0,8,18)
#000710
(0,7,16)
#00060E
(0,6,14)
#00050C
(0,5,12)
#00040A
(0,4,10)
#000000
(0,0,0)

Tints of #000E1E

#000E1E
(0,14,30)
#172332
(23,35,50)
#2E3846
(46,56,70)
#454D5A
(69,77,90)
#5C626E
(92,98,110)
#737782
(115,119,130)
#8A8C96
(138,140,150)
#A1A1AA
(161,161,170)
#B8B6BE
(184,182,190)
#CFCBD2
(207,203,210)
#E6E0E6
(230,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000E1E; }

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

This text font color is #000E1E.


Background Color

.myBgColor { background-color: #000E1E; }

<div style="background-color:#000E1E">Inner text</div>

This div background color is #000E1E.


Border color

.myBorderColor { border: 1px solid #000E1E; }

<div style="border:3px solid #000E1E">Div</div>

This div border color is #000E1E.


Opacity

.myOpacity80 { color: #000E1E; opacity: 0.8; }

<p style="color:#000E1E;opacity:0.8;">80%</p>

Text with #000E1E 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 #000E1E;}

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

This text has shadow with #000E1E color.

.textShadow {text-shadow: 3px 3px 1px #000E1E, 3px 3px 1px red;}

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

This text has shadow with #000E1E primary color and red secondary color.


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

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

This text has shadow with #000E1E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000E1E on black background.


Color preview on white background

This text has color #000E1E on white background.



Black color preview on #000E1E background

This text has black color on #000E1E background.


White color preview on #000E1E background

This text has white color on #000E1E background.