COLOR #0C6363

HEX: #0C6363
RGB: (12,99,99)

Color info

#0C6363 contains mainly green and blue colors. Web safe color of #0C6363 is #006666 (or #066).

RGB color model

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

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

RGB channels and saturation

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

12
99
99

R + G + B ~ 28%. #0C6363 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 99 + 99 = 210 (100%)
R 12 of 210 ~ 5.71%
G 99 of 210 ~ 47.14%
B 99 of 210 ~ 47.14%

%47.14
%47.14

CMYK color model

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

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

CMYK percentages

%87.88
%0
%0
%61.18

Codes

Color #0C6363 in popluar color models

0C6363
RGB129999
HSL180°78.38%21.76%
HSB/HSV180°87.88%38.82%
CMYK87.88%0.00%0.00%
61.18%

Color #0C6363 in popluar number systems.

HEX0C6363
Decimal129999
Binary110011000111100011
Octal14143143

Shades and tints

Shades of #0C6363

#0C6363
(12,99,99)
#0B5A5A
(11,90,90)
#0A5151
(10,81,81)
#094848
(9,72,72)
#083F3F
(8,63,63)
#073636
(7,54,54)
#062D2D
(6,45,45)
#052424
(5,36,36)
#041B1B
(4,27,27)
#031212
(3,18,18)
#020909
(2,9,9)
#000000
(0,0,0)

Tints of #0C6363

#0C6363
(12,99,99)
#227171
(34,113,113)
#387F7F
(56,127,127)
#4E8D8D
(78,141,141)
#649B9B
(100,155,155)
#7AA9A9
(122,169,169)
#90B7B7
(144,183,183)
#A6C5C5
(166,197,197)
#BCD3D3
(188,211,211)
#D2E1E1
(210,225,225)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C6363; }

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

This text font color is #0C6363.


Background Color

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

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

This div background color is #0C6363.


Border color

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

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

This div border color is #0C6363.


Opacity

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

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

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

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

This text has shadow with #0C6363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C6363 on black background.


Color preview on white background

This text has color #0C6363 on white background.



Black color preview on #0C6363 background

This text has black color on #0C6363 background.


White color preview on #0C6363 background

This text has white color on #0C6363 background.