COLOR #070E0C

HEX: #070E0C RGB: (7,14,12)

Color info

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

RGB color model

#070E0C color RGB value is (7,14,12).

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

RGB channels and saturation

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

7
14
12

R + G + B ~ 4%. #070E0C is dark color.

Portions of RGB colors in percentages

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

%21.21
%42.42
%36.36

CMYK color model

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

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

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

CMYK percentages

%50
%0
%14.29
%94.51

Codes

Color #070E0C in popluar color models

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

Color #070E0C in popluar number systems.

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

Shades and tints

Shades of #070E0C

#070E0C
(7,14,12)
#070D0B
(7,13,11)
#070C0A
(7,12,10)
#070B09
(7,11,9)
#070A08
(7,10,8)
#070907
(7,9,7)
#070806
(7,8,6)
#070705
(7,7,5)
#070604
(7,6,4)
#070503
(7,5,3)
#070402
(7,4,2)
#000000
(0,0,0)

Tints of #070E0C

#070E0C
(7,14,12)
#1D2322
(29,35,34)
#333838
(51,56,56)
#494D4E
(73,77,78)
#5F6264
(95,98,100)
#75777A
(117,119,122)
#8B8C90
(139,140,144)
#A1A1A6
(161,161,166)
#B7B6BC
(183,182,188)
#CDCBD2
(205,203,210)
#E3E0E8
(227,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070E0C; }

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

This text font color is #070E0C.

Background Color

.myBgColor { background-color: #070E0C; }

<div style="background-color:#070E0C">Inner text</div>

This div background color is #070E0C.

Border color

.myBorderColor { border: 1px solid #070E0C; }

<div style="border:3px solid #070E0C">Div</div>

This div border color is #070E0C.

Opacity

.myOpacity80 { color: #070E0C; opacity: 0.8; }

<p style="color:#070E0C;opacity:0.8;">80%</p>

Text with #070E0C 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 #070E0C;}

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

This text has shadow with #070E0C color.


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

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

This text has shadow with #070E0C primary color and red secondary color.


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

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

This text has shadow with #070E0C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #070E0C.

Preview

Color preview on black background

This text has color #070E0C on black background.


Color preview on white background

This text has color #070E0C on white background.


Black color preview on #070E0C background

This text has black color on #070E0C background.


White color preview on #070E0C background

This text has white color on #070E0C background.


Related colors

Complementary color

Complementary color for #hex is #F8F1F3.


I love getcolorcode.com

Triadic colors

1 #0C070E and #0E0C07 with #070E0C are triadic colors.

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