COLOR #0C616B

HEX: #0C616B
RGB: (12,97,107)

Color info

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

RGB color model

#0C616B color RGB value is (12,97,107).

  • red value is 12;
  • green value is 97;
  • blue value is 107.
RGB:
(12,97,107)
(5%,38%,42%)

RGB channels and saturation

R 12 of 255 = 5%
G 97 of 255 = 38%
B 107 of 255 = 42%

12
97
107

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

Portions of RGB colors in percentages

R + G + B =
12 + 97 + 107 = 216 (100%)
R 12 of 216 ~ 5.56%
G 97 of 216 ~ 44.91%
B 107 of 216 ~ 49.54%

%44.91
%49.54

CMYK color model

#0C616B color CMYK value is (89,9,0,58).

  • cyan value is 88.79%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(89,9,0,58)
C89M9Y0K58 
(89%,9%,0%,58%)
(0.89/0.09/0.00/0.58)	

CMYK percentages

%88.79
%9.35
%0
%58.04

Codes

Color #0C616B in popluar color models

0C616B
RGB1297107
HSL186°79.83%23.33%
HSB/HSV186°88.79%41.96%
CMYK88.79%9.35%0.00%
58.04%

Color #0C616B in popluar number systems.

HEX0C616B
Decimal1297107
Binary110011000011101011
Octal14141153

Shades and tints

Shades of #0C616B

#0C616B
(12,97,107)
#0B5962
(11,89,98)
#0A5159
(10,81,89)
#094950
(9,73,80)
#084147
(8,65,71)
#07393E
(7,57,62)
#063135
(6,49,53)
#05292C
(5,41,44)
#042123
(4,33,35)
#03191A
(3,25,26)
#021111
(2,17,17)
#000000
(0,0,0)

Tints of #0C616B

#0C616B
(12,97,107)
#226F78
(34,111,120)
#387D85
(56,125,133)
#4E8B92
(78,139,146)
#64999F
(100,153,159)
#7AA7AC
(122,167,172)
#90B5B9
(144,181,185)
#A6C3C6
(166,195,198)
#BCD1D3
(188,209,211)
#D2DFE0
(210,223,224)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C616B; }

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

This text font color is #0C616B.


Background Color

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

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

This div background color is #0C616B.


Border color

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

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

This div border color is #0C616B.


Opacity

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

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

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

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

This text has shadow with #0C616B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C616B on black background.


Color preview on white background

This text has color #0C616B on white background.



Black color preview on #0C616B background

This text has black color on #0C616B background.


White color preview on #0C616B background

This text has white color on #0C616B background.