COLOR #0C6462

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

12
100
98

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

Portions of RGB colors in percentages

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

%47.62
%46.67

CMYK color model

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

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

CMYK percentages

%88
%0
%2
%60.78

Codes

Color #0C6462 in popluar color models

0C6462
RGB1210098
HSL179°78.57%21.96%
HSB/HSV179°88.00%39.22%
CMYK88.00%0.00%2.00%
60.78%

Color #0C6462 in popluar number systems.

HEX0C6462
Decimal1210098
Binary110011001001100010
Octal14144142

Shades and tints

Shades of #0C6462

#0C6462
(12,100,98)
#0B5B5A
(11,91,90)
#0A5252
(10,82,82)
#09494A
(9,73,74)
#084042
(8,64,66)
#07373A
(7,55,58)
#062E32
(6,46,50)
#05252A
(5,37,42)
#041C22
(4,28,34)
#03131A
(3,19,26)
#020A12
(2,10,18)
#000000
(0,0,0)

Tints of #0C6462

#0C6462
(12,100,98)
#227270
(34,114,112)
#38807E
(56,128,126)
#4E8E8C
(78,142,140)
#649C9A
(100,156,154)
#7AAAA8
(122,170,168)
#90B8B6
(144,184,182)
#A6C6C4
(166,198,196)
#BCD4D2
(188,212,210)
#D2E2E0
(210,226,224)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C6462; }

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

This text font color is #0C6462.


Background Color

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

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

This div background color is #0C6462.


Border color

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

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

This div border color is #0C6462.


Opacity

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

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

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

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

This text has shadow with #0C6462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C6462 on black background.


Color preview on white background

This text has color #0C6462 on white background.



Black color preview on #0C6462 background

This text has black color on #0C6462 background.


White color preview on #0C6462 background

This text has white color on #0C6462 background.