COLOR #000E12

HEX: #000E12
RGB: (0,14,18)

Renk bilgisi

#000E12 contains only green and blue colors. #000E12 color is web safe color. It maybe written shortly as #001.

RGB renk modeli

#000E12 color RGB value is (0,14,18).

  • kırmız ton 0;
  • yeşil ton 14;
  • mavi ton 18.
RGB:
(0,14,18)
(0%,5%,7%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 14 of 255 = 5%
B 18 of 255 = 7%

0
14
18

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 14 + 18 = 32 (100%)
R 0 of 32 ~ 0%
G 14 of 32 ~ 43.75%
B 18 of 32 ~ 56.25%

%43.75
%56.25

CMYK RENK MODELİ

#000E12 rengi CMYK tonu (100,22,0,93).

  • camgöbeği tonu 100.00%
  • eflatun tonu 22.22%
  • sarı tonu 0.00%
  • ana renk tonu 92.94%
CMYK:
(100,22,0,93)
C100M22Y0K93 
(100%,22%,0%,93%)
(1.00/0.22/0.00/0.93)	

CMYK yüzdeleri

%100
%22.22
%0
%92.94

Codes

Color #000E12 in popluar color models

000E12
RGB01418
HSL193°100.00%3.53%
HSB/HSV193°100.00%7.06%
CMYK100.00%22.22%0.00%
92.94%

Color #000E12 in popluar number systems.

HEX000E12
Decimal01418
Binary0111010010
Octal01622

Shades and tints

Shades of #000E12

#000E12
(0,14,18)
#000D11
(0,13,17)
#000C10
(0,12,16)
#000B0F
(0,11,15)
#000A0E
(0,10,14)
#00090D
(0,9,13)
#00080C
(0,8,12)
#00070B
(0,7,11)
#00060A
(0,6,10)
#000509
(0,5,9)
#000408
(0,4,8)
#000000
(0,0,0)

Tints of #000E12

#000E12
(0,14,18)
#172327
(23,35,39)
#2E383C
(46,56,60)
#454D51
(69,77,81)
#5C6266
(92,98,102)
#73777B
(115,119,123)
#8A8C90
(138,140,144)
#A1A1A5
(161,161,165)
#B8B6BA
(184,182,186)
#CFCBCF
(207,203,207)
#E6E0E4
(230,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000E12; }

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

This text font color is #000E12.


Background Color

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

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

This div background color is #000E12.


Border color

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

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

This div border color is #000E12.


Opacity

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

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

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

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

This text has shadow with #000E12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000E12 on black background.


Color preview on white background

This text has color #000E12 on white background.



Black color preview on #000E12 background

This text has black color on #000E12 background.


White color preview on #000E12 background

This text has white color on #000E12 background.