COLOR #0C1905

HEX: #0C1905
RGB: (12,25,5)

Color info

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

RGB color model

#0C1905 color RGB value is (12,25,5).

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

RGB channels and saturation

R 12 of 255 = 5%
G 25 of 255 = 10%
B 5 of 255 = 2%

12
25
5

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

Portions of RGB colors in percentages

R + G + B =
12 + 25 + 5 = 42 (100%)
R 12 of 42 ~ 28.57%
G 25 of 42 ~ 59.52%
B 5 of 42 ~ 11.9%

%28.57
%59.52
%11.9

CMYK color model

#0C1905 color CMYK value is (52,0,80,90).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 90.20%
CMYK:
(52,0,80,90)
C52M0Y80K90 
(52%,0%,80%,90%)
(0.52/0.00/0.80/0.90)	

CMYK percentages

%52
%0
%80
%90.2

Codes

Color #0C1905 in popluar color models

0C1905
RGB12255
HSL99°66.67%5.88%
HSB/HSV99°80.00%9.80%
CMYK52.00%0.00%80.00%
90.20%

Color #0C1905 in popluar number systems.

HEX0C1905
Decimal12255
Binary110011001101
Octal14315

Shades and tints

Shades of #0C1905

#0C1905
(12,25,5)
#0B1705
(11,23,5)
#0A1505
(10,21,5)
#091305
(9,19,5)
#081105
(8,17,5)
#070F05
(7,15,5)
#060D05
(6,13,5)
#050B05
(5,11,5)
#040905
(4,9,5)
#030705
(3,7,5)
#020505
(2,5,5)
#000000
(0,0,0)

Tints of #0C1905

#0C1905
(12,25,5)
#222D1B
(34,45,27)
#384131
(56,65,49)
#4E5547
(78,85,71)
#64695D
(100,105,93)
#7A7D73
(122,125,115)
#909189
(144,145,137)
#A6A59F
(166,165,159)
#BCB9B5
(188,185,181)
#D2CDCB
(210,205,203)
#E8E1E1
(232,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1905; }

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

This text font color is #0C1905.


Background Color

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

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

This div background color is #0C1905.


Border color

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

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

This div border color is #0C1905.


Opacity

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

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

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

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

This text has shadow with #0C1905 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1905 on black background.


Color preview on white background

This text has color #0C1905 on white background.



Black color preview on #0C1905 background

This text has black color on #0C1905 background.


White color preview on #0C1905 background

This text has white color on #0C1905 background.