COLOR #0C8386

HEX: #0C8386
RGB: (12,131,134)

Color info

#0C8386 contains mainly green and blue colors. Web safe color of #0C8386 is #009999 (or #099).

RGB color model

#0C8386 color RGB value is (12,131,134).

  • red value is 12;
  • green value is 131;
  • blue value is 134.
RGB:
(12,131,134)
(5%,51%,53%)

RGB channels and saturation

R 12 of 255 = 5%
G 131 of 255 = 51%
B 134 of 255 = 53%

12
131
134

R + G + B ~ 36%. #0C8386 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 131 + 134 = 277 (100%)
R 12 of 277 ~ 4.33%
G 131 of 277 ~ 47.29%
B 134 of 277 ~ 48.38%

%47.29
%48.38

CMYK color model

#0C8386 color CMYK value is (91,2,0,47).

  • cyan value is 91.04%
  • magenta value is 2.24%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(91,2,0,47)
C91M2Y0K47 
(91%,2%,0%,47%)
(0.91/0.02/0.00/0.47)	

CMYK percentages

%91.04
%2.24
%0
%47.45

Codes

Color #0C8386 in popluar color models

0C8386
RGB12131134
HSL181°83.56%28.63%
HSB/HSV181°91.04%52.55%
CMYK91.04%2.24%0.00%
47.45%

Color #0C8386 in popluar number systems.

HEX0C8386
Decimal12131134
Binary11001000001110000110
Octal14203206

Shades and tints

Shades of #0C8386

#0C8386
(12,131,134)
#0B787A
(11,120,122)
#0A6D6E
(10,109,110)
#096262
(9,98,98)
#085756
(8,87,86)
#074C4A
(7,76,74)
#06413E
(6,65,62)
#053632
(5,54,50)
#042B26
(4,43,38)
#03201A
(3,32,26)
#02150E
(2,21,14)
#000000
(0,0,0)

Tints of #0C8386

#0C8386
(12,131,134)
#228E91
(34,142,145)
#38999C
(56,153,156)
#4EA4A7
(78,164,167)
#64AFB2
(100,175,178)
#7ABABD
(122,186,189)
#90C5C8
(144,197,200)
#A6D0D3
(166,208,211)
#BCDBDE
(188,219,222)
#D2E6E9
(210,230,233)
#E8F1F4
(232,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C8386; }

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

This text font color is #0C8386.


Background Color

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

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

This div background color is #0C8386.


Border color

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

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

This div border color is #0C8386.


Opacity

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

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

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

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

This text has shadow with #0C8386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C8386 on black background.


Color preview on white background

This text has color #0C8386 on white background.



Black color preview on #0C8386 background

This text has black color on #0C8386 background.


White color preview on #0C8386 background

This text has white color on #0C8386 background.