COLOR #0C4706

HEX: #0C4706
RGB: (12,71,6)

Color info

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

RGB color model

#0C4706 color RGB value is (12,71,6).

  • red value is 12;
  • green value is 71;
  • blue value is 6.
RGB:
(12,71,6)
(5%,28%,2%)

RGB channels and saturation

R 12 of 255 = 5%
G 71 of 255 = 28%
B 6 of 255 = 2%

12
71
6

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

Portions of RGB colors in percentages

R + G + B =
12 + 71 + 6 = 89 (100%)
R 12 of 89 ~ 13.48%
G 71 of 89 ~ 79.78%
B 6 of 89 ~ 6.74%

%13.48
%79.78

CMYK color model

#0C4706 color CMYK value is (83,0,92,72).

  • cyan value is 83.10%
  • magenta value is 0.00%
  • yellow value is 91.55%
  • key color value is 72.16%
CMYK:
(83,0,92,72)
C83M0Y92K72 
(83%,0%,92%,72%)
(0.83/0.00/0.92/0.72)	

CMYK percentages

%83.1
%0
%91.55
%72.16

Codes

Color #0C4706 in popluar color models

0C4706
RGB12716
HSL114°84.42%15.10%
HSB/HSV114°91.55%27.84%
CMYK83.10%0.00%91.55%
72.16%

Color #0C4706 in popluar number systems.

HEX0C4706
Decimal12716
Binary11001000111110
Octal141076

Shades and tints

Shades of #0C4706

#0C4706
(12,71,6)
#0B4106
(11,65,6)
#0A3B06
(10,59,6)
#093506
(9,53,6)
#082F06
(8,47,6)
#072906
(7,41,6)
#062306
(6,35,6)
#051D06
(5,29,6)
#041706
(4,23,6)
#031106
(3,17,6)
#020B06
(2,11,6)
#000000
(0,0,0)

Tints of #0C4706

#0C4706
(12,71,6)
#22571C
(34,87,28)
#386732
(56,103,50)
#4E7748
(78,119,72)
#64875E
(100,135,94)
#7A9774
(122,151,116)
#90A78A
(144,167,138)
#A6B7A0
(166,183,160)
#BCC7B6
(188,199,182)
#D2D7CC
(210,215,204)
#E8E7E2
(232,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4706 color. Also use rgb(12,71,6) instead hex code.

Text Font Color

.myTextColor { color: #0C4706; }

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

This text font color is #0C4706.


Background Color

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

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

This div background color is #0C4706.


Border color

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

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

This div border color is #0C4706.


Opacity

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

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

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

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

This text has shadow with #0C4706 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4706 on black background.


Color preview on white background

This text has color #0C4706 on white background.



Black color preview on #0C4706 background

This text has black color on #0C4706 background.


White color preview on #0C4706 background

This text has white color on #0C4706 background.