COLOR #000E05

HEX: #000E05
RGB: (0,14,5)

Renk bilgisi

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

RGB renk modeli

#000E05 color RGB value is (0,14,5).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 14 of 255 = 5%
B 5 of 255 = 2%

0
14
5

R + G + B ~ 2%. #000E05 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 14 + 5 = 19 (100%)
R 0 of 19 ~ 0%
G 14 of 19 ~ 73.68%
B 5 of 19 ~ 26.32%

%73.68
%26.32

CMYK RENK MODELİ

#000E05 rengi CMYK tonu (100,0,64,95).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 64.29%
  • ana renk tonu 94.51%
CMYK:
(100,0,64,95)
C100M0Y64K95 
(100%,0%,64%,95%)
(1.00/0.00/0.64/0.95)	

CMYK yüzdeleri

%100
%0
%64.29
%94.51

Codes

Color #000E05 in popluar color models

000E05
RGB0145
HSL141°100.00%2.75%
HSB/HSV141°100.00%5.49%
CMYK100.00%0.00%64.29%
94.51%

Color #000E05 in popluar number systems.

HEX000E05
Decimal0145
Binary01110101
Octal0165

Shades and tints

Shades of #000E05

#000E05
(0,14,5)
#000D05
(0,13,5)
#000C05
(0,12,5)
#000B05
(0,11,5)
#000A05
(0,10,5)
#000905
(0,9,5)
#000805
(0,8,5)
#000705
(0,7,5)
#000605
(0,6,5)
#000505
(0,5,5)
#000405
(0,4,5)
#000000
(0,0,0)

Tints of #000E05

#000E05
(0,14,5)
#17231B
(23,35,27)
#2E3831
(46,56,49)
#454D47
(69,77,71)
#5C625D
(92,98,93)
#737773
(115,119,115)
#8A8C89
(138,140,137)
#A1A19F
(161,161,159)
#B8B6B5
(184,182,181)
#CFCBCB
(207,203,203)
#E6E0E1
(230,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000E05; }

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

This text font color is #000E05.


Background Color

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

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

This div background color is #000E05.


Border color

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

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

This div border color is #000E05.


Opacity

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

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

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

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

This text has shadow with #000E05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000E05 on black background.


Color preview on white background

This text has color #000E05 on white background.



Black color preview on #000E05 background

This text has black color on #000E05 background.


White color preview on #000E05 background

This text has white color on #000E05 background.