COLOR #0C2C0F

HEX: #0C2C0F
RGB: (12,44,15)

Color info

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

RGB color model

#0C2C0F color RGB value is (12,44,15).

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

RGB channels and saturation

R 12 of 255 = 5%
G 44 of 255 = 17%
B 15 of 255 = 6%

12
44
15

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

Portions of RGB colors in percentages

R + G + B =
12 + 44 + 15 = 71 (100%)
R 12 of 71 ~ 16.9%
G 44 of 71 ~ 61.97%
B 15 of 71 ~ 21.13%

%16.9
%61.97
%21.13

CMYK color model

#0C2C0F color CMYK value is (73,0,66,83).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 65.91%
  • key color value is 82.75%
CMYK:
(73,0,66,83)
C73M0Y66K83 
(73%,0%,66%,83%)
(0.73/0.00/0.66/0.83)	

CMYK percentages

%72.73
%0
%65.91
%82.75

Codes

Color #0C2C0F in popluar color models

0C2C0F
RGB124415
HSL126°57.14%10.98%
HSB/HSV126°72.73%17.25%
CMYK72.73%0.00%65.91%
82.75%

Color #0C2C0F in popluar number systems.

HEX0C2C0F
Decimal124415
Binary11001011001111
Octal145417

Shades and tints

Shades of #0C2C0F

#0C2C0F
(12,44,15)
#0B280E
(11,40,14)
#0A240D
(10,36,13)
#09200C
(9,32,12)
#081C0B
(8,28,11)
#07180A
(7,24,10)
#061409
(6,20,9)
#051008
(5,16,8)
#040C07
(4,12,7)
#030806
(3,8,6)
#020405
(2,4,5)
#000000
(0,0,0)

Tints of #0C2C0F

#0C2C0F
(12,44,15)
#223F24
(34,63,36)
#385239
(56,82,57)
#4E654E
(78,101,78)
#647863
(100,120,99)
#7A8B78
(122,139,120)
#909E8D
(144,158,141)
#A6B1A2
(166,177,162)
#BCC4B7
(188,196,183)
#D2D7CC
(210,215,204)
#E8EAE1
(232,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2C0F; }

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

This text font color is #0C2C0F.


Background Color

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

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

This div background color is #0C2C0F.


Border color

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

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

This div border color is #0C2C0F.


Opacity

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

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

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

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

This text has shadow with #0C2C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2C0F on black background.


Color preview on white background

This text has color #0C2C0F on white background.



Black color preview on #0C2C0F background

This text has black color on #0C2C0F background.


White color preview on #0C2C0F background

This text has white color on #0C2C0F background.