COLOR #00080E

HEX: #00080E
RGB: (0,8,14)

Color info

#00080E contains only green and blue colors. Web safe color of #00080E is #000000 (or #000).

RGB color model

#00080E color RGB value is (0,8,14).

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

RGB channels and saturation

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

0
8
14

R + G + B ~ 3%. #00080E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 8 + 14 = 22 (100%)
R 0 of 22 ~ 0%
G 8 of 22 ~ 36.36%
B 14 of 22 ~ 63.64%

%36.36
%63.64

CMYK color model

#00080E color CMYK value is (100,43,0,95).

  • cyan value is 100.00%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(100,43,0,95)
C100M43Y0K95 
(100%,43%,0%,95%)
(1.00/0.43/0.00/0.95)	

CMYK percentages

%100
%42.86
%0
%94.51

Codes

Color #00080E in popluar color models

00080E
RGB0814
HSL206°100.00%2.75%
HSB/HSV206°100.00%5.49%
CMYK100.00%42.86%0.00%
94.51%

Color #00080E in popluar number systems.

HEX00080E
Decimal0814
Binary010001110
Octal01016

Shades and tints

Shades of #00080E

#00080E
(0,8,14)
#00080D
(0,8,13)
#00080C
(0,8,12)
#00080B
(0,8,11)
#00080A
(0,8,10)
#000809
(0,8,9)
#000808
(0,8,8)
#000807
(0,8,7)
#000806
(0,8,6)
#000805
(0,8,5)
#000804
(0,8,4)
#000000
(0,0,0)

Tints of #00080E

#00080E
(0,8,14)
#171E23
(23,30,35)
#2E3438
(46,52,56)
#454A4D
(69,74,77)
#5C6062
(92,96,98)
#737677
(115,118,119)
#8A8C8C
(138,140,140)
#A1A2A1
(161,162,161)
#B8B8B6
(184,184,182)
#CFCECB
(207,206,203)
#E6E4E0
(230,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00080E color. Also use rgb(0,8,14) instead hex code.

Text Font Color

.myTextColor { color: #00080E; }

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

This text font color is #00080E.


Background Color

.myBgColor { background-color: #00080E; }

<div style="background-color:#00080E">Inner text</div>

This div background color is #00080E.


Border color

.myBorderColor { border: 1px solid #00080E; }

<div style="border:3px solid #00080E">Div</div>

This div border color is #00080E.


Opacity

.myOpacity80 { color: #00080E; opacity: 0.8; }

<p style="color:#00080E;opacity:0.8;">80%</p>

Text with #00080E 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 #00080E;}

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

This text has shadow with #00080E color.

.textShadow {text-shadow: 3px 3px 1px #00080E, 3px 3px 1px red;}

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

This text has shadow with #00080E primary color and red secondary color.


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

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

This text has shadow with #00080E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00080E on black background.


Color preview on white background

This text has color #00080E on white background.



Black color preview on #00080E background

This text has black color on #00080E background.


White color preview on #00080E background

This text has white color on #00080E background.