COLOR #0E000C

HEX: #0E000C
RGB: (14,0,12)

Color info

#0E000C contains only red and blue colors. Web safe color of #0E000C is #000000 (or #000).

RGB color model

#0E000C color RGB value is (14,0,12).

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

RGB channels and saturation

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

14
0
12

R + G + B ~ 3%. #0E000C is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 0 + 12 = 26 (100%)
R 14 of 26 ~ 53.85%
G 0 of 26 ~ 0%
B 12 of 26 ~ 46.15%

%53.85
%46.15

CMYK color model

#0E000C color CMYK value is (0,100,14,95).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 14.29%
  • key color value is 94.51%
CMYK:
(0,100,14,95)
C0M100Y14K95 
(0%,100%,14%,95%)
(0.00/1.00/0.14/0.95)	

CMYK percentages

%0
%100
%14.29
%94.51

Codes

Color #0E000C in popluar color models

0E000C
RGB14012
HSL309°100.00%2.75%
HSB/HSV309°100.00%5.49%
CMYK0.00%100.00%14.29%
94.51%

Color #0E000C in popluar number systems.

HEX0E000C
Decimal14012
Binary111001100
Octal16014

Shades and tints

Shades of #0E000C

#0E000C
(14,0,12)
#0D000B
(13,0,11)
#0C000A
(12,0,10)
#0B0009
(11,0,9)
#0A0008
(10,0,8)
#090007
(9,0,7)
#080006
(8,0,6)
#070005
(7,0,5)
#060004
(6,0,4)
#050003
(5,0,3)
#040002
(4,0,2)
#000000
(0,0,0)

Tints of #0E000C

#0E000C
(14,0,12)
#231722
(35,23,34)
#382E38
(56,46,56)
#4D454E
(77,69,78)
#625C64
(98,92,100)
#77737A
(119,115,122)
#8C8A90
(140,138,144)
#A1A1A6
(161,161,166)
#B6B8BC
(182,184,188)
#CBCFD2
(203,207,210)
#E0E6E8
(224,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E000C; }

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

This text font color is #0E000C.


Background Color

.myBgColor { background-color: #0E000C; }

<div style="background-color:#0E000C">Inner text</div>

This div background color is #0E000C.


Border color

.myBorderColor { border: 1px solid #0E000C; }

<div style="border:3px solid #0E000C">Div</div>

This div border color is #0E000C.


Opacity

.myOpacity80 { color: #0E000C; opacity: 0.8; }

<p style="color:#0E000C;opacity:0.8;">80%</p>

Text with #0E000C 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 #0E000C;}

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

This text has shadow with #0E000C color.

.textShadow {text-shadow: 3px 3px 1px #0E000C, 3px 3px 1px red;}

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

This text has shadow with #0E000C primary color and red secondary color.


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

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

This text has shadow with #0E000C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E000C on black background.


Color preview on white background

This text has color #0E000C on white background.



Black color preview on #0E000C background

This text has black color on #0E000C background.


White color preview on #0E000C background

This text has white color on #0E000C background.