COLOR #0C4E12

HEX: #0C4E12
RGB: (12,78,18)

Color info

#0C4E12 contains mainly green color. Web safe color of #0C4E12 is #006600 (or #060).

RGB color model

#0C4E12 color RGB value is (12,78,18).

  • red value is 12;
  • green value is 78;
  • blue value is 18.
RGB:
(12,78,18)
(5%,31%,7%)

RGB channels and saturation

R 12 of 255 = 5%
G 78 of 255 = 31%
B 18 of 255 = 7%

12
78
18

R + G + B ~ 14%. #0C4E12 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 78 + 18 = 108 (100%)
R 12 of 108 ~ 11.11%
G 78 of 108 ~ 72.22%
B 18 of 108 ~ 16.67%

%11.11
%72.22
%16.67

CMYK color model

#0C4E12 color CMYK value is (85,0,77,69).

  • cyan value is 84.62%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 69.41%
CMYK:
(85,0,77,69)
C85M0Y77K69 
(85%,0%,77%,69%)
(0.85/0.00/0.77/0.69)	

CMYK percentages

%84.62
%0
%76.92
%69.41

Codes

Color #0C4E12 in popluar color models

0C4E12
RGB127818
HSL125°73.33%17.65%
HSB/HSV125°84.62%30.59%
CMYK84.62%0.00%76.92%
69.41%

Color #0C4E12 in popluar number systems.

HEX0C4E12
Decimal127818
Binary1100100111010010
Octal1411622

Shades and tints

Shades of #0C4E12

#0C4E12
(12,78,18)
#0B4711
(11,71,17)
#0A4010
(10,64,16)
#09390F
(9,57,15)
#08320E
(8,50,14)
#072B0D
(7,43,13)
#06240C
(6,36,12)
#051D0B
(5,29,11)
#04160A
(4,22,10)
#030F09
(3,15,9)
#020808
(2,8,8)
#000000
(0,0,0)

Tints of #0C4E12

#0C4E12
(12,78,18)
#225E27
(34,94,39)
#386E3C
(56,110,60)
#4E7E51
(78,126,81)
#648E66
(100,142,102)
#7A9E7B
(122,158,123)
#90AE90
(144,174,144)
#A6BEA5
(166,190,165)
#BCCEBA
(188,206,186)
#D2DECF
(210,222,207)
#E8EEE4
(232,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4E12 color. Also use rgb(12,78,18) instead hex code.

Text Font Color

.myTextColor { color: #0C4E12; }

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

This text font color is #0C4E12.


Background Color

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

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

This div background color is #0C4E12.


Border color

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

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

This div border color is #0C4E12.


Opacity

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

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

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

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

This text has shadow with #0C4E12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4E12 on black background.


Color preview on white background

This text has color #0C4E12 on white background.



Black color preview on #0C4E12 background

This text has black color on #0C4E12 background.


White color preview on #0C4E12 background

This text has white color on #0C4E12 background.