COLOR #070E02

HEX: #070E02
RGB: (7,14,2)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

7
14
2

R + G + B ~ 3%. #070E02 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 14 + 2 = 23 (100%)
R 7 of 23 ~ 30.43%
G 14 of 23 ~ 60.87%
B 2 of 23 ~ 8.7%

%30.43
%60.87

CMYK color model

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

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

CMYK percentages

%50
%0
%85.71
%94.51

Codes

Color #070E02 in popluar color models

070E02
RGB7142
HSL95°75.00%3.14%
HSB/HSV95°85.71%5.49%
CMYK50.00%0.00%85.71%
94.51%

Color #070E02 in popluar number systems.

HEX070E02
Decimal7142
Binary111111010
Octal7162

Shades and tints

Shades of #070E02

#070E02
(7,14,2)
#070D02
(7,13,2)
#070C02
(7,12,2)
#070B02
(7,11,2)
#070A02
(7,10,2)
#070902
(7,9,2)
#070802
(7,8,2)
#070702
(7,7,2)
#070602
(7,6,2)
#070502
(7,5,2)
#070402
(7,4,2)
#000000
(0,0,0)

Tints of #070E02

#070E02
(7,14,2)
#1D2319
(29,35,25)
#333830
(51,56,48)
#494D47
(73,77,71)
#5F625E
(95,98,94)
#757775
(117,119,117)
#8B8C8C
(139,140,140)
#A1A1A3
(161,161,163)
#B7B6BA
(183,182,186)
#CDCBD1
(205,203,209)
#E3E0E8
(227,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070E02; }

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

This text font color is #070E02.


Background Color

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

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

This div background color is #070E02.


Border color

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

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

This div border color is #070E02.


Opacity

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

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

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

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

This text has shadow with #070E02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070E02 on black background.


Color preview on white background

This text has color #070E02 on white background.



Black color preview on #070E02 background

This text has black color on #070E02 background.


White color preview on #070E02 background

This text has white color on #070E02 background.