COLOR #0C6264

HEX: #0C6264
RGB: (12,98,100)

Color info

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

RGB color model

#0C6264 color RGB value is (12,98,100).

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

RGB channels and saturation

R 12 of 255 = 5%
G 98 of 255 = 38%
B 100 of 255 = 39%

12
98
100

R + G + B ~ 27%. #0C6264 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 98 + 100 = 210 (100%)
R 12 of 210 ~ 5.71%
G 98 of 210 ~ 46.67%
B 100 of 210 ~ 47.62%

%46.67
%47.62

CMYK color model

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

  • cyan value is 88.00%
  • magenta value is 2.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(88,2,0,61)
C88M2Y0K61 
(88%,2%,0%,61%)
(0.88/0.02/0.00/0.61)	

CMYK percentages

%88
%2
%0
%60.78

Codes

Color #0C6264 in popluar color models

0C6264
RGB1298100
HSL181°78.57%21.96%
HSB/HSV181°88.00%39.22%
CMYK88.00%2.00%0.00%
60.78%

Color #0C6264 in popluar number systems.

HEX0C6264
Decimal1298100
Binary110011000101100100
Octal14142144

Shades and tints

Shades of #0C6264

#0C6264
(12,98,100)
#0B5A5B
(11,90,91)
#0A5252
(10,82,82)
#094A49
(9,74,73)
#084240
(8,66,64)
#073A37
(7,58,55)
#06322E
(6,50,46)
#052A25
(5,42,37)
#04221C
(4,34,28)
#031A13
(3,26,19)
#02120A
(2,18,10)
#000000
(0,0,0)

Tints of #0C6264

#0C6264
(12,98,100)
#227072
(34,112,114)
#387E80
(56,126,128)
#4E8C8E
(78,140,142)
#649A9C
(100,154,156)
#7AA8AA
(122,168,170)
#90B6B8
(144,182,184)
#A6C4C6
(166,196,198)
#BCD2D4
(188,210,212)
#D2E0E2
(210,224,226)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C6264; }

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

This text font color is #0C6264.


Background Color

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

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

This div background color is #0C6264.


Border color

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

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

This div border color is #0C6264.


Opacity

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

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

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

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

This text has shadow with #0C6264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C6264 on black background.


Color preview on white background

This text has color #0C6264 on white background.



Black color preview on #0C6264 background

This text has black color on #0C6264 background.


White color preview on #0C6264 background

This text has white color on #0C6264 background.