COLOR #070A12

HEX: #070A12 RGB: (7,10,18)

Color info

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

RGB color model

#070A12 color RGB value is (7,10,18).

RGB: (7,10,18) (3%, 4%, 7%)

RGB channels and saturation

R 7 of 255 = 3%
G 10 of 255 = 4%
B 18 of 255 = 7%

7
10
18

R + G + B ~ 5%. #070A12 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 10 + 18 = 35 (100%)
R 7 of 35 ~ 20%
G 10 of 35 ~ 28.57%
B 18 of 35 ~ 51.43'%

%20
%28.57
%51.43

CMYK color model

#070A12 color CMYK value is (61,44,0,93).

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

CMYK: (61,44,0,93)
C61M44Y0K93 (61%, 44%, 0%, 93%)
(0.61 / 0.44 / 0.00 / 0.93)

CMYK percentages

%61.11
%44.44
%0
%92.94

Codes

Color #070A12 in popluar color models

07 0A 12
RGB 7 10 18
HSL 224° 44.00% 4.90%
HSB/HSV 224° 61.11% 7.06%
CMYK 61.11% 44.44% 0.00%
92.94%

Color #070A12 in popluar number systems.

HEX 07 0A 12
Decimal 7 10 18
Binary 111 1010 10010
Octal 7 12 22

Shades and tints

Shades of #070A12

#070A12
(7,10,18)
#070A11
(7,10,17)
#070A10
(7,10,16)
#070A0F
(7,10,15)
#070A0E
(7,10,14)
#070A0D
(7,10,13)
#070A0C
(7,10,12)
#070A0B
(7,10,11)
#070A0A
(7,10,10)
#070A09
(7,10,9)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #070A12

#070A12
(7,10,18)
#1D2027
(29,32,39)
#33363C
(51,54,60)
#494C51
(73,76,81)
#5F6266
(95,98,102)
#75787B
(117,120,123)
#8B8E90
(139,142,144)
#A1A4A5
(161,164,165)
#B7BABA
(183,186,186)
#CDD0CF
(205,208,207)
#E3E6E4
(227,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070A12; }

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

This text font color is #070A12.

Background Color

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

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

This div background color is #070A12.

Border color

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

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

This div border color is #070A12.

Opacity

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

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

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

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

This text has shadow with #070A12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070A12.

Preview

Color preview on black background

This text has color #070A12 on black background.


Color preview on white background

This text has color #070A12 on white background.


Black color preview on #070A12 background

This text has black color on #070A12 background.


White color preview on #070A12 background

This text has white color on #070A12 background.


Related colors

Complementary color

Complementary color for #hex is #F8F5ED.


I love getcolorcode.com

Triadic colors

1 #12070A and #0A1207 with #070A12 are triadic colors.

2 #120A07 and #0A0712 with #070A12 are triadic colors.