COLOR #0C9648

HEX: #0C9648
RGB: (12,150,72)

Color info

#0C9648 contains mainly green color. Web safe color of #0C9648 is #009933 (or #093).

RGB color model

#0C9648 color RGB value is (12,150,72).

  • red value is 12;
  • green value is 150;
  • blue value is 72.
RGB:
(12,150,72)
(5%,59%,28%)

RGB channels and saturation

R 12 of 255 = 5%
G 150 of 255 = 59%
B 72 of 255 = 28%

12
150
72

R + G + B ~ 31%. #0C9648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 150 + 72 = 234 (100%)
R 12 of 234 ~ 5.13%
G 150 of 234 ~ 64.1%
B 72 of 234 ~ 30.77%

%64.1
%30.77

CMYK color model

#0C9648 color CMYK value is (92,0,52,41).

  • cyan value is 92.00%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 41.18%
CMYK:
(92,0,52,41)
C92M0Y52K41 
(92%,0%,52%,41%)
(0.92/0.00/0.52/0.41)	

CMYK percentages

%92
%0
%52
%41.18

Codes

Color #0C9648 in popluar color models

0C9648
RGB1215072
HSL146°85.19%31.76%
HSB/HSV146°92.00%58.82%
CMYK92.00%0.00%52.00%
41.18%

Color #0C9648 in popluar number systems.

HEX0C9648
Decimal1215072
Binary1100100101101001000
Octal14226110

Shades and tints

Shades of #0C9648

#0C9648
(12,150,72)
#0B8942
(11,137,66)
#0A7C3C
(10,124,60)
#096F36
(9,111,54)
#086230
(8,98,48)
#07552A
(7,85,42)
#064824
(6,72,36)
#053B1E
(5,59,30)
#042E18
(4,46,24)
#032112
(3,33,18)
#02140C
(2,20,12)
#000000
(0,0,0)

Tints of #0C9648

#0C9648
(12,150,72)
#229F58
(34,159,88)
#38A868
(56,168,104)
#4EB178
(78,177,120)
#64BA88
(100,186,136)
#7AC398
(122,195,152)
#90CCA8
(144,204,168)
#A6D5B8
(166,213,184)
#BCDEC8
(188,222,200)
#D2E7D8
(210,231,216)
#E8F0E8
(232,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C9648 color. Also use rgb(12,150,72) instead hex code.

Text Font Color

.myTextColor { color: #0C9648; }

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

This text font color is #0C9648.


Background Color

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

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

This div background color is #0C9648.


Border color

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

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

This div border color is #0C9648.


Opacity

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

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

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

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

This text has shadow with #0C9648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C9648 on black background.


Color preview on white background

This text has color #0C9648 on white background.



Black color preview on #0C9648 background

This text has black color on #0C9648 background.


White color preview on #0C9648 background

This text has white color on #0C9648 background.