COLOR #0C6E73

HEX: #0C6E73
RGB: (12,110,115)

Color info

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

RGB color model

#0C6E73 color RGB value is (12,110,115).

  • red value is 12;
  • green value is 110;
  • blue value is 115.
RGB:
(12,110,115)
(5%,43%,45%)

RGB channels and saturation

R 12 of 255 = 5%
G 110 of 255 = 43%
B 115 of 255 = 45%

12
110
115

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

Portions of RGB colors in percentages

R + G + B =
12 + 110 + 115 = 237 (100%)
R 12 of 237 ~ 5.06%
G 110 of 237 ~ 46.41%
B 115 of 237 ~ 48.52%

%46.41
%48.52

CMYK color model

#0C6E73 color CMYK value is (90,4,0,55).

  • cyan value is 89.57%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(90,4,0,55)
C90M4Y0K55 
(90%,4%,0%,55%)
(0.90/0.04/0.00/0.55)	

CMYK percentages

%89.57
%4.35
%0
%54.9

Codes

Color #0C6E73 in popluar color models

0C6E73
RGB12110115
HSL183°81.10%24.90%
HSB/HSV183°89.57%45.10%
CMYK89.57%4.35%0.00%
54.90%

Color #0C6E73 in popluar number systems.

HEX0C6E73
Decimal12110115
Binary110011011101110011
Octal14156163

Shades and tints

Shades of #0C6E73

#0C6E73
(12,110,115)
#0B6469
(11,100,105)
#0A5A5F
(10,90,95)
#095055
(9,80,85)
#08464B
(8,70,75)
#073C41
(7,60,65)
#063237
(6,50,55)
#05282D
(5,40,45)
#041E23
(4,30,35)
#031419
(3,20,25)
#020A0F
(2,10,15)
#000000
(0,0,0)

Tints of #0C6E73

#0C6E73
(12,110,115)
#227B7F
(34,123,127)
#38888B
(56,136,139)
#4E9597
(78,149,151)
#64A2A3
(100,162,163)
#7AAFAF
(122,175,175)
#90BCBB
(144,188,187)
#A6C9C7
(166,201,199)
#BCD6D3
(188,214,211)
#D2E3DF
(210,227,223)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C6E73; }

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

This text font color is #0C6E73.


Background Color

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

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

This div background color is #0C6E73.


Border color

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

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

This div border color is #0C6E73.


Opacity

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

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

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

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

This text has shadow with #0C6E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C6E73 on black background.


Color preview on white background

This text has color #0C6E73 on white background.



Black color preview on #0C6E73 background

This text has black color on #0C6E73 background.


White color preview on #0C6E73 background

This text has white color on #0C6E73 background.