COLOR #070F02

HEX: #070F02
RGB: (7,15,2)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

7
15
2

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

Portions of RGB colors in percentages

R + G + B =
7 + 15 + 2 = 24 (100%)
R 7 of 24 ~ 29.17%
G 15 of 24 ~ 62.5%
B 2 of 24 ~ 8.33%

%29.17
%62.5

CMYK color model

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

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

CMYK percentages

%53.33
%0
%86.67
%94.12

Codes

Color #070F02 in popluar color models

070F02
RGB7152
HSL97°76.47%3.33%
HSB/HSV97°86.67%5.88%
CMYK53.33%0.00%86.67%
94.12%

Color #070F02 in popluar number systems.

HEX070F02
Decimal7152
Binary111111110
Octal7172

Shades and tints

Shades of #070F02

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

Tints of #070F02

#070F02
(7,15,2)
#1D2419
(29,36,25)
#333930
(51,57,48)
#494E47
(73,78,71)
#5F635E
(95,99,94)
#757875
(117,120,117)
#8B8D8C
(139,141,140)
#A1A2A3
(161,162,163)
#B7B7BA
(183,183,186)
#CDCCD1
(205,204,209)
#E3E1E8
(227,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070F02; }

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

This text font color is #070F02.


Background Color

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

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

This div background color is #070F02.


Border color

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

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

This div border color is #070F02.


Opacity

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

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

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

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

This text has shadow with #070F02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070F02 on black background.


Color preview on white background

This text has color #070F02 on white background.



Black color preview on #070F02 background

This text has black color on #070F02 background.


White color preview on #070F02 background

This text has white color on #070F02 background.