COLOR #0C8284

HEX: #0C8284
RGB: (12,130,132)

Color info

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

RGB color model

#0C8284 color RGB value is (12,130,132).

  • red value is 12;
  • green value is 130;
  • blue value is 132.
RGB:
(12,130,132)
(5%,51%,52%)

RGB channels and saturation

R 12 of 255 = 5%
G 130 of 255 = 51%
B 132 of 255 = 52%

12
130
132

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

Portions of RGB colors in percentages

R + G + B =
12 + 130 + 132 = 274 (100%)
R 12 of 274 ~ 4.38%
G 130 of 274 ~ 47.45%
B 132 of 274 ~ 48.18%

%47.45
%48.18

CMYK color model

#0C8284 color CMYK value is (91,2,0,48).

  • cyan value is 90.91%
  • magenta value is 1.52%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(91,2,0,48)
C91M2Y0K48 
(91%,2%,0%,48%)
(0.91/0.02/0.00/0.48)	

CMYK percentages

%90.91
%1.52
%0
%48.24

Codes

Color #0C8284 in popluar color models

0C8284
RGB12130132
HSL181°83.33%28.24%
HSB/HSV181°90.91%51.76%
CMYK90.91%1.52%0.00%
48.24%

Color #0C8284 in popluar number systems.

HEX0C8284
Decimal12130132
Binary11001000001010000100
Octal14202204

Shades and tints

Shades of #0C8284

#0C8284
(12,130,132)
#0B7778
(11,119,120)
#0A6C6C
(10,108,108)
#096160
(9,97,96)
#085654
(8,86,84)
#074B48
(7,75,72)
#06403C
(6,64,60)
#053530
(5,53,48)
#042A24
(4,42,36)
#031F18
(3,31,24)
#02140C
(2,20,12)
#000000
(0,0,0)

Tints of #0C8284

#0C8284
(12,130,132)
#228D8F
(34,141,143)
#38989A
(56,152,154)
#4EA3A5
(78,163,165)
#64AEB0
(100,174,176)
#7AB9BB
(122,185,187)
#90C4C6
(144,196,198)
#A6CFD1
(166,207,209)
#BCDADC
(188,218,220)
#D2E5E7
(210,229,231)
#E8F0F2
(232,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C8284 color. Also use rgb(12,130,132) instead hex code.

Text Font Color

.myTextColor { color: #0C8284; }

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

This text font color is #0C8284.


Background Color

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

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

This div background color is #0C8284.


Border color

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

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

This div border color is #0C8284.


Opacity

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

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

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

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

This text has shadow with #0C8284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C8284 on black background.


Color preview on white background

This text has color #0C8284 on white background.



Black color preview on #0C8284 background

This text has black color on #0C8284 background.


White color preview on #0C8284 background

This text has white color on #0C8284 background.