COLOR #070C0C

HEX: #070C0C
RGB: (7,12,12)

Color info

#070C0C contains red, green and blue colors in about the same proportion. Web safe color of #070C0C is #000000 (or #000).

RGB color model

#070C0C color RGB value is (7,12,12).

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

RGB channels and saturation

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

7
12
12

R + G + B ~ 4%. #070C0C is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 12 + 12 = 31 (100%)
R 7 of 31 ~ 22.58%
G 12 of 31 ~ 38.71%
B 12 of 31 ~ 38.71%

%22.58
%38.71
%38.71

CMYK color model

#070C0C color CMYK value is (42,0,0,95).

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

CMYK percentages

%41.67
%0
%0
%95.29

Codes

Color #070C0C in popluar color models

070C0C
RGB71212
HSL180°26.32%3.73%
HSB/HSV180°41.67%4.71%
CMYK41.67%0.00%0.00%
95.29%

Color #070C0C in popluar number systems.

HEX070C0C
Decimal71212
Binary11111001100
Octal71414

Shades and tints

Shades of #070C0C

#070C0C
(7,12,12)
#070B0B
(7,11,11)
#070A0A
(7,10,10)
#070909
(7,9,9)
#070808
(7,8,8)
#070707
(7,7,7)
#070606
(7,6,6)
#070505
(7,5,5)
#070404
(7,4,4)
#070303
(7,3,3)
#070202
(7,2,2)
#000000
(0,0,0)

Tints of #070C0C

#070C0C
(7,12,12)
#1D2222
(29,34,34)
#333838
(51,56,56)
#494E4E
(73,78,78)
#5F6464
(95,100,100)
#757A7A
(117,122,122)
#8B9090
(139,144,144)
#A1A6A6
(161,166,166)
#B7BCBC
(183,188,188)
#CDD2D2
(205,210,210)
#E3E8E8
(227,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070C0C; }

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

This text font color is #070C0C.


Background Color

.myBgColor { background-color: #070C0C; }

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

This div background color is #070C0C.


Border color

.myBorderColor { border: 1px solid #070C0C; }

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

This div border color is #070C0C.


Opacity

.myOpacity80 { color: #070C0C; opacity: 0.8; }

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

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

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

This text has shadow with #070C0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070C0C on black background.


Color preview on white background

This text has color #070C0C on white background.



Black color preview on #070C0C background

This text has black color on #070C0C background.


White color preview on #070C0C background

This text has white color on #070C0C background.