COLOR #00090D

HEX: #00090D
RGB: (0,9,13)

Color info

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

RGB color model

#00090D color RGB value is (0,9,13).

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

RGB channels and saturation

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

0
9
13

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

Portions of RGB colors in percentages

R + G + B =
0 + 9 + 13 = 22 (100%)
R 0 of 22 ~ 0%
G 9 of 22 ~ 40.91%
B 13 of 22 ~ 59.09%

%40.91
%59.09

CMYK color model

#00090D color CMYK value is (100,31,0,95).

  • cyan value is 100.00%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 94.90%
CMYK:
(100,31,0,95)
C100M31Y0K95 
(100%,31%,0%,95%)
(1.00/0.31/0.00/0.95)	

CMYK percentages

%100
%30.77
%0
%94.9

Codes

Color #00090D in popluar color models

00090D
RGB0913
HSL198°100.00%2.55%
HSB/HSV198°100.00%5.10%
CMYK100.00%30.77%0.00%
94.90%

Color #00090D in popluar number systems.

HEX00090D
Decimal0913
Binary010011101
Octal01115

Shades and tints

Shades of #00090D

#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)
#000903
(0,9,3)
#000000
(0,0,0)

Tints of #00090D

#00090D
(0,9,13)
#171F23
(23,31,35)
#2E3539
(46,53,57)
#454B4F
(69,75,79)
#5C6165
(92,97,101)
#73777B
(115,119,123)
#8A8D91
(138,141,145)
#A1A3A7
(161,163,167)
#B8B9BD
(184,185,189)
#CFCFD3
(207,207,211)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00090D; }

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

This text font color is #00090D.


Background Color

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

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

This div background color is #00090D.


Border color

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

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

This div border color is #00090D.


Opacity

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

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

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

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

This text has shadow with #00090D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00090D on black background.


Color preview on white background

This text has color #00090D on white background.



Black color preview on #00090D background

This text has black color on #00090D background.


White color preview on #00090D background

This text has white color on #00090D background.