COLOR #000E03

HEX: #000E03
RGB: (0,14,3)

Renk bilgisi

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

RGB renk modeli

#000E03 color RGB value is (0,14,3).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 14 of 255 = 5%
B 3 of 255 = 1%

0
14
3

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 14 + 3 = 17 (100%)
R 0 of 17 ~ 0%
G 14 of 17 ~ 82.35%
B 3 of 17 ~ 17.65%

%82.35
%17.65

CMYK RENK MODELİ

#000E03 rengi CMYK tonu (100,0,79,95).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 78.57%
  • ana renk tonu 94.51%
CMYK:
(100,0,79,95)
C100M0Y79K95 
(100%,0%,79%,95%)
(1.00/0.00/0.79/0.95)	

CMYK yüzdeleri

%100
%0
%78.57
%94.51

Codes

Color #000E03 in popluar color models

000E03
RGB0143
HSL133°100.00%2.75%
HSB/HSV133°100.00%5.49%
CMYK100.00%0.00%78.57%
94.51%

Color #000E03 in popluar number systems.

HEX000E03
Decimal0143
Binary0111011
Octal0163

Shades and tints

Shades of #000E03

#000E03
(0,14,3)
#000D03
(0,13,3)
#000C03
(0,12,3)
#000B03
(0,11,3)
#000A03
(0,10,3)
#000903
(0,9,3)
#000803
(0,8,3)
#000703
(0,7,3)
#000603
(0,6,3)
#000503
(0,5,3)
#000403
(0,4,3)
#000000
(0,0,0)

Tints of #000E03

#000E03
(0,14,3)
#172319
(23,35,25)
#2E382F
(46,56,47)
#454D45
(69,77,69)
#5C625B
(92,98,91)
#737771
(115,119,113)
#8A8C87
(138,140,135)
#A1A19D
(161,161,157)
#B8B6B3
(184,182,179)
#CFCBC9
(207,203,201)
#E6E0DF
(230,224,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000E03; }

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

This text font color is #000E03.


Background Color

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

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

This div background color is #000E03.


Border color

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

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

This div border color is #000E03.


Opacity

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

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

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

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

This text has shadow with #000E03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000E03 on black background.


Color preview on white background

This text has color #000E03 on white background.



Black color preview on #000E03 background

This text has black color on #000E03 background.


White color preview on #000E03 background

This text has white color on #000E03 background.