COLOR #000D0E

HEX: #000D0E
RGB: (0,13,14)

Color info

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

RGB color model

#000D0E color RGB value is (0,13,14).

  • red value is 0;
  • green value is 13;
  • blue value is 14.
RGB:
(0,13,14)
(0%,5%,5%)

RGB channels and saturation

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

0
13
14

R + G + B ~ 3%. #000D0E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 13 + 14 = 27 (100%)
R 0 of 27 ~ 0%
G 13 of 27 ~ 48.15%
B 14 of 27 ~ 51.85%

%48.15
%51.85

CMYK color model

#000D0E color CMYK value is (100,7,0,95).

  • cyan value is 100.00%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(100,7,0,95)
C100M7Y0K95 
(100%,7%,0%,95%)
(1.00/0.07/0.00/0.95)	

CMYK percentages

%100
%7.14
%0
%94.51

Codes

Color #000D0E in popluar color models

000D0E
RGB01314
HSL184°100.00%2.75%
HSB/HSV184°100.00%5.49%
CMYK100.00%7.14%0.00%
94.51%

Color #000D0E in popluar number systems.

HEX000D0E
Decimal01314
Binary011011110
Octal01516

Shades and tints

Shades of #000D0E

#000D0E
(0,13,14)
#000C0D
(0,12,13)
#000B0C
(0,11,12)
#000A0B
(0,10,11)
#00090A
(0,9,10)
#000809
(0,8,9)
#000708
(0,7,8)
#000607
(0,6,7)
#000506
(0,5,6)
#000405
(0,4,5)
#000304
(0,3,4)
#000000
(0,0,0)

Tints of #000D0E

#000D0E
(0,13,14)
#172323
(23,35,35)
#2E3938
(46,57,56)
#454F4D
(69,79,77)
#5C6562
(92,101,98)
#737B77
(115,123,119)
#8A918C
(138,145,140)
#A1A7A1
(161,167,161)
#B8BDB6
(184,189,182)
#CFD3CB
(207,211,203)
#E6E9E0
(230,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000D0E; }

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

This text font color is #000D0E.


Background Color

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

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

This div background color is #000D0E.


Border color

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

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

This div border color is #000D0E.


Opacity

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

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

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

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

This text has shadow with #000D0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000D0E on black background.


Color preview on white background

This text has color #000D0E on white background.



Black color preview on #000D0E background

This text has black color on #000D0E background.


White color preview on #000D0E background

This text has white color on #000D0E background.