COLOR #0C6A32

HEX: #0C6A32
RGB: (12,106,50)

Color info

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

RGB color model

#0C6A32 color RGB value is (12,106,50).

  • red value is 12;
  • green value is 106;
  • blue value is 50.
RGB:
(12,106,50)
(5%,42%,20%)

RGB channels and saturation

R 12 of 255 = 5%
G 106 of 255 = 42%
B 50 of 255 = 20%

12
106
50

R + G + B ~ 22%. #0C6A32 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 106 + 50 = 168 (100%)
R 12 of 168 ~ 7.14%
G 106 of 168 ~ 63.1%
B 50 of 168 ~ 29.76%

%63.1
%29.76

CMYK color model

#0C6A32 color CMYK value is (89,0,53,58).

  • cyan value is 88.68%
  • magenta value is 0.00%
  • yellow value is 52.83%
  • key color value is 58.43%
CMYK:
(89,0,53,58)
C89M0Y53K58 
(89%,0%,53%,58%)
(0.89/0.00/0.53/0.58)	

CMYK percentages

%88.68
%0
%52.83
%58.43

Codes

Color #0C6A32 in popluar color models

0C6A32
RGB1210650
HSL144°79.66%23.14%
HSB/HSV144°88.68%41.57%
CMYK88.68%0.00%52.83%
58.43%

Color #0C6A32 in popluar number systems.

HEX0C6A32
Decimal1210650
Binary11001101010110010
Octal1415262

Shades and tints

Shades of #0C6A32

#0C6A32
(12,106,50)
#0B612E
(11,97,46)
#0A582A
(10,88,42)
#094F26
(9,79,38)
#084622
(8,70,34)
#073D1E
(7,61,30)
#06341A
(6,52,26)
#052B16
(5,43,22)
#042212
(4,34,18)
#03190E
(3,25,14)
#02100A
(2,16,10)
#000000
(0,0,0)

Tints of #0C6A32

#0C6A32
(12,106,50)
#227744
(34,119,68)
#388456
(56,132,86)
#4E9168
(78,145,104)
#649E7A
(100,158,122)
#7AAB8C
(122,171,140)
#90B89E
(144,184,158)
#A6C5B0
(166,197,176)
#BCD2C2
(188,210,194)
#D2DFD4
(210,223,212)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C6A32 color. Also use rgb(12,106,50) instead hex code.

Text Font Color

.myTextColor { color: #0C6A32; }

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

This text font color is #0C6A32.


Background Color

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

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

This div background color is #0C6A32.


Border color

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

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

This div border color is #0C6A32.


Opacity

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

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

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

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

This text has shadow with #0C6A32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C6A32 on black background.


Color preview on white background

This text has color #0C6A32 on white background.



Black color preview on #0C6A32 background

This text has black color on #0C6A32 background.


White color preview on #0C6A32 background

This text has white color on #0C6A32 background.