COLOR #0C2C09

HEX: #0C2C09
RGB: (12,44,9)

Color info

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

RGB color model

#0C2C09 color RGB value is (12,44,9).

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

RGB channels and saturation

R 12 of 255 = 5%
G 44 of 255 = 17%
B 9 of 255 = 4%

12
44
9

R + G + B ~ 9%. #0C2C09 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 44 + 9 = 65 (100%)
R 12 of 65 ~ 18.46%
G 44 of 65 ~ 67.69%
B 9 of 65 ~ 13.85%

%18.46
%67.69
%13.85

CMYK color model

#0C2C09 color CMYK value is (73,0,80,83).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 79.55%
  • key color value is 82.75%
CMYK:
(73,0,80,83)
C73M0Y80K83 
(73%,0%,80%,83%)
(0.73/0.00/0.80/0.83)	

CMYK percentages

%72.73
%0
%79.55
%82.75

Codes

Color #0C2C09 in popluar color models

0C2C09
RGB12449
HSL115°66.04%10.39%
HSB/HSV115°79.55%17.25%
CMYK72.73%0.00%79.55%
82.75%

Color #0C2C09 in popluar number systems.

HEX0C2C09
Decimal12449
Binary11001011001001
Octal145411

Shades and tints

Shades of #0C2C09

#0C2C09
(12,44,9)
#0B2809
(11,40,9)
#0A2409
(10,36,9)
#092009
(9,32,9)
#081C09
(8,28,9)
#071809
(7,24,9)
#061409
(6,20,9)
#051009
(5,16,9)
#040C09
(4,12,9)
#030809
(3,8,9)
#020409
(2,4,9)
#000000
(0,0,0)

Tints of #0C2C09

#0C2C09
(12,44,9)
#223F1F
(34,63,31)
#385235
(56,82,53)
#4E654B
(78,101,75)
#647861
(100,120,97)
#7A8B77
(122,139,119)
#909E8D
(144,158,141)
#A6B1A3
(166,177,163)
#BCC4B9
(188,196,185)
#D2D7CF
(210,215,207)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2C09; }

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

This text font color is #0C2C09.


Background Color

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

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

This div background color is #0C2C09.


Border color

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

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

This div border color is #0C2C09.


Opacity

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

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

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

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

This text has shadow with #0C2C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2C09 on black background.


Color preview on white background

This text has color #0C2C09 on white background.



Black color preview on #0C2C09 background

This text has black color on #0C2C09 background.


White color preview on #0C2C09 background

This text has white color on #0C2C09 background.