COLOR #0C080E

HEX: #0C080E
RGB: (12,8,14)

Color info

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

RGB color model

#0C080E color RGB value is (12,8,14).

  • red value is 12;
  • green value is 8;
  • blue value is 14.
RGB:
(12,8,14)
(5%,3%,5%)

RGB channels and saturation

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

12
8
14

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

Portions of RGB colors in percentages

R + G + B =
12 + 8 + 14 = 34 (100%)
R 12 of 34 ~ 35.29%
G 8 of 34 ~ 23.53%
B 14 of 34 ~ 41.18%

%35.29
%23.53
%41.18

CMYK color model

#0C080E color CMYK value is (14,43,0,95).

  • cyan value is 14.29%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(14,43,0,95)
C14M43Y0K95 
(14%,43%,0%,95%)
(0.14/0.43/0.00/0.95)	

CMYK percentages

%14.29
%42.86
%0
%94.51

Codes

Color #0C080E in popluar color models

0C080E
RGB12814
HSL280°27.27%4.31%
HSB/HSV280°42.86%5.49%
CMYK14.29%42.86%0.00%
94.51%

Color #0C080E in popluar number systems.

HEX0C080E
Decimal12814
Binary110010001110
Octal141016

Shades and tints

Shades of #0C080E

#0C080E
(12,8,14)
#0B080D
(11,8,13)
#0A080C
(10,8,12)
#09080B
(9,8,11)
#08080A
(8,8,10)
#070809
(7,8,9)
#060808
(6,8,8)
#050807
(5,8,7)
#040806
(4,8,6)
#030805
(3,8,5)
#020804
(2,8,4)
#000000
(0,0,0)

Tints of #0C080E

#0C080E
(12,8,14)
#221E23
(34,30,35)
#383438
(56,52,56)
#4E4A4D
(78,74,77)
#646062
(100,96,98)
#7A7677
(122,118,119)
#908C8C
(144,140,140)
#A6A2A1
(166,162,161)
#BCB8B6
(188,184,182)
#D2CECB
(210,206,203)
#E8E4E0
(232,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C080E; }

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

This text font color is #0C080E.


Background Color

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

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

This div background color is #0C080E.


Border color

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

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

This div border color is #0C080E.


Opacity

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

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

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

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

This text has shadow with #0C080E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C080E on black background.


Color preview on white background

This text has color #0C080E on white background.



Black color preview on #0C080E background

This text has black color on #0C080E background.


White color preview on #0C080E background

This text has white color on #0C080E background.