COLOR #000812

HEX: #000812
RGB: (0,8,18)

Color info

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

RGB color model

#000812 color RGB value is (0,8,18).

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

RGB channels and saturation

R 0 of 255 = 0%
G 8 of 255 = 3%
B 18 of 255 = 7%

0
8
18

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

Portions of RGB colors in percentages

R + G + B =
0 + 8 + 18 = 26 (100%)
R 0 of 26 ~ 0%
G 8 of 26 ~ 30.77%
B 18 of 26 ~ 69.23%

%30.77
%69.23

CMYK color model

#000812 color CMYK value is (100,56,0,93).

  • cyan value is 100.00%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 92.94%
CMYK:
(100,56,0,93)
C100M56Y0K93 
(100%,56%,0%,93%)
(1.00/0.56/0.00/0.93)	

CMYK percentages

%100
%55.56
%0
%92.94

Codes

Color #000812 in popluar color models

000812
RGB0818
HSL213°100.00%3.53%
HSB/HSV213°100.00%7.06%
CMYK100.00%55.56%0.00%
92.94%

Color #000812 in popluar number systems.

HEX000812
Decimal0818
Binary0100010010
Octal01022

Shades and tints

Shades of #000812

#000812
(0,8,18)
#000811
(0,8,17)
#000810
(0,8,16)
#00080F
(0,8,15)
#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)
#000000
(0,0,0)

Tints of #000812

#000812
(0,8,18)
#171E27
(23,30,39)
#2E343C
(46,52,60)
#454A51
(69,74,81)
#5C6066
(92,96,102)
#73767B
(115,118,123)
#8A8C90
(138,140,144)
#A1A2A5
(161,162,165)
#B8B8BA
(184,184,186)
#CFCECF
(207,206,207)
#E6E4E4
(230,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000812; }

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

This text font color is #000812.


Background Color

.myBgColor { background-color: #000812; }

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

This div background color is #000812.


Border color

.myBorderColor { border: 1px solid #000812; }

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

This div border color is #000812.


Opacity

.myOpacity80 { color: #000812; opacity: 0.8; }

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

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

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

This text has shadow with #000812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000812 on black background.


Color preview on white background

This text has color #000812 on white background.



Black color preview on #000812 background

This text has black color on #000812 background.


White color preview on #000812 background

This text has white color on #000812 background.