COLOR #0C1E10

HEX: #0C1E10
RGB: (12,30,16)

Color info

#0C1E10 contains red, green and blue colors in about the same proportion. Web safe color of #0C1E10 is #003300 (or #030).

RGB color model

#0C1E10 color RGB value is (12,30,16).

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

RGB channels and saturation

R 12 of 255 = 5%
G 30 of 255 = 12%
B 16 of 255 = 6%

12
30
16

R + G + B ~ 8%. #0C1E10 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 30 + 16 = 58 (100%)
R 12 of 58 ~ 20.69%
G 30 of 58 ~ 51.72%
B 16 of 58 ~ 27.59%

%20.69
%51.72
%27.59

CMYK color model

#0C1E10 color CMYK value is (60,0,47,88).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 88.24%
CMYK:
(60,0,47,88)
C60M0Y47K88 
(60%,0%,47%,88%)
(0.60/0.00/0.47/0.88)	

CMYK percentages

%60
%0
%46.67
%88.24

Codes

Color #0C1E10 in popluar color models

0C1E10
RGB123016
HSL133°42.86%8.24%
HSB/HSV133°60.00%11.76%
CMYK60.00%0.00%46.67%
88.24%

Color #0C1E10 in popluar number systems.

HEX0C1E10
Decimal123016
Binary11001111010000
Octal143620

Shades and tints

Shades of #0C1E10

#0C1E10
(12,30,16)
#0B1C0F
(11,28,15)
#0A1A0E
(10,26,14)
#09180D
(9,24,13)
#08160C
(8,22,12)
#07140B
(7,20,11)
#06120A
(6,18,10)
#051009
(5,16,9)
#040E08
(4,14,8)
#030C07
(3,12,7)
#020A06
(2,10,6)
#000000
(0,0,0)

Tints of #0C1E10

#0C1E10
(12,30,16)
#223225
(34,50,37)
#38463A
(56,70,58)
#4E5A4F
(78,90,79)
#646E64
(100,110,100)
#7A8279
(122,130,121)
#90968E
(144,150,142)
#A6AAA3
(166,170,163)
#BCBEB8
(188,190,184)
#D2D2CD
(210,210,205)
#E8E6E2
(232,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1E10; }

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

This text font color is #0C1E10.


Background Color

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

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

This div background color is #0C1E10.


Border color

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

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

This div border color is #0C1E10.


Opacity

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

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

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

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

This text has shadow with #0C1E10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1E10 on black background.


Color preview on white background

This text has color #0C1E10 on white background.



Black color preview on #0C1E10 background

This text has black color on #0C1E10 background.


White color preview on #0C1E10 background

This text has white color on #0C1E10 background.