COLOR #000E14

HEX: #000E14 RGB: (0,14,20)

Color info

#000E14 contains only green and blue colors. Web safe color of #000E14 is #000000 (or #000).

RGB color model

#000E14 color RGB value is (0,14,20).

RGB: (0,14,20) (0%, 5%, 8%)

RGB channels and saturation

R 0 of 255 = 0%
G 14 of 255 = 5%
B 20 of 255 = 8%

0
14
20

R + G + B ~ 4%. #000E14 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 14 + 20 = 34 (100%)
R 0 of 34 ~ 0%
G 14 of 34 ~ 41.18%
B 20 of 34 ~ 58.82'%

%41.18
%58.82

CMYK color model

#000E14 color CMYK value is (100,30,0,92).

  • cyan value is 100.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 92.16%

CMYK: (100,30,0,92)
C100M30Y0K92 (100%, 30%, 0%, 92%)
(1.00 / 0.30 / 0.00 / 0.92)

CMYK percentages

%100
%30
%0
%92.16

Codes

Color #000E14 in popluar color models

00 0E 14
RGB 0 14 20
HSL 198° 100.00% 3.92%
HSB/HSV 198° 100.00% 7.84%
CMYK 100.00% 30.00% 0.00%
92.16%

Color #000E14 in popluar number systems.

HEX 00 0E 14
Decimal 0 14 20
Binary 0 1110 10100
Octal 0 16 24

Shades and tints

Shades of #000E14

#000E14
(0,14,20)
#000D13
(0,13,19)
#000C12
(0,12,18)
#000B11
(0,11,17)
#000A10
(0,10,16)
#00090F
(0,9,15)
#00080E
(0,8,14)
#00070D
(0,7,13)
#00060C
(0,6,12)
#00050B
(0,5,11)
#00040A
(0,4,10)
#000000
(0,0,0)

Tints of #000E14

#000E14
(0,14,20)
#172329
(23,35,41)
#2E383E
(46,56,62)
#454D53
(69,77,83)
#5C6268
(92,98,104)
#73777D
(115,119,125)
#8A8C92
(138,140,146)
#A1A1A7
(161,161,167)
#B8B6BC
(184,182,188)
#CFCBD1
(207,203,209)
#E6E0E6
(230,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000E14; }

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

This text font color is #000E14.

Background Color

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

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

This div background color is #000E14.

Border color

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

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

This div border color is #000E14.

Opacity

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

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

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

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

This text has shadow with #000E14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000E14.

Preview

Color preview on black background

This text has color #000E14 on black background.


Color preview on white background

This text has color #000E14 on white background.


Black color preview on #000E14 background

This text has black color on #000E14 background.


White color preview on #000E14 background

This text has white color on #000E14 background.


Related colors

Complementary color

Complementary color for #hex is #FFF1EB.


I love getcolorcode.com

Triadic colors

1 #14000E and #0E1400 with #000E14 are triadic colors.

2 #140E00 and #0E0014 with #000E14 are triadic colors.