COLOR #0C4714

HEX: #0C4714 RGB: (12,71,20)

Color info

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

RGB color model

#0C4714 color RGB value is (12,71,20).

RGB: (12,71,20) (5%, 28%, 8%)

RGB channels and saturation

R 12 of 255 = 5%
G 71 of 255 = 28%
B 20 of 255 = 8%

12
71
20

R + G + B ~ 14%. #0C4714 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 71 + 20 = 103 (100%)
R 12 of 103 ~ 11.65%
G 71 of 103 ~ 68.93%
B 20 of 103 ~ 19.42'%

%11.65
%68.93
%19.42

CMYK color model

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

  • cyan value is 83.10%
  • magenta value is 0.00%
  • yellow value is 71.83%
  • key color value is 72.16%

CMYK: (83,0,72,72)
C83M0Y72K72 (83%, 0%, 72%, 72%)
(0.83 / 0.00 / 0.72 / 0.72)

CMYK percentages

%83.1
%0
%71.83
%72.16

Codes

Color #0C4714 in popluar color models

0C 47 14
RGB 12 71 20
HSL 128° 71.08% 16.27%
HSB/HSV 128° 83.10% 27.84%
CMYK 83.10% 0.00% 71.83%
72.16%

Color #0C4714 in popluar number systems.

HEX 0C 47 14
Decimal 12 71 20
Binary 1100 1000111 10100
Octal 14 107 24

Shades and tints

Shades of #0C4714

#0C4714
(12,71,20)
#0B4113
(11,65,19)
#0A3B12
(10,59,18)
#093511
(9,53,17)
#082F10
(8,47,16)
#07290F
(7,41,15)
#06230E
(6,35,14)
#051D0D
(5,29,13)
#04170C
(4,23,12)
#03110B
(3,17,11)
#020B0A
(2,11,10)
#000000
(0,0,0)

Tints of #0C4714

#0C4714
(12,71,20)
#225729
(34,87,41)
#38673E
(56,103,62)
#4E7753
(78,119,83)
#648768
(100,135,104)
#7A977D
(122,151,125)
#90A792
(144,167,146)
#A6B7A7
(166,183,167)
#BCC7BC
(188,199,188)
#D2D7D1
(210,215,209)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C4714; }

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

This text font color is #0C4714.

Background Color

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

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

This div background color is #0C4714.

Border color

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

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

This div border color is #0C4714.

Opacity

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

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

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

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

This text has shadow with #0C4714 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C4714.

Preview

Color preview on black background

This text has color #0C4714 on black background.


Color preview on white background

This text has color #0C4714 on white background.


Black color preview on #0C4714 background

This text has black color on #0C4714 background.


White color preview on #0C4714 background

This text has white color on #0C4714 background.


Related colors

Complementary color

Complementary color for #hex is #F3B8EB.


I love getcolorcode.com

Triadic colors

1 #140C47 and #47140C with #0C4714 are triadic colors.

2 #14470C and #470C14 with #0C4714 are triadic colors.