COLOR #070E01

HEX: #070E01
RGB: (7,14,1)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

7
14
1

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

Portions of RGB colors in percentages

R + G + B =
7 + 14 + 1 = 22 (100%)
R 7 of 22 ~ 31.82%
G 14 of 22 ~ 63.64%
B 1 of 22 ~ 4.55%

%31.82
%63.64

CMYK color model

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

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

CMYK percentages

%50
%0
%92.86
%94.51

Codes

Color #070E01 in popluar color models

070E01
RGB7141
HSL92°86.67%2.94%
HSB/HSV92°92.86%5.49%
CMYK50.00%0.00%92.86%
94.51%

Color #070E01 in popluar number systems.

HEX070E01
Decimal7141
Binary11111101
Octal7161

Shades and tints

Shades of #070E01

#070E01
(7,14,1)
#070D01
(7,13,1)
#070C01
(7,12,1)
#070B01
(7,11,1)
#070A01
(7,10,1)
#070901
(7,9,1)
#070801
(7,8,1)
#070701
(7,7,1)
#070601
(7,6,1)
#070501
(7,5,1)
#070401
(7,4,1)
#000000
(0,0,0)

Tints of #070E01

#070E01
(7,14,1)
#1D2318
(29,35,24)
#33382F
(51,56,47)
#494D46
(73,77,70)
#5F625D
(95,98,93)
#757774
(117,119,116)
#8B8C8B
(139,140,139)
#A1A1A2
(161,161,162)
#B7B6B9
(183,182,185)
#CDCBD0
(205,203,208)
#E3E0E7
(227,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070E01; }

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

This text font color is #070E01.


Background Color

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

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

This div background color is #070E01.


Border color

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

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

This div border color is #070E01.


Opacity

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

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

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

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

This text has shadow with #070E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070E01 on black background.


Color preview on white background

This text has color #070E01 on white background.



Black color preview on #070E01 background

This text has black color on #070E01 background.


White color preview on #070E01 background

This text has white color on #070E01 background.