COLOR #000E13

HEX: #000E13
RGB: (0,14,19)

Renk bilgisi

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

RGB renk modeli

#000E13 color RGB value is (0,14,19).

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

RGB bağlantıları ve doygunluk

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

0
14
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 14 + 19 = 33 (100%)
R 0 of 33 ~ 0%
G 14 of 33 ~ 42.42%
B 19 of 33 ~ 57.58%

%42.42
%57.58

CMYK RENK MODELİ

#000E13 rengi CMYK tonu (100,26,0,93).

  • camgöbeği tonu 100.00%
  • eflatun tonu 26.32%
  • sarı tonu 0.00%
  • ana renk tonu 92.55%
CMYK:
(100,26,0,93)
C100M26Y0K93 
(100%,26%,0%,93%)
(1.00/0.26/0.00/0.93)	

CMYK yüzdeleri

%100
%26.32
%0
%92.55

Codes

Color #000E13 in popluar color models

000E13
RGB01419
HSL196°100.00%3.73%
HSB/HSV196°100.00%7.45%
CMYK100.00%26.32%0.00%
92.55%

Color #000E13 in popluar number systems.

HEX000E13
Decimal01419
Binary0111010011
Octal01623

Shades and tints

Shades of #000E13

#000E13
(0,14,19)
#000D12
(0,13,18)
#000C11
(0,12,17)
#000B10
(0,11,16)
#000A0F
(0,10,15)
#00090E
(0,9,14)
#00080D
(0,8,13)
#00070C
(0,7,12)
#00060B
(0,6,11)
#00050A
(0,5,10)
#000409
(0,4,9)
#000000
(0,0,0)

Tints of #000E13

#000E13
(0,14,19)
#172328
(23,35,40)
#2E383D
(46,56,61)
#454D52
(69,77,82)
#5C6267
(92,98,103)
#73777C
(115,119,124)
#8A8C91
(138,140,145)
#A1A1A6
(161,161,166)
#B8B6BB
(184,182,187)
#CFCBD0
(207,203,208)
#E6E0E5
(230,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000E13; }

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

This text font color is #000E13.


Background Color

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

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

This div background color is #000E13.


Border color

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

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

This div border color is #000E13.


Opacity

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

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

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

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

This text has shadow with #000E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000E13 on black background.


Color preview on white background

This text has color #000E13 on white background.



Black color preview on #000E13 background

This text has black color on #000E13 background.


White color preview on #000E13 background

This text has white color on #000E13 background.