COLOR #0C6D4C

HEX: #0C6D4C
RGB: (12,109,76)

Color info

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

RGB color model

#0C6D4C color RGB value is (12,109,76).

  • red value is 12;
  • green value is 109;
  • blue value is 76.
RGB:
(12,109,76)
(5%,43%,30%)

RGB channels and saturation

R 12 of 255 = 5%
G 109 of 255 = 43%
B 76 of 255 = 30%

12
109
76

R + G + B ~ 26%. #0C6D4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 109 + 76 = 197 (100%)
R 12 of 197 ~ 6.09%
G 109 of 197 ~ 55.33%
B 76 of 197 ~ 38.58%

%55.33
%38.58

CMYK color model

#0C6D4C color CMYK value is (89,0,30,57).

  • cyan value is 88.99%
  • magenta value is 0.00%
  • yellow value is 30.28%
  • key color value is 57.25%
CMYK:
(89,0,30,57)
C89M0Y30K57 
(89%,0%,30%,57%)
(0.89/0.00/0.30/0.57)	

CMYK percentages

%88.99
%0
%30.28
%57.25

Codes

Color #0C6D4C in popluar color models

0C6D4C
RGB1210976
HSL160°80.17%23.73%
HSB/HSV160°88.99%42.75%
CMYK88.99%0.00%30.28%
57.25%

Color #0C6D4C in popluar number systems.

HEX0C6D4C
Decimal1210976
Binary110011011011001100
Octal14155114

Shades and tints

Shades of #0C6D4C

#0C6D4C
(12,109,76)
#0B6446
(11,100,70)
#0A5B40
(10,91,64)
#09523A
(9,82,58)
#084934
(8,73,52)
#07402E
(7,64,46)
#063728
(6,55,40)
#052E22
(5,46,34)
#04251C
(4,37,28)
#031C16
(3,28,22)
#021310
(2,19,16)
#000000
(0,0,0)

Tints of #0C6D4C

#0C6D4C
(12,109,76)
#227A5C
(34,122,92)
#38876C
(56,135,108)
#4E947C
(78,148,124)
#64A18C
(100,161,140)
#7AAE9C
(122,174,156)
#90BBAC
(144,187,172)
#A6C8BC
(166,200,188)
#BCD5CC
(188,213,204)
#D2E2DC
(210,226,220)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C6D4C color. Also use rgb(12,109,76) instead hex code.

Text Font Color

.myTextColor { color: #0C6D4C; }

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

This text font color is #0C6D4C.


Background Color

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

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

This div background color is #0C6D4C.


Border color

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

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

This div border color is #0C6D4C.


Opacity

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

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

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

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

This text has shadow with #0C6D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C6D4C on black background.


Color preview on white background

This text has color #0C6D4C on white background.



Black color preview on #0C6D4C background

This text has black color on #0C6D4C background.


White color preview on #0C6D4C background

This text has white color on #0C6D4C background.