COLOR #080E07

HEX: #080E07
RGB: (8,14,7)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

8
14
7

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

Portions of RGB colors in percentages

R + G + B =
8 + 14 + 7 = 29 (100%)
R 8 of 29 ~ 27.59%
G 14 of 29 ~ 48.28%
B 7 of 29 ~ 24.14%

%27.59
%48.28
%24.14

CMYK color model

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

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

CMYK percentages

%42.86
%0
%50
%94.51

Codes

Color #080E07 in popluar color models

080E07
RGB8147
HSL111°33.33%4.12%
HSB/HSV111°50.00%5.49%
CMYK42.86%0.00%50.00%
94.51%

Color #080E07 in popluar number systems.

HEX080E07
Decimal8147
Binary10001110111
Octal10167

Shades and tints

Shades of #080E07

#080E07
(8,14,7)
#080D07
(8,13,7)
#080C07
(8,12,7)
#080B07
(8,11,7)
#080A07
(8,10,7)
#080907
(8,9,7)
#080807
(8,8,7)
#080707
(8,7,7)
#080607
(8,6,7)
#080507
(8,5,7)
#080407
(8,4,7)
#000000
(0,0,0)

Tints of #080E07

#080E07
(8,14,7)
#1E231D
(30,35,29)
#343833
(52,56,51)
#4A4D49
(74,77,73)
#60625F
(96,98,95)
#767775
(118,119,117)
#8C8C8B
(140,140,139)
#A2A1A1
(162,161,161)
#B8B6B7
(184,182,183)
#CECBCD
(206,203,205)
#E4E0E3
(228,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080E07; }

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

This text font color is #080E07.


Background Color

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

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

This div background color is #080E07.


Border color

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

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

This div border color is #080E07.


Opacity

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

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

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

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

This text has shadow with #080E07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080E07 on black background.


Color preview on white background

This text has color #080E07 on white background.



Black color preview on #080E07 background

This text has black color on #080E07 background.


White color preview on #080E07 background

This text has white color on #080E07 background.