COLOR #0C2C15

HEX: #0C2C15
RGB: (12,44,21)

Color info

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

RGB color model

#0C2C15 color RGB value is (12,44,21).

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

RGB channels and saturation

R 12 of 255 = 5%
G 44 of 255 = 17%
B 21 of 255 = 8%

12
44
21

R + G + B ~ 10%. #0C2C15 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 44 + 21 = 77 (100%)
R 12 of 77 ~ 15.58%
G 44 of 77 ~ 57.14%
B 21 of 77 ~ 27.27%

%15.58
%57.14
%27.27

CMYK color model

#0C2C15 color CMYK value is (73,0,52,83).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 52.27%
  • key color value is 82.75%
CMYK:
(73,0,52,83)
C73M0Y52K83 
(73%,0%,52%,83%)
(0.73/0.00/0.52/0.83)	

CMYK percentages

%72.73
%0
%52.27
%82.75

Codes

Color #0C2C15 in popluar color models

0C2C15
RGB124421
HSL137°57.14%10.98%
HSB/HSV137°72.73%17.25%
CMYK72.73%0.00%52.27%
82.75%

Color #0C2C15 in popluar number systems.

HEX0C2C15
Decimal124421
Binary110010110010101
Octal145425

Shades and tints

Shades of #0C2C15

#0C2C15
(12,44,21)
#0B2814
(11,40,20)
#0A2413
(10,36,19)
#092012
(9,32,18)
#081C11
(8,28,17)
#071810
(7,24,16)
#06140F
(6,20,15)
#05100E
(5,16,14)
#040C0D
(4,12,13)
#03080C
(3,8,12)
#02040B
(2,4,11)
#000000
(0,0,0)

Tints of #0C2C15

#0C2C15
(12,44,21)
#223F2A
(34,63,42)
#38523F
(56,82,63)
#4E6554
(78,101,84)
#647869
(100,120,105)
#7A8B7E
(122,139,126)
#909E93
(144,158,147)
#A6B1A8
(166,177,168)
#BCC4BD
(188,196,189)
#D2D7D2
(210,215,210)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2C15; }

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

This text font color is #0C2C15.


Background Color

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

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

This div background color is #0C2C15.


Border color

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

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

This div border color is #0C2C15.


Opacity

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

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

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

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

This text has shadow with #0C2C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2C15 on black background.


Color preview on white background

This text has color #0C2C15 on white background.



Black color preview on #0C2C15 background

This text has black color on #0C2C15 background.


White color preview on #0C2C15 background

This text has white color on #0C2C15 background.