COLOR #0C9369

HEX: #0C9369
RGB: (12,147,105)

Color info

#0C9369 contains mainly green and blue colors. Web safe color of #0C9369 is #009966 (or #096).

RGB color model

#0C9369 color RGB value is (12,147,105).

  • red value is 12;
  • green value is 147;
  • blue value is 105.
RGB:
(12,147,105)
(5%,58%,41%)

RGB channels and saturation

R 12 of 255 = 5%
G 147 of 255 = 58%
B 105 of 255 = 41%

12
147
105

R + G + B ~ 35%. #0C9369 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 147 + 105 = 264 (100%)
R 12 of 264 ~ 4.55%
G 147 of 264 ~ 55.68%
B 105 of 264 ~ 39.77%

%55.68
%39.77

CMYK color model

#0C9369 color CMYK value is (92,0,29,42).

  • cyan value is 91.84%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 42.35%
CMYK:
(92,0,29,42)
C92M0Y29K42 
(92%,0%,29%,42%)
(0.92/0.00/0.29/0.42)	

CMYK percentages

%91.84
%0
%28.57
%42.35

Codes

Color #0C9369 in popluar color models

0C9369
RGB12147105
HSL161°84.91%31.18%
HSB/HSV161°91.84%57.65%
CMYK91.84%0.00%28.57%
42.35%

Color #0C9369 in popluar number systems.

HEX0C9369
Decimal12147105
Binary1100100100111101001
Octal14223151

Shades and tints

Shades of #0C9369

#0C9369
(12,147,105)
#0B8660
(11,134,96)
#0A7957
(10,121,87)
#096C4E
(9,108,78)
#085F45
(8,95,69)
#07523C
(7,82,60)
#064533
(6,69,51)
#05382A
(5,56,42)
#042B21
(4,43,33)
#031E18
(3,30,24)
#02110F
(2,17,15)
#000000
(0,0,0)

Tints of #0C9369

#0C9369
(12,147,105)
#229C76
(34,156,118)
#38A583
(56,165,131)
#4EAE90
(78,174,144)
#64B79D
(100,183,157)
#7AC0AA
(122,192,170)
#90C9B7
(144,201,183)
#A6D2C4
(166,210,196)
#BCDBD1
(188,219,209)
#D2E4DE
(210,228,222)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C9369 color. Also use rgb(12,147,105) instead hex code.

Text Font Color

.myTextColor { color: #0C9369; }

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

This text font color is #0C9369.


Background Color

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

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

This div background color is #0C9369.


Border color

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

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

This div border color is #0C9369.


Opacity

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

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

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

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

This text has shadow with #0C9369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C9369 on black background.


Color preview on white background

This text has color #0C9369 on white background.



Black color preview on #0C9369 background

This text has black color on #0C9369 background.


White color preview on #0C9369 background

This text has white color on #0C9369 background.