COLOR #000E10

HEX: #000E10 RGB: (0,14,16)

Color info

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

RGB color model

#000E10 color RGB value is (0,14,16).

RGB: (0,14,16) (0%, 5%, 6%)

RGB channels and saturation

R 0 of 255 = 0%
G 14 of 255 = 5%
B 16 of 255 = 6%

0
14
16

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

Portions of RGB colors in percentages

R + G + B = 0 + 14 + 16 = 30 (100%)
R 0 of 30 ~ 0%
G 14 of 30 ~ 46.67%
B 16 of 30 ~ 53.33'%

%46.67
%53.33

CMYK color model

#000E10 color CMYK value is (100,13,0,94).

  • cyan value is 100.00%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 93.73%

CMYK: (100,13,0,94)
C100M13Y0K94 (100%, 13%, 0%, 94%)
(1.00 / 0.13 / 0.00 / 0.94)

CMYK percentages

%100
%12.5
%0
%93.73

Codes

Color #000E10 in popluar color models

00 0E 10
RGB 0 14 16
HSL 188° 100.00% 3.14%
HSB/HSV 188° 100.00% 6.27%
CMYK 100.00% 12.50% 0.00%
93.73%

Color #000E10 in popluar number systems.

HEX 00 0E 10
Decimal 0 14 16
Binary 0 1110 10000
Octal 0 16 20

Shades and tints

Shades of #000E10

#000E10
(0,14,16)
#000D0F
(0,13,15)
#000C0E
(0,12,14)
#000B0D
(0,11,13)
#000A0C
(0,10,12)
#00090B
(0,9,11)
#00080A
(0,8,10)
#000709
(0,7,9)
#000608
(0,6,8)
#000507
(0,5,7)
#000406
(0,4,6)
#000000
(0,0,0)

Tints of #000E10

#000E10
(0,14,16)
#172325
(23,35,37)
#2E383A
(46,56,58)
#454D4F
(69,77,79)
#5C6264
(92,98,100)
#737779
(115,119,121)
#8A8C8E
(138,140,142)
#A1A1A3
(161,161,163)
#B8B6B8
(184,182,184)
#CFCBCD
(207,203,205)
#E6E0E2
(230,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000E10; }

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

This text font color is #000E10.

Background Color

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

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

This div background color is #000E10.

Border color

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

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

This div border color is #000E10.

Opacity

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

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

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

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

This text has shadow with #000E10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000E10.

Preview

Color preview on black background

This text has color #000E10 on black background.


Color preview on white background

This text has color #000E10 on white background.


Black color preview on #000E10 background

This text has black color on #000E10 background.


White color preview on #000E10 background

This text has white color on #000E10 background.


Related colors

Complementary color

Complementary color for #hex is #FFF1EF.


I love getcolorcode.com

Triadic colors

1 #10000E and #0E1000 with #000E10 are triadic colors.

2 #100E00 and #0E0010 with #000E10 are triadic colors.