COLOR #070C01

HEX: #070C01 RGB: (7,12,1)

Color info

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

RGB color model

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

RGB: (7,12,1) (3%, 5%, 0%)

RGB channels and saturation

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

7
12
1

R + G + B ~ 3%. #070C01 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 12 + 1 = 20 (100%)
R 7 of 20 ~ 35%
G 12 of 20 ~ 60%
B 1 of 20 ~ 5'%

%35
%60

CMYK color model

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

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 91.67%
  • key color value is 95.29%

CMYK: (42,0,92,95)
C42M0Y92K95 (42%, 0%, 92%, 95%)
(0.42 / 0.00 / 0.92 / 0.95)

CMYK percentages

%41.67
%0
%91.67
%95.29

Codes

Color #070C01 in popluar color models

07 0C 01
RGB 7 12 1
HSL 87° 84.62% 2.55%
HSB/HSV 87° 91.67% 4.71%
CMYK 41.67% 0.00% 91.67%
95.29%

Color #070C01 in popluar number systems.

HEX 07 0C 01
Decimal 7 12 1
Binary 111 1100 1
Octal 7 14 1

Shades and tints

Shades of #070C01

#070C01
(7,12,1)
#070B01
(7,11,1)
#070A01
(7,10,1)
#070901
(7,9,1)
#070801
(7,8,1)
#070701
(7,7,1)
#070601
(7,6,1)
#070501
(7,5,1)
#070401
(7,4,1)
#070301
(7,3,1)
#070201
(7,2,1)
#000000
(0,0,0)

Tints of #070C01

#070C01
(7,12,1)
#1D2218
(29,34,24)
#33382F
(51,56,47)
#494E46
(73,78,70)
#5F645D
(95,100,93)
#757A74
(117,122,116)
#8B908B
(139,144,139)
#A1A6A2
(161,166,162)
#B7BCB9
(183,188,185)
#CDD2D0
(205,210,208)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070C01; }

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

This text font color is #070C01.

Background Color

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

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

This div background color is #070C01.

Border color

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

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

This div border color is #070C01.

Opacity

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

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

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

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

This text has shadow with #070C01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070C01.

Preview

Color preview on black background

This text has color #070C01 on black background.


Color preview on white background

This text has color #070C01 on white background.


Black color preview on #070C01 background

This text has black color on #070C01 background.


White color preview on #070C01 background

This text has white color on #070C01 background.


Related colors

Complementary color

Complementary color for #hex is #F8F3FE.


I love getcolorcode.com

Triadic colors

1 #01070C and #0C0107 with #070C01 are triadic colors.

2 #010C07 and #0C0701 with #070C01 are triadic colors.