COLOR #070812

HEX: #070812 RGB: (7,8,18)

Color info

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

RGB color model

#070812 color RGB value is (7,8,18).

RGB: (7,8,18) (3%, 3%, 7%)

RGB channels and saturation

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

7
8
18

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

Portions of RGB colors in percentages

R + G + B = 7 + 8 + 18 = 33 (100%)
R 7 of 33 ~ 21.21%
G 8 of 33 ~ 24.24%
B 18 of 33 ~ 54.55'%

%21.21
%24.24
%54.55

CMYK color model

#070812 color CMYK value is (61,56,0,93).

  • cyan value is 61.11%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 92.94%

CMYK: (61,56,0,93)
C61M56Y0K93 (61%, 56%, 0%, 93%)
(0.61 / 0.56 / 0.00 / 0.93)

CMYK percentages

%61.11
%55.56
%0
%92.94

Codes

Color #070812 in popluar color models

07 08 12
RGB 7 8 18
HSL 235° 44.00% 4.90%
HSB/HSV 235° 61.11% 7.06%
CMYK 61.11% 55.56% 0.00%
92.94%

Color #070812 in popluar number systems.

HEX 07 08 12
Decimal 7 8 18
Binary 111 1000 10010
Octal 7 10 22

Shades and tints

Shades of #070812

#070812
(7,8,18)
#070811
(7,8,17)
#070810
(7,8,16)
#07080F
(7,8,15)
#07080E
(7,8,14)
#07080D
(7,8,13)
#07080C
(7,8,12)
#07080B
(7,8,11)
#07080A
(7,8,10)
#070809
(7,8,9)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #070812

#070812
(7,8,18)
#1D1E27
(29,30,39)
#33343C
(51,52,60)
#494A51
(73,74,81)
#5F6066
(95,96,102)
#75767B
(117,118,123)
#8B8C90
(139,140,144)
#A1A2A5
(161,162,165)
#B7B8BA
(183,184,186)
#CDCECF
(205,206,207)
#E3E4E4
(227,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070812; }

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

This text font color is #070812.

Background Color

.myBgColor { background-color: #070812; }

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

This div background color is #070812.

Border color

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

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

This div border color is #070812.

Opacity

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

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

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

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

This text has shadow with #070812 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070812.

Preview

Color preview on black background

This text has color #070812 on black background.


Color preview on white background

This text has color #070812 on white background.


Black color preview on #070812 background

This text has black color on #070812 background.


White color preview on #070812 background

This text has white color on #070812 background.


Related colors

Complementary color

Complementary color for #hex is #F8F7ED.


I love getcolorcode.com

Triadic colors

1 #120708 and #081207 with #070812 are triadic colors.

2 #120807 and #080712 with #070812 are triadic colors.