COLOR #0C612B

HEX: #0C612B
RGB: (12,97,43)

Color info

#0C612B contains mainly green and blue colors. Web safe color of #0C612B is #006633 (or #063).

RGB color model

#0C612B color RGB value is (12,97,43).

  • red value is 12;
  • green value is 97;
  • blue value is 43.
RGB:
(12,97,43)
(5%,38%,17%)

RGB channels and saturation

R 12 of 255 = 5%
G 97 of 255 = 38%
B 43 of 255 = 17%

12
97
43

R + G + B ~ 20%. #0C612B is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 97 + 43 = 152 (100%)
R 12 of 152 ~ 7.89%
G 97 of 152 ~ 63.82%
B 43 of 152 ~ 28.29%

%63.82
%28.29

CMYK color model

#0C612B color CMYK value is (88,0,56,62).

  • cyan value is 87.63%
  • magenta value is 0.00%
  • yellow value is 55.67%
  • key color value is 61.96%
CMYK:
(88,0,56,62)
C88M0Y56K62 
(88%,0%,56%,62%)
(0.88/0.00/0.56/0.62)	

CMYK percentages

%87.63
%0
%55.67
%61.96

Codes

Color #0C612B in popluar color models

0C612B
RGB129743
HSL142°77.98%21.37%
HSB/HSV142°87.63%38.04%
CMYK87.63%0.00%55.67%
61.96%

Color #0C612B in popluar number systems.

HEX0C612B
Decimal129743
Binary11001100001101011
Octal1414153

Shades and tints

Shades of #0C612B

#0C612B
(12,97,43)
#0B5928
(11,89,40)
#0A5125
(10,81,37)
#094922
(9,73,34)
#08411F
(8,65,31)
#07391C
(7,57,28)
#063119
(6,49,25)
#052916
(5,41,22)
#042113
(4,33,19)
#031910
(3,25,16)
#02110D
(2,17,13)
#000000
(0,0,0)

Tints of #0C612B

#0C612B
(12,97,43)
#226F3E
(34,111,62)
#387D51
(56,125,81)
#4E8B64
(78,139,100)
#649977
(100,153,119)
#7AA78A
(122,167,138)
#90B59D
(144,181,157)
#A6C3B0
(166,195,176)
#BCD1C3
(188,209,195)
#D2DFD6
(210,223,214)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C612B color. Also use rgb(12,97,43) instead hex code.

Text Font Color

.myTextColor { color: #0C612B; }

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

This text font color is #0C612B.


Background Color

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

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

This div background color is #0C612B.


Border color

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

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

This div border color is #0C612B.


Opacity

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

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

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

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

This text has shadow with #0C612B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C612B on black background.


Color preview on white background

This text has color #0C612B on white background.



Black color preview on #0C612B background

This text has black color on #0C612B background.


White color preview on #0C612B background

This text has white color on #0C612B background.