COLOR #0C5009

HEX: #0C5009
RGB: (12,80,9)

Color info

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

RGB color model

#0C5009 color RGB value is (12,80,9).

  • red value is 12;
  • green value is 80;
  • blue value is 9.
RGB:
(12,80,9)
(5%,31%,4%)

RGB channels and saturation

R 12 of 255 = 5%
G 80 of 255 = 31%
B 9 of 255 = 4%

12
80
9

R + G + B ~ 13%. #0C5009 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 80 + 9 = 101 (100%)
R 12 of 101 ~ 11.88%
G 80 of 101 ~ 79.21%
B 9 of 101 ~ 8.91%

%11.88
%79.21

CMYK color model

#0C5009 color CMYK value is (85,0,89,69).

  • cyan value is 85.00%
  • magenta value is 0.00%
  • yellow value is 88.75%
  • key color value is 68.63%
CMYK:
(85,0,89,69)
C85M0Y89K69 
(85%,0%,89%,69%)
(0.85/0.00/0.89/0.69)	

CMYK percentages

%85
%0
%88.75
%68.63

Codes

Color #0C5009 in popluar color models

0C5009
RGB12809
HSL117°79.78%17.45%
HSB/HSV117°88.75%31.37%
CMYK85.00%0.00%88.75%
68.63%

Color #0C5009 in popluar number systems.

HEX0C5009
Decimal12809
Binary110010100001001
Octal1412011

Shades and tints

Shades of #0C5009

#0C5009
(12,80,9)
#0B4909
(11,73,9)
#0A4209
(10,66,9)
#093B09
(9,59,9)
#083409
(8,52,9)
#072D09
(7,45,9)
#062609
(6,38,9)
#051F09
(5,31,9)
#041809
(4,24,9)
#031109
(3,17,9)
#020A09
(2,10,9)
#000000
(0,0,0)

Tints of #0C5009

#0C5009
(12,80,9)
#225F1F
(34,95,31)
#386E35
(56,110,53)
#4E7D4B
(78,125,75)
#648C61
(100,140,97)
#7A9B77
(122,155,119)
#90AA8D
(144,170,141)
#A6B9A3
(166,185,163)
#BCC8B9
(188,200,185)
#D2D7CF
(210,215,207)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C5009 color. Also use rgb(12,80,9) instead hex code.

Text Font Color

.myTextColor { color: #0C5009; }

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

This text font color is #0C5009.


Background Color

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

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

This div background color is #0C5009.


Border color

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

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

This div border color is #0C5009.


Opacity

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

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

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

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

This text has shadow with #0C5009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5009 on black background.


Color preview on white background

This text has color #0C5009 on white background.



Black color preview on #0C5009 background

This text has black color on #0C5009 background.


White color preview on #0C5009 background

This text has white color on #0C5009 background.