COLOR #00090C

HEX: #00090C
RGB: (0,9,12)

Color info

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

RGB color model

#00090C color RGB value is (0,9,12).

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

RGB channels and saturation

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

0
9
12

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

Portions of RGB colors in percentages

R + G + B =
0 + 9 + 12 = 21 (100%)
R 0 of 21 ~ 0%
G 9 of 21 ~ 42.86%
B 12 of 21 ~ 57.14%

%42.86
%57.14

CMYK color model

#00090C color CMYK value is (100,25,0,95).

  • cyan value is 100.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(100,25,0,95)
C100M25Y0K95 
(100%,25%,0%,95%)
(1.00/0.25/0.00/0.95)	

CMYK percentages

%100
%25
%0
%95.29

Codes

Color #00090C in popluar color models

00090C
RGB0912
HSL195°100.00%2.35%
HSB/HSV195°100.00%4.71%
CMYK100.00%25.00%0.00%
95.29%

Color #00090C in popluar number systems.

HEX00090C
Decimal0912
Binary010011100
Octal01114

Shades and tints

Shades of #00090C

#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)
#000902
(0,9,2)
#000000
(0,0,0)

Tints of #00090C

#00090C
(0,9,12)
#171F22
(23,31,34)
#2E3538
(46,53,56)
#454B4E
(69,75,78)
#5C6164
(92,97,100)
#73777A
(115,119,122)
#8A8D90
(138,141,144)
#A1A3A6
(161,163,166)
#B8B9BC
(184,185,188)
#CFCFD2
(207,207,210)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00090C; }

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

This text font color is #00090C.


Background Color

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

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

This div background color is #00090C.


Border color

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

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

This div border color is #00090C.


Opacity

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

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

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

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

This text has shadow with #00090C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00090C on black background.


Color preview on white background

This text has color #00090C on white background.



Black color preview on #00090C background

This text has black color on #00090C background.


White color preview on #00090C background

This text has white color on #00090C background.