COLOR #070612

HEX: #070612
RGB: (7,6,18)

Color info

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

RGB color model

#070612 color RGB value is (7,6,18).

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

RGB channels and saturation

R 7 of 255 = 3%
G 6 of 255 = 2%
B 18 of 255 = 7%

7
6
18

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

Portions of RGB colors in percentages

R + G + B =
7 + 6 + 18 = 31 (100%)
R 7 of 31 ~ 22.58%
G 6 of 31 ~ 19.35%
B 18 of 31 ~ 58.06%

%22.58
%19.35
%58.06

CMYK color model

#070612 color CMYK value is (61,67,0,93).

  • cyan value is 61.11%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 92.94%
CMYK:
(61,67,0,93)
C61M67Y0K93 
(61%,67%,0%,93%)
(0.61/0.67/0.00/0.93)	

CMYK percentages

%61.11
%66.67
%0
%92.94

Codes

Color #070612 in popluar color models

070612
RGB7618
HSL245°50.00%4.71%
HSB/HSV245°66.67%7.06%
CMYK61.11%66.67%0.00%
92.94%

Color #070612 in popluar number systems.

HEX070612
Decimal7618
Binary11111010010
Octal7622

Shades and tints

Shades of #070612

#070612
(7,6,18)
#070611
(7,6,17)
#070610
(7,6,16)
#07060F
(7,6,15)
#07060E
(7,6,14)
#07060D
(7,6,13)
#07060C
(7,6,12)
#07060B
(7,6,11)
#07060A
(7,6,10)
#070609
(7,6,9)
#070608
(7,6,8)
#000000
(0,0,0)

Tints of #070612

#070612
(7,6,18)
#1D1C27
(29,28,39)
#33323C
(51,50,60)
#494851
(73,72,81)
#5F5E66
(95,94,102)
#75747B
(117,116,123)
#8B8A90
(139,138,144)
#A1A0A5
(161,160,165)
#B7B6BA
(183,182,186)
#CDCCCF
(205,204,207)
#E3E2E4
(227,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070612 color. Also use rgb(7,6,18) instead hex code.

Text Font Color

.myTextColor { color: #070612; }

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

This text font color is #070612.


Background Color

.myBgColor { background-color: #070612; }

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

This div background color is #070612.


Border color

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

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

This div border color is #070612.


Opacity

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

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

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

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

This text has shadow with #070612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070612 on black background.


Color preview on white background

This text has color #070612 on white background.



Black color preview on #070612 background

This text has black color on #070612 background.


White color preview on #070612 background

This text has white color on #070612 background.