COLOR #0C4727

HEX: #0C4727
RGB: (12,71,39)

Color info

#0C4727 contains red, green and blue colors in about the same proportion. Web safe color of #0C4727 is #003333 (or #033).

RGB color model

#0C4727 color RGB value is (12,71,39).

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

RGB channels and saturation

R 12 of 255 = 5%
G 71 of 255 = 28%
B 39 of 255 = 15%

12
71
39

R + G + B ~ 16%. #0C4727 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 71 + 39 = 122 (100%)
R 12 of 122 ~ 9.84%
G 71 of 122 ~ 58.2%
B 39 of 122 ~ 31.97%

%9.84
%58.2
%31.97

CMYK color model

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

  • cyan value is 83.10%
  • magenta value is 0.00%
  • yellow value is 45.07%
  • key color value is 72.16%
CMYK:
(83,0,45,72)
C83M0Y45K72 
(83%,0%,45%,72%)
(0.83/0.00/0.45/0.72)	

CMYK percentages

%83.1
%0
%45.07
%72.16

Codes

Color #0C4727 in popluar color models

0C4727
RGB127139
HSL147°71.08%16.27%
HSB/HSV147°83.10%27.84%
CMYK83.10%0.00%45.07%
72.16%

Color #0C4727 in popluar number systems.

HEX0C4727
Decimal127139
Binary11001000111100111
Octal1410747

Shades and tints

Shades of #0C4727

#0C4727
(12,71,39)
#0B4124
(11,65,36)
#0A3B21
(10,59,33)
#09351E
(9,53,30)
#082F1B
(8,47,27)
#072918
(7,41,24)
#062315
(6,35,21)
#051D12
(5,29,18)
#04170F
(4,23,15)
#03110C
(3,17,12)
#020B09
(2,11,9)
#000000
(0,0,0)

Tints of #0C4727

#0C4727
(12,71,39)
#22573A
(34,87,58)
#38674D
(56,103,77)
#4E7760
(78,119,96)
#648773
(100,135,115)
#7A9786
(122,151,134)
#90A799
(144,167,153)
#A6B7AC
(166,183,172)
#BCC7BF
(188,199,191)
#D2D7D2
(210,215,210)
#E8E7E5
(232,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C4727; }

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

This text font color is #0C4727.


Background Color

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

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

This div background color is #0C4727.


Border color

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

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

This div border color is #0C4727.


Opacity

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

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

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

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

This text has shadow with #0C4727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4727 on black background.


Color preview on white background

This text has color #0C4727 on white background.



Black color preview on #0C4727 background

This text has black color on #0C4727 background.


White color preview on #0C4727 background

This text has white color on #0C4727 background.