COLOR #0E070C

HEX: #0E070C RGB: (14,7,12)

Color info

#0E070C contains red, green and blue colors in about the same proportion. Web safe color of #0E070C is #000000 (or #000).

RGB color model

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

RGB: (14,7,12) (5%, 3%, 5%)

RGB channels and saturation

R 14 of 255 = 5%
G 7 of 255 = 3%
B 12 of 255 = 5%

14
7
12

R + G + B ~ 4%. #0E070C is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 7 + 12 = 33 (100%)
R 14 of 33 ~ 42.42%
G 7 of 33 ~ 21.21%
B 12 of 33 ~ 36.36'%

%42.42
%21.21
%36.36

CMYK color model

#0E070C color CMYK value is (0,50,14,95).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 14.29%
  • key color value is 94.51%

CMYK: (0,50,14,95)
C0M50Y14K95 (0%, 50%, 14%, 95%)
(0.00 / 0.50 / 0.14 / 0.95)

CMYK percentages

%0
%50
%14.29
%94.51

Codes

Color #0E070C in popluar color models

0E 07 0C
RGB 14 7 12
HSL 317° 33.33% 4.12%
HSB/HSV 317° 50.00% 5.49%
CMYK 0.00% 50.00% 14.29%
94.51%

Color #0E070C in popluar number systems.

HEX 0E 07 0C
Decimal 14 7 12
Binary 1110 111 1100
Octal 16 7 14

Shades and tints

Shades of #0E070C

#0E070C
(14,7,12)
#0D070B
(13,7,11)
#0C070A
(12,7,10)
#0B0709
(11,7,9)
#0A0708
(10,7,8)
#090707
(9,7,7)
#080706
(8,7,6)
#070705
(7,7,5)
#060704
(6,7,4)
#050703
(5,7,3)
#040702
(4,7,2)
#000000
(0,0,0)

Tints of #0E070C

#0E070C
(14,7,12)
#231D22
(35,29,34)
#383338
(56,51,56)
#4D494E
(77,73,78)
#625F64
(98,95,100)
#77757A
(119,117,122)
#8C8B90
(140,139,144)
#A1A1A6
(161,161,166)
#B6B7BC
(182,183,188)
#CBCDD2
(203,205,210)
#E0E3E8
(224,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E070C; }

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

This text font color is #0E070C.

Background Color

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

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

This div background color is #0E070C.

Border color

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

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

This div border color is #0E070C.

Opacity

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

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

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

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

This text has shadow with #0E070C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E070C.

Preview

Color preview on black background

This text has color #0E070C on black background.


Color preview on white background

This text has color #0E070C on white background.


Black color preview on #0E070C background

This text has black color on #0E070C background.


White color preview on #0E070C background

This text has white color on #0E070C background.


Related colors

Complementary color

Complementary color for #hex is #F1F8F3.


I love getcolorcode.com

Triadic colors

1 #0C0E07 and #070C0E with #0E070C are triadic colors.

2 #0C070E and #070E0C with #0E070C are triadic colors.