COLOR #0C3C14

HEX: #0C3C14
RGB: (12,60,20)

Color info

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

RGB color model

#0C3C14 color RGB value is (12,60,20).

  • red value is 12;
  • green value is 60;
  • blue value is 20.
RGB:
(12,60,20)
(5%,24%,8%)

RGB channels and saturation

R 12 of 255 = 5%
G 60 of 255 = 24%
B 20 of 255 = 8%

12
60
20

R + G + B ~ 12%. #0C3C14 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 60 + 20 = 92 (100%)
R 12 of 92 ~ 13.04%
G 60 of 92 ~ 65.22%
B 20 of 92 ~ 21.74%

%13.04
%65.22
%21.74

CMYK color model

#0C3C14 color CMYK value is (80,0,67,76).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 76.47%
CMYK:
(80,0,67,76)
C80M0Y67K76 
(80%,0%,67%,76%)
(0.80/0.00/0.67/0.76)	

CMYK percentages

%80
%0
%66.67
%76.47

Codes

Color #0C3C14 in popluar color models

0C3C14
RGB126020
HSL130°66.67%14.12%
HSB/HSV130°80.00%23.53%
CMYK80.00%0.00%66.67%
76.47%

Color #0C3C14 in popluar number systems.

HEX0C3C14
Decimal126020
Binary110011110010100
Octal147424

Shades and tints

Shades of #0C3C14

#0C3C14
(12,60,20)
#0B3713
(11,55,19)
#0A3212
(10,50,18)
#092D11
(9,45,17)
#082810
(8,40,16)
#07230F
(7,35,15)
#061E0E
(6,30,14)
#05190D
(5,25,13)
#04140C
(4,20,12)
#030F0B
(3,15,11)
#020A0A
(2,10,10)
#000000
(0,0,0)

Tints of #0C3C14

#0C3C14
(12,60,20)
#224D29
(34,77,41)
#385E3E
(56,94,62)
#4E6F53
(78,111,83)
#648068
(100,128,104)
#7A917D
(122,145,125)
#90A292
(144,162,146)
#A6B3A7
(166,179,167)
#BCC4BC
(188,196,188)
#D2D5D1
(210,213,209)
#E8E6E6
(232,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3C14 color. Also use rgb(12,60,20) instead hex code.

Text Font Color

.myTextColor { color: #0C3C14; }

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

This text font color is #0C3C14.


Background Color

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

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

This div background color is #0C3C14.


Border color

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

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

This div border color is #0C3C14.


Opacity

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

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

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

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

This text has shadow with #0C3C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3C14 on black background.


Color preview on white background

This text has color #0C3C14 on white background.



Black color preview on #0C3C14 background

This text has black color on #0C3C14 background.


White color preview on #0C3C14 background

This text has white color on #0C3C14 background.