COLOR #070C07

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

7
12
7

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

Portions of RGB colors in percentages

R + G + B = 7 + 12 + 7 = 26 (100%)
R 7 of 26 ~ 26.92%
G 12 of 26 ~ 46.15%
B 7 of 26 ~ 26.92'%

%26.92
%46.15
%26.92

CMYK color model

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

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

CMYK: (42,0,42,95)
C42M0Y42K95 (42%, 0%, 42%, 95%)
(0.42 / 0.00 / 0.42 / 0.95)

CMYK percentages

%41.67
%0
%41.67
%95.29

Codes

Color #070C07 in popluar color models

07 0C 07
RGB 7 12 7
HSL 120° 26.32% 3.73%
HSB/HSV 120° 41.67% 4.71%
CMYK 41.67% 0.00% 41.67%
95.29%

Color #070C07 in popluar number systems.

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

Shades and tints

Shades of #070C07

#070C07
(7,12,7)
#070B07
(7,11,7)
#070A07
(7,10,7)
#070907
(7,9,7)
#070807
(7,8,7)
#070707
(7,7,7)
#070607
(7,6,7)
#070507
(7,5,7)
#070407
(7,4,7)
#070307
(7,3,7)
#070207
(7,2,7)
#000000
(0,0,0)

Tints of #070C07

#070C07
(7,12,7)
#1D221D
(29,34,29)
#333833
(51,56,51)
#494E49
(73,78,73)
#5F645F
(95,100,95)
#757A75
(117,122,117)
#8B908B
(139,144,139)
#A1A6A1
(161,166,161)
#B7BCB7
(183,188,183)
#CDD2CD
(205,210,205)
#E3E8E3
(227,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070C07; }

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

This text font color is #070C07.

Background Color

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

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

This div background color is #070C07.

Border color

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

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

This div border color is #070C07.

Opacity

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

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

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

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

This text has shadow with #070C07 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070C07.

Preview

Color preview on black background

This text has color #070C07 on black background.


Color preview on white background

This text has color #070C07 on white background.


Black color preview on #070C07 background

This text has black color on #070C07 background.


White color preview on #070C07 background

This text has white color on #070C07 background.


Related colors

Complementary color

Complementary color for #hex is #F8F3F8.


I love getcolorcode.com

Triadic colors

1 #07070C and #0C0707 with #070C07 are triadic colors.

2 #070C07 and #0C0707 with #070C07 are triadic colors.