COLOR #0C070E

HEX: #0C070E RGB: (12,7,14)

Color info

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

RGB color model

#0C070E color RGB value is (12,7,14).

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

RGB channels and saturation

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

12
7
14

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

Portions of RGB colors in percentages

R + G + B = 12 + 7 + 14 = 33 (100%)
R 12 of 33 ~ 36.36%
G 7 of 33 ~ 21.21%
B 14 of 33 ~ 42.42'%

%36.36
%21.21
%42.42

CMYK color model

#0C070E color CMYK value is (14,50,0,95).

  • cyan value is 14.29%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 94.51%

CMYK: (14,50,0,95)
C14M50Y0K95 (14%, 50%, 0%, 95%)
(0.14 / 0.50 / 0.00 / 0.95)

CMYK percentages

%14.29
%50
%0
%94.51

Codes

Color #0C070E in popluar color models

0C 07 0E
RGB 12 7 14
HSL 283° 33.33% 4.12%
HSB/HSV 283° 50.00% 5.49%
CMYK 14.29% 50.00% 0.00%
94.51%

Color #0C070E in popluar number systems.

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

Shades and tints

Shades of #0C070E

#0C070E
(12,7,14)
#0B070D
(11,7,13)
#0A070C
(10,7,12)
#09070B
(9,7,11)
#08070A
(8,7,10)
#070709
(7,7,9)
#060708
(6,7,8)
#050707
(5,7,7)
#040706
(4,7,6)
#030705
(3,7,5)
#020704
(2,7,4)
#000000
(0,0,0)

Tints of #0C070E

#0C070E
(12,7,14)
#221D23
(34,29,35)
#383338
(56,51,56)
#4E494D
(78,73,77)
#645F62
(100,95,98)
#7A7577
(122,117,119)
#908B8C
(144,139,140)
#A6A1A1
(166,161,161)
#BCB7B6
(188,183,182)
#D2CDCB
(210,205,203)
#E8E3E0
(232,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C070E; }

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

This text font color is #0C070E.

Background Color

.myBgColor { background-color: #0C070E; }

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

This div background color is #0C070E.

Border color

.myBorderColor { border: 1px solid #0C070E; }

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

This div border color is #0C070E.

Opacity

.myOpacity80 { color: #0C070E; opacity: 0.8; }

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

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

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

This text has shadow with #0C070E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C070E.

Preview

Color preview on black background

This text has color #0C070E on black background.


Color preview on white background

This text has color #0C070E on white background.


Black color preview on #0C070E background

This text has black color on #0C070E background.


White color preview on #0C070E background

This text has white color on #0C070E background.


Related colors

Complementary color

Complementary color for #hex is #F3F8F1.


I love getcolorcode.com

Triadic colors

1 #0E0C07 and #070E0C with #0C070E are triadic colors.

2 #0E070C and #070C0E with #0C070E are triadic colors.