COLOR #0C681D

HEX: #0C681D
RGB: (12,104,29)

Color info

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

RGB color model

#0C681D color RGB value is (12,104,29).

  • red value is 12;
  • green value is 104;
  • blue value is 29.
RGB:
(12,104,29)
(5%,41%,11%)

RGB channels and saturation

R 12 of 255 = 5%
G 104 of 255 = 41%
B 29 of 255 = 11%

12
104
29

R + G + B ~ 19%. #0C681D is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 104 + 29 = 145 (100%)
R 12 of 145 ~ 8.28%
G 104 of 145 ~ 71.72%
B 29 of 145 ~ 20%

%71.72
%20

CMYK color model

#0C681D color CMYK value is (88,0,72,59).

  • cyan value is 88.46%
  • magenta value is 0.00%
  • yellow value is 72.12%
  • key color value is 59.22%
CMYK:
(88,0,72,59)
C88M0Y72K59 
(88%,0%,72%,59%)
(0.88/0.00/0.72/0.59)	

CMYK percentages

%88.46
%0
%72.12
%59.22

Codes

Color #0C681D in popluar color models

0C681D
RGB1210429
HSL131°79.31%22.75%
HSB/HSV131°88.46%40.78%
CMYK88.46%0.00%72.12%
59.22%

Color #0C681D in popluar number systems.

HEX0C681D
Decimal1210429
Binary1100110100011101
Octal1415035

Shades and tints

Shades of #0C681D

#0C681D
(12,104,29)
#0B5F1B
(11,95,27)
#0A5619
(10,86,25)
#094D17
(9,77,23)
#084415
(8,68,21)
#073B13
(7,59,19)
#063211
(6,50,17)
#05290F
(5,41,15)
#04200D
(4,32,13)
#03170B
(3,23,11)
#020E09
(2,14,9)
#000000
(0,0,0)

Tints of #0C681D

#0C681D
(12,104,29)
#227531
(34,117,49)
#388245
(56,130,69)
#4E8F59
(78,143,89)
#649C6D
(100,156,109)
#7AA981
(122,169,129)
#90B695
(144,182,149)
#A6C3A9
(166,195,169)
#BCD0BD
(188,208,189)
#D2DDD1
(210,221,209)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C681D color. Also use rgb(12,104,29) instead hex code.

Text Font Color

.myTextColor { color: #0C681D; }

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

This text font color is #0C681D.


Background Color

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

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

This div background color is #0C681D.


Border color

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

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

This div border color is #0C681D.


Opacity

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

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

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

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

This text has shadow with #0C681D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C681D on black background.


Color preview on white background

This text has color #0C681D on white background.



Black color preview on #0C681D background

This text has black color on #0C681D background.


White color preview on #0C681D background

This text has white color on #0C681D background.