COLOR #0C1908

HEX: #0C1908
RGB: (12,25,8)

Color info

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

RGB color model

#0C1908 color RGB value is (12,25,8).

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

RGB channels and saturation

R 12 of 255 = 5%
G 25 of 255 = 10%
B 8 of 255 = 3%

12
25
8

R + G + B ~ 6%. #0C1908 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 25 + 8 = 45 (100%)
R 12 of 45 ~ 26.67%
G 25 of 45 ~ 55.56%
B 8 of 45 ~ 17.78%

%26.67
%55.56
%17.78

CMYK color model

#0C1908 color CMYK value is (52,0,68,90).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 68.00%
  • key color value is 90.20%
CMYK:
(52,0,68,90)
C52M0Y68K90 
(52%,0%,68%,90%)
(0.52/0.00/0.68/0.90)	

CMYK percentages

%52
%0
%68
%90.2

Codes

Color #0C1908 in popluar color models

0C1908
RGB12258
HSL106°51.52%6.47%
HSB/HSV106°68.00%9.80%
CMYK52.00%0.00%68.00%
90.20%

Color #0C1908 in popluar number systems.

HEX0C1908
Decimal12258
Binary1100110011000
Octal143110

Shades and tints

Shades of #0C1908

#0C1908
(12,25,8)
#0B1708
(11,23,8)
#0A1508
(10,21,8)
#091308
(9,19,8)
#081108
(8,17,8)
#070F08
(7,15,8)
#060D08
(6,13,8)
#050B08
(5,11,8)
#040908
(4,9,8)
#030708
(3,7,8)
#020508
(2,5,8)
#000000
(0,0,0)

Tints of #0C1908

#0C1908
(12,25,8)
#222D1E
(34,45,30)
#384134
(56,65,52)
#4E554A
(78,85,74)
#646960
(100,105,96)
#7A7D76
(122,125,118)
#90918C
(144,145,140)
#A6A5A2
(166,165,162)
#BCB9B8
(188,185,184)
#D2CDCE
(210,205,206)
#E8E1E4
(232,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1908; }

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

This text font color is #0C1908.


Background Color

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

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

This div background color is #0C1908.


Border color

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

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

This div border color is #0C1908.


Opacity

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

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

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

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

This text has shadow with #0C1908 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1908 on black background.


Color preview on white background

This text has color #0C1908 on white background.



Black color preview on #0C1908 background

This text has black color on #0C1908 background.


White color preview on #0C1908 background

This text has white color on #0C1908 background.