COLOR #070E0E

HEX: #070E0E
RGB: (7,14,14)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

7
14
14

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

Portions of RGB colors in percentages

R + G + B =
7 + 14 + 14 = 35 (100%)
R 7 of 35 ~ 20%
G 14 of 35 ~ 40%
B 14 of 35 ~ 40%

%20
%40
%40

CMYK color model

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

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(50,0,0,95)
C50M0Y0K95 
(50%,0%,0%,95%)
(0.50/0.00/0.00/0.95)	

CMYK percentages

%50
%0
%0
%94.51

Codes

Color #070E0E in popluar color models

070E0E
RGB71414
HSL180°33.33%4.12%
HSB/HSV180°50.00%5.49%
CMYK50.00%0.00%0.00%
94.51%

Color #070E0E in popluar number systems.

HEX070E0E
Decimal71414
Binary11111101110
Octal71616

Shades and tints

Shades of #070E0E

#070E0E
(7,14,14)
#070D0D
(7,13,13)
#070C0C
(7,12,12)
#070B0B
(7,11,11)
#070A0A
(7,10,10)
#070909
(7,9,9)
#070808
(7,8,8)
#070707
(7,7,7)
#070606
(7,6,6)
#070505
(7,5,5)
#070404
(7,4,4)
#000000
(0,0,0)

Tints of #070E0E

#070E0E
(7,14,14)
#1D2323
(29,35,35)
#333838
(51,56,56)
#494D4D
(73,77,77)
#5F6262
(95,98,98)
#757777
(117,119,119)
#8B8C8C
(139,140,140)
#A1A1A1
(161,161,161)
#B7B6B6
(183,182,182)
#CDCBCB
(205,203,203)
#E3E0E0
(227,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070E0E; }

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

This text font color is #070E0E.


Background Color

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

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

This div background color is #070E0E.


Border color

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

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

This div border color is #070E0E.


Opacity

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

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

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

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

This text has shadow with #070E0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070E0E on black background.


Color preview on white background

This text has color #070E0E on white background.



Black color preview on #070E0E background

This text has black color on #070E0E background.


White color preview on #070E0E background

This text has white color on #070E0E background.