COLOR #0C1810

HEX: #0C1810
RGB: (12,24,16)

Color info

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

RGB color model

#0C1810 color RGB value is (12,24,16).

  • red value is 12;
  • green value is 24;
  • blue value is 16.
RGB:
(12,24,16)
(5%,9%,6%)

RGB channels and saturation

R 12 of 255 = 5%
G 24 of 255 = 9%
B 16 of 255 = 6%

12
24
16

R + G + B ~ 7%. #0C1810 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 24 + 16 = 52 (100%)
R 12 of 52 ~ 23.08%
G 24 of 52 ~ 46.15%
B 16 of 52 ~ 30.77%

%23.08
%46.15
%30.77

CMYK color model

#0C1810 color CMYK value is (50,0,33,91).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 90.59%
CMYK:
(50,0,33,91)
C50M0Y33K91 
(50%,0%,33%,91%)
(0.50/0.00/0.33/0.91)	

CMYK percentages

%50
%0
%33.33
%90.59

Codes

Color #0C1810 in popluar color models

0C1810
RGB122416
HSL140°33.33%7.06%
HSB/HSV140°50.00%9.41%
CMYK50.00%0.00%33.33%
90.59%

Color #0C1810 in popluar number systems.

HEX0C1810
Decimal122416
Binary11001100010000
Octal143020

Shades and tints

Shades of #0C1810

#0C1810
(12,24,16)
#0B160F
(11,22,15)
#0A140E
(10,20,14)
#09120D
(9,18,13)
#08100C
(8,16,12)
#070E0B
(7,14,11)
#060C0A
(6,12,10)
#050A09
(5,10,9)
#040808
(4,8,8)
#030607
(3,6,7)
#020406
(2,4,6)
#000000
(0,0,0)

Tints of #0C1810

#0C1810
(12,24,16)
#222D25
(34,45,37)
#38423A
(56,66,58)
#4E574F
(78,87,79)
#646C64
(100,108,100)
#7A8179
(122,129,121)
#90968E
(144,150,142)
#A6ABA3
(166,171,163)
#BCC0B8
(188,192,184)
#D2D5CD
(210,213,205)
#E8EAE2
(232,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1810 color. Also use rgb(12,24,16) instead hex code.

Text Font Color

.myTextColor { color: #0C1810; }

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

This text font color is #0C1810.


Background Color

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

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

This div background color is #0C1810.


Border color

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

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

This div border color is #0C1810.


Opacity

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

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

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

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

This text has shadow with #0C1810 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1810 on black background.


Color preview on white background

This text has color #0C1810 on white background.



Black color preview on #0C1810 background

This text has black color on #0C1810 background.


White color preview on #0C1810 background

This text has white color on #0C1810 background.