COLOR #070F07

HEX: #070F07
RGB: (7,15,7)

Color info

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

RGB color model

#070F07 color RGB value is (7,15,7).

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

RGB channels and saturation

R 7 of 255 = 3%
G 15 of 255 = 6%
B 7 of 255 = 3%

7
15
7

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

Portions of RGB colors in percentages

R + G + B =
7 + 15 + 7 = 29 (100%)
R 7 of 29 ~ 24.14%
G 15 of 29 ~ 51.72%
B 7 of 29 ~ 24.14%

%24.14
%51.72
%24.14

CMYK color model

#070F07 color CMYK value is (53,0,53,94).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 53.33%
  • key color value is 94.12%
CMYK:
(53,0,53,94)
C53M0Y53K94 
(53%,0%,53%,94%)
(0.53/0.00/0.53/0.94)	

CMYK percentages

%53.33
%0
%53.33
%94.12

Codes

Color #070F07 in popluar color models

070F07
RGB7157
HSL120°36.36%4.31%
HSB/HSV120°53.33%5.88%
CMYK53.33%0.00%53.33%
94.12%

Color #070F07 in popluar number systems.

HEX070F07
Decimal7157
Binary1111111111
Octal7177

Shades and tints

Shades of #070F07

#070F07
(7,15,7)
#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)
#000000
(0,0,0)

Tints of #070F07

#070F07
(7,15,7)
#1D241D
(29,36,29)
#333933
(51,57,51)
#494E49
(73,78,73)
#5F635F
(95,99,95)
#757875
(117,120,117)
#8B8D8B
(139,141,139)
#A1A2A1
(161,162,161)
#B7B7B7
(183,183,183)
#CDCCCD
(205,204,205)
#E3E1E3
(227,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070F07; }

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

This text font color is #070F07.


Background Color

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

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

This div background color is #070F07.


Border color

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

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

This div border color is #070F07.


Opacity

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

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

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

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

This text has shadow with #070F07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070F07 on black background.


Color preview on white background

This text has color #070F07 on white background.



Black color preview on #070F07 background

This text has black color on #070F07 background.


White color preview on #070F07 background

This text has white color on #070F07 background.