COLOR #0C080F

HEX: #0C080F
RGB: (12,8,15)

Color info

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

RGB color model

#0C080F color RGB value is (12,8,15).

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

RGB channels and saturation

R 12 of 255 = 5%
G 8 of 255 = 3%
B 15 of 255 = 6%

12
8
15

R + G + B ~ 5%. #0C080F is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 8 + 15 = 35 (100%)
R 12 of 35 ~ 34.29%
G 8 of 35 ~ 22.86%
B 15 of 35 ~ 42.86%

%34.29
%22.86
%42.86

CMYK color model

#0C080F color CMYK value is (20,47,0,94).

  • cyan value is 20.00%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 94.12%
CMYK:
(20,47,0,94)
C20M47Y0K94 
(20%,47%,0%,94%)
(0.20/0.47/0.00/0.94)	

CMYK percentages

%20
%46.67
%0
%94.12

Codes

Color #0C080F in popluar color models

0C080F
RGB12815
HSL274°30.43%4.51%
HSB/HSV274°46.67%5.88%
CMYK20.00%46.67%0.00%
94.12%

Color #0C080F in popluar number systems.

HEX0C080F
Decimal12815
Binary110010001111
Octal141017

Shades and tints

Shades of #0C080F

#0C080F
(12,8,15)
#0B080E
(11,8,14)
#0A080D
(10,8,13)
#09080C
(9,8,12)
#08080B
(8,8,11)
#07080A
(7,8,10)
#060809
(6,8,9)
#050808
(5,8,8)
#040807
(4,8,7)
#030806
(3,8,6)
#020805
(2,8,5)
#000000
(0,0,0)

Tints of #0C080F

#0C080F
(12,8,15)
#221E24
(34,30,36)
#383439
(56,52,57)
#4E4A4E
(78,74,78)
#646063
(100,96,99)
#7A7678
(122,118,120)
#908C8D
(144,140,141)
#A6A2A2
(166,162,162)
#BCB8B7
(188,184,183)
#D2CECC
(210,206,204)
#E8E4E1
(232,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C080F; }

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

This text font color is #0C080F.


Background Color

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

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

This div background color is #0C080F.


Border color

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

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

This div border color is #0C080F.


Opacity

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

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

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

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

This text has shadow with #0C080F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C080F on black background.


Color preview on white background

This text has color #0C080F on white background.



Black color preview on #0C080F background

This text has black color on #0C080F background.


White color preview on #0C080F background

This text has white color on #0C080F background.