COLOR #00070C

HEX: #00070C
RGB: (0,7,12)

Color info

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

RGB color model

#00070C color RGB value is (0,7,12).

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

RGB channels and saturation

R 0 of 255 = 0%
G 7 of 255 = 3%
B 12 of 255 = 5%

0
7
12

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

Portions of RGB colors in percentages

R + G + B =
0 + 7 + 12 = 19 (100%)
R 0 of 19 ~ 0%
G 7 of 19 ~ 36.84%
B 12 of 19 ~ 63.16%

%36.84
%63.16

CMYK color model

#00070C color CMYK value is (100,42,0,95).

  • cyan value is 100.00%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(100,42,0,95)
C100M42Y0K95 
(100%,42%,0%,95%)
(1.00/0.42/0.00/0.95)	

CMYK percentages

%100
%41.67
%0
%95.29

Codes

Color #00070C in popluar color models

00070C
RGB0712
HSL205°100.00%2.35%
HSB/HSV205°100.00%4.71%
CMYK100.00%41.67%0.00%
95.29%

Color #00070C in popluar number systems.

HEX00070C
Decimal0712
Binary01111100
Octal0714

Shades and tints

Shades of #00070C

#00070C
(0,7,12)
#00070B
(0,7,11)
#00070A
(0,7,10)
#000709
(0,7,9)
#000708
(0,7,8)
#000707
(0,7,7)
#000706
(0,7,6)
#000705
(0,7,5)
#000704
(0,7,4)
#000703
(0,7,3)
#000702
(0,7,2)
#000000
(0,0,0)

Tints of #00070C

#00070C
(0,7,12)
#171D22
(23,29,34)
#2E3338
(46,51,56)
#45494E
(69,73,78)
#5C5F64
(92,95,100)
#73757A
(115,117,122)
#8A8B90
(138,139,144)
#A1A1A6
(161,161,166)
#B8B7BC
(184,183,188)
#CFCDD2
(207,205,210)
#E6E3E8
(230,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00070C; }

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

This text font color is #00070C.


Background Color

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

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

This div background color is #00070C.


Border color

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

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

This div border color is #00070C.


Opacity

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

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

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

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

This text has shadow with #00070C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00070C on black background.


Color preview on white background

This text has color #00070C on white background.



Black color preview on #00070C background

This text has black color on #00070C background.


White color preview on #00070C background

This text has white color on #00070C background.