COLOR #080F02

HEX: #080F02
RGB: (8,15,2)

Color info

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

RGB color model

#080F02 color RGB value is (8,15,2).

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

RGB channels and saturation

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

8
15
2

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

Portions of RGB colors in percentages

R + G + B =
8 + 15 + 2 = 25 (100%)
R 8 of 25 ~ 32%
G 15 of 25 ~ 60%
B 2 of 25 ~ 8%

%32
%60

CMYK color model

#080F02 color CMYK value is (47,0,87,94).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 86.67%
  • key color value is 94.12%
CMYK:
(47,0,87,94)
C47M0Y87K94 
(47%,0%,87%,94%)
(0.47/0.00/0.87/0.94)	

CMYK percentages

%46.67
%0
%86.67
%94.12

Codes

Color #080F02 in popluar color models

080F02
RGB8152
HSL92°76.47%3.33%
HSB/HSV92°86.67%5.88%
CMYK46.67%0.00%86.67%
94.12%

Color #080F02 in popluar number systems.

HEX080F02
Decimal8152
Binary1000111110
Octal10172

Shades and tints

Shades of #080F02

#080F02
(8,15,2)
#080E02
(8,14,2)
#080D02
(8,13,2)
#080C02
(8,12,2)
#080B02
(8,11,2)
#080A02
(8,10,2)
#080902
(8,9,2)
#080802
(8,8,2)
#080702
(8,7,2)
#080602
(8,6,2)
#080502
(8,5,2)
#000000
(0,0,0)

Tints of #080F02

#080F02
(8,15,2)
#1E2419
(30,36,25)
#343930
(52,57,48)
#4A4E47
(74,78,71)
#60635E
(96,99,94)
#767875
(118,120,117)
#8C8D8C
(140,141,140)
#A2A2A3
(162,162,163)
#B8B7BA
(184,183,186)
#CECCD1
(206,204,209)
#E4E1E8
(228,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080F02; }

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

This text font color is #080F02.


Background Color

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

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

This div background color is #080F02.


Border color

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

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

This div border color is #080F02.


Opacity

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

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

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

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

This text has shadow with #080F02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080F02 on black background.


Color preview on white background

This text has color #080F02 on white background.



Black color preview on #080F02 background

This text has black color on #080F02 background.


White color preview on #080F02 background

This text has white color on #080F02 background.