COLOR #0C1705

HEX: #0C1705
RGB: (12,23,5)

Color info

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

RGB color model

#0C1705 color RGB value is (12,23,5).

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

RGB channels and saturation

R 12 of 255 = 5%
G 23 of 255 = 9%
B 5 of 255 = 2%

12
23
5

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

Portions of RGB colors in percentages

R + G + B =
12 + 23 + 5 = 40 (100%)
R 12 of 40 ~ 30%
G 23 of 40 ~ 57.5%
B 5 of 40 ~ 12.5%

%30
%57.5
%12.5

CMYK color model

#0C1705 color CMYK value is (48,0,78,91).

  • cyan value is 47.83%
  • magenta value is 0.00%
  • yellow value is 78.26%
  • key color value is 90.98%
CMYK:
(48,0,78,91)
C48M0Y78K91 
(48%,0%,78%,91%)
(0.48/0.00/0.78/0.91)	

CMYK percentages

%47.83
%0
%78.26
%90.98

Codes

Color #0C1705 in popluar color models

0C1705
RGB12235
HSL97°64.29%5.49%
HSB/HSV97°78.26%9.02%
CMYK47.83%0.00%78.26%
90.98%

Color #0C1705 in popluar number systems.

HEX0C1705
Decimal12235
Binary110010111101
Octal14275

Shades and tints

Shades of #0C1705

#0C1705
(12,23,5)
#0B1505
(11,21,5)
#0A1305
(10,19,5)
#091105
(9,17,5)
#080F05
(8,15,5)
#070D05
(7,13,5)
#060B05
(6,11,5)
#050905
(5,9,5)
#040705
(4,7,5)
#030505
(3,5,5)
#020305
(2,3,5)
#000000
(0,0,0)

Tints of #0C1705

#0C1705
(12,23,5)
#222C1B
(34,44,27)
#384131
(56,65,49)
#4E5647
(78,86,71)
#646B5D
(100,107,93)
#7A8073
(122,128,115)
#909589
(144,149,137)
#A6AA9F
(166,170,159)
#BCBFB5
(188,191,181)
#D2D4CB
(210,212,203)
#E8E9E1
(232,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1705; }

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

This text font color is #0C1705.


Background Color

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

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

This div background color is #0C1705.


Border color

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

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

This div border color is #0C1705.


Opacity

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

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

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

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

This text has shadow with #0C1705 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1705 on black background.


Color preview on white background

This text has color #0C1705 on white background.



Black color preview on #0C1705 background

This text has black color on #0C1705 background.


White color preview on #0C1705 background

This text has white color on #0C1705 background.