COLOR #070E07

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

7
14
7

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

Portions of RGB colors in percentages

R + G + B =
7 + 14 + 7 = 28 (100%)
R 7 of 28 ~ 25%
G 14 of 28 ~ 50%
B 7 of 28 ~ 25%

%25
%50
%25

CMYK color model

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

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

CMYK percentages

%50
%0
%50
%94.51

Codes

Color #070E07 in popluar color models

070E07
RGB7147
HSL120°33.33%4.12%
HSB/HSV120°50.00%5.49%
CMYK50.00%0.00%50.00%
94.51%

Color #070E07 in popluar number systems.

HEX070E07
Decimal7147
Binary1111110111
Octal7167

Shades and tints

Shades of #070E07

#070E07
(7,14,7)
#070D07
(7,13,7)
#070C07
(7,12,7)
#070B07
(7,11,7)
#070A07
(7,10,7)
#070907
(7,9,7)
#070807
(7,8,7)
#070707
(7,7,7)
#070607
(7,6,7)
#070507
(7,5,7)
#070407
(7,4,7)
#000000
(0,0,0)

Tints of #070E07

#070E07
(7,14,7)
#1D231D
(29,35,29)
#333833
(51,56,51)
#494D49
(73,77,73)
#5F625F
(95,98,95)
#757775
(117,119,117)
#8B8C8B
(139,140,139)
#A1A1A1
(161,161,161)
#B7B6B7
(183,182,183)
#CDCBCD
(205,203,205)
#E3E0E3
(227,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070E07; }

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

This text font color is #070E07.


Background Color

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

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

This div background color is #070E07.


Border color

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

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

This div border color is #070E07.


Opacity

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

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

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

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

This text has shadow with #070E07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070E07 on black background.


Color preview on white background

This text has color #070E07 on white background.



Black color preview on #070E07 background

This text has black color on #070E07 background.


White color preview on #070E07 background

This text has white color on #070E07 background.