COLOR #0C4407

HEX: #0C4407
RGB: (12,68,7)

Color info

#0C4407 contains mainly red and green colors. Web safe color of #0C4407 is #003300 (or #030).

RGB color model

#0C4407 color RGB value is (12,68,7).

  • red value is 12;
  • green value is 68;
  • blue value is 7.
RGB:
(12,68,7)
(5%,27%,3%)

RGB channels and saturation

R 12 of 255 = 5%
G 68 of 255 = 27%
B 7 of 255 = 3%

12
68
7

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

Portions of RGB colors in percentages

R + G + B =
12 + 68 + 7 = 87 (100%)
R 12 of 87 ~ 13.79%
G 68 of 87 ~ 78.16%
B 7 of 87 ~ 8.05%

%13.79
%78.16

CMYK color model

#0C4407 color CMYK value is (82,0,90,73).

  • cyan value is 82.35%
  • magenta value is 0.00%
  • yellow value is 89.71%
  • key color value is 73.33%
CMYK:
(82,0,90,73)
C82M0Y90K73 
(82%,0%,90%,73%)
(0.82/0.00/0.90/0.73)	

CMYK percentages

%82.35
%0
%89.71
%73.33

Codes

Color #0C4407 in popluar color models

0C4407
RGB12687
HSL115°81.33%14.71%
HSB/HSV115°89.71%26.67%
CMYK82.35%0.00%89.71%
73.33%

Color #0C4407 in popluar number systems.

HEX0C4407
Decimal12687
Binary11001000100111
Octal141047

Shades and tints

Shades of #0C4407

#0C4407
(12,68,7)
#0B3E07
(11,62,7)
#0A3807
(10,56,7)
#093207
(9,50,7)
#082C07
(8,44,7)
#072607
(7,38,7)
#062007
(6,32,7)
#051A07
(5,26,7)
#041407
(4,20,7)
#030E07
(3,14,7)
#020807
(2,8,7)
#000000
(0,0,0)

Tints of #0C4407

#0C4407
(12,68,7)
#22551D
(34,85,29)
#386633
(56,102,51)
#4E7749
(78,119,73)
#64885F
(100,136,95)
#7A9975
(122,153,117)
#90AA8B
(144,170,139)
#A6BBA1
(166,187,161)
#BCCCB7
(188,204,183)
#D2DDCD
(210,221,205)
#E8EEE3
(232,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4407 color. Also use rgb(12,68,7) instead hex code.

Text Font Color

.myTextColor { color: #0C4407; }

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

This text font color is #0C4407.


Background Color

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

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

This div background color is #0C4407.


Border color

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

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

This div border color is #0C4407.


Opacity

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

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

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

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

This text has shadow with #0C4407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4407 on black background.


Color preview on white background

This text has color #0C4407 on white background.



Black color preview on #0C4407 background

This text has black color on #0C4407 background.


White color preview on #0C4407 background

This text has white color on #0C4407 background.