COLOR #0C6E1E

HEX: #0C6E1E
RGB: (12,110,30)

Color info

#0C6E1E contains mainly green color. Web safe color of #0C6E1E is #006633 (or #063).

RGB color model

#0C6E1E color RGB value is (12,110,30).

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

RGB channels and saturation

R 12 of 255 = 5%
G 110 of 255 = 43%
B 30 of 255 = 12%

12
110
30

R + G + B ~ 20%. #0C6E1E is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 110 + 30 = 152 (100%)
R 12 of 152 ~ 7.89%
G 110 of 152 ~ 72.37%
B 30 of 152 ~ 19.74%

%72.37
%19.74

CMYK color model

#0C6E1E color CMYK value is (89,0,73,57).

  • cyan value is 89.09%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 56.86%
CMYK:
(89,0,73,57)
C89M0Y73K57 
(89%,0%,73%,57%)
(0.89/0.00/0.73/0.57)	

CMYK percentages

%89.09
%0
%72.73
%56.86

Codes

Color #0C6E1E in popluar color models

0C6E1E
RGB1211030
HSL131°80.33%23.92%
HSB/HSV131°89.09%43.14%
CMYK89.09%0.00%72.73%
56.86%

Color #0C6E1E in popluar number systems.

HEX0C6E1E
Decimal1211030
Binary1100110111011110
Octal1415636

Shades and tints

Shades of #0C6E1E

#0C6E1E
(12,110,30)
#0B641C
(11,100,28)
#0A5A1A
(10,90,26)
#095018
(9,80,24)
#084616
(8,70,22)
#073C14
(7,60,20)
#063212
(6,50,18)
#052810
(5,40,16)
#041E0E
(4,30,14)
#03140C
(3,20,12)
#020A0A
(2,10,10)
#000000
(0,0,0)

Tints of #0C6E1E

#0C6E1E
(12,110,30)
#227B32
(34,123,50)
#388846
(56,136,70)
#4E955A
(78,149,90)
#64A26E
(100,162,110)
#7AAF82
(122,175,130)
#90BC96
(144,188,150)
#A6C9AA
(166,201,170)
#BCD6BE
(188,214,190)
#D2E3D2
(210,227,210)
#E8F0E6
(232,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C6E1E; }

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

This text font color is #0C6E1E.


Background Color

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

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

This div background color is #0C6E1E.


Border color

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

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

This div border color is #0C6E1E.


Opacity

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

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

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

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

This text has shadow with #0C6E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C6E1E on black background.


Color preview on white background

This text has color #0C6E1E on white background.



Black color preview on #0C6E1E background

This text has black color on #0C6E1E background.


White color preview on #0C6E1E background

This text has white color on #0C6E1E background.