COLOR #00090E

HEX: #00090E
RGB: (0,9,14)

Color info

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

RGB color model

#00090E color RGB value is (0,9,14).

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

RGB channels and saturation

R 0 of 255 = 0%
G 9 of 255 = 4%
B 14 of 255 = 5%

0
9
14

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

Portions of RGB colors in percentages

R + G + B =
0 + 9 + 14 = 23 (100%)
R 0 of 23 ~ 0%
G 9 of 23 ~ 39.13%
B 14 of 23 ~ 60.87%

%39.13
%60.87

CMYK color model

#00090E color CMYK value is (100,36,0,95).

  • cyan value is 100.00%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(100,36,0,95)
C100M36Y0K95 
(100%,36%,0%,95%)
(1.00/0.36/0.00/0.95)	

CMYK percentages

%100
%35.71
%0
%94.51

Codes

Color #00090E in popluar color models

00090E
RGB0914
HSL201°100.00%2.75%
HSB/HSV201°100.00%5.49%
CMYK100.00%35.71%0.00%
94.51%

Color #00090E in popluar number systems.

HEX00090E
Decimal0914
Binary010011110
Octal01116

Shades and tints

Shades of #00090E

#00090E
(0,9,14)
#00090D
(0,9,13)
#00090C
(0,9,12)
#00090B
(0,9,11)
#00090A
(0,9,10)
#000909
(0,9,9)
#000908
(0,9,8)
#000907
(0,9,7)
#000906
(0,9,6)
#000905
(0,9,5)
#000904
(0,9,4)
#000000
(0,0,0)

Tints of #00090E

#00090E
(0,9,14)
#171F23
(23,31,35)
#2E3538
(46,53,56)
#454B4D
(69,75,77)
#5C6162
(92,97,98)
#737777
(115,119,119)
#8A8D8C
(138,141,140)
#A1A3A1
(161,163,161)
#B8B9B6
(184,185,182)
#CFCFCB
(207,207,203)
#E6E5E0
(230,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00090E; }

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

This text font color is #00090E.


Background Color

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

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

This div background color is #00090E.


Border color

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

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

This div border color is #00090E.


Opacity

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

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

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

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

This text has shadow with #00090E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00090E on black background.


Color preview on white background

This text has color #00090E on white background.



Black color preview on #00090E background

This text has black color on #00090E background.


White color preview on #00090E background

This text has white color on #00090E background.