COLOR #0C6344

HEX: #0C6344
RGB: (12,99,68)

Color info

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

RGB color model

#0C6344 color RGB value is (12,99,68).

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

RGB channels and saturation

R 12 of 255 = 5%
G 99 of 255 = 39%
B 68 of 255 = 27%

12
99
68

R + G + B ~ 24%. #0C6344 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 99 + 68 = 179 (100%)
R 12 of 179 ~ 6.7%
G 99 of 179 ~ 55.31%
B 68 of 179 ~ 37.99%

%55.31
%37.99

CMYK color model

#0C6344 color CMYK value is (88,0,31,61).

  • cyan value is 87.88%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 61.18%
CMYK:
(88,0,31,61)
C88M0Y31K61 
(88%,0%,31%,61%)
(0.88/0.00/0.31/0.61)	

CMYK percentages

%87.88
%0
%31.31
%61.18

Codes

Color #0C6344 in popluar color models

0C6344
RGB129968
HSL159°78.38%21.76%
HSB/HSV159°87.88%38.82%
CMYK87.88%0.00%31.31%
61.18%

Color #0C6344 in popluar number systems.

HEX0C6344
Decimal129968
Binary110011000111000100
Octal14143104

Shades and tints

Shades of #0C6344

#0C6344
(12,99,68)
#0B5A3E
(11,90,62)
#0A5138
(10,81,56)
#094832
(9,72,50)
#083F2C
(8,63,44)
#073626
(7,54,38)
#062D20
(6,45,32)
#05241A
(5,36,26)
#041B14
(4,27,20)
#03120E
(3,18,14)
#020908
(2,9,8)
#000000
(0,0,0)

Tints of #0C6344

#0C6344
(12,99,68)
#227155
(34,113,85)
#387F66
(56,127,102)
#4E8D77
(78,141,119)
#649B88
(100,155,136)
#7AA999
(122,169,153)
#90B7AA
(144,183,170)
#A6C5BB
(166,197,187)
#BCD3CC
(188,211,204)
#D2E1DD
(210,225,221)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C6344; }

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

This text font color is #0C6344.


Background Color

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

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

This div background color is #0C6344.


Border color

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

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

This div border color is #0C6344.


Opacity

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

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

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

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

This text has shadow with #0C6344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C6344 on black background.


Color preview on white background

This text has color #0C6344 on white background.



Black color preview on #0C6344 background

This text has black color on #0C6344 background.


White color preview on #0C6344 background

This text has white color on #0C6344 background.