COLOR #0C5B68

HEX: #0C5B68
RGB: (12,91,104)

Color info

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

RGB color model

#0C5B68 color RGB value is (12,91,104).

  • red value is 12;
  • green value is 91;
  • blue value is 104.
RGB:
(12,91,104)
(5%,36%,41%)

RGB channels and saturation

R 12 of 255 = 5%
G 91 of 255 = 36%
B 104 of 255 = 41%

12
91
104

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

Portions of RGB colors in percentages

R + G + B =
12 + 91 + 104 = 207 (100%)
R 12 of 207 ~ 5.8%
G 91 of 207 ~ 43.96%
B 104 of 207 ~ 50.24%

%43.96
%50.24

CMYK color model

#0C5B68 color CMYK value is (88,13,0,59).

  • cyan value is 88.46%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(88,13,0,59)
C88M13Y0K59 
(88%,13%,0%,59%)
(0.88/0.13/0.00/0.59)	

CMYK percentages

%88.46
%12.5
%0
%59.22

Codes

Color #0C5B68 in popluar color models

0C5B68
RGB1291104
HSL188°79.31%22.75%
HSB/HSV188°88.46%40.78%
CMYK88.46%12.50%0.00%
59.22%

Color #0C5B68 in popluar number systems.

HEX0C5B68
Decimal1291104
Binary110010110111101000
Octal14133150

Shades and tints

Shades of #0C5B68

#0C5B68
(12,91,104)
#0B535F
(11,83,95)
#0A4B56
(10,75,86)
#09434D
(9,67,77)
#083B44
(8,59,68)
#07333B
(7,51,59)
#062B32
(6,43,50)
#052329
(5,35,41)
#041B20
(4,27,32)
#031317
(3,19,23)
#020B0E
(2,11,14)
#000000
(0,0,0)

Tints of #0C5B68

#0C5B68
(12,91,104)
#226975
(34,105,117)
#387782
(56,119,130)
#4E858F
(78,133,143)
#64939C
(100,147,156)
#7AA1A9
(122,161,169)
#90AFB6
(144,175,182)
#A6BDC3
(166,189,195)
#BCCBD0
(188,203,208)
#D2D9DD
(210,217,221)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C5B68 color. Also use rgb(12,91,104) instead hex code.

Text Font Color

.myTextColor { color: #0C5B68; }

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

This text font color is #0C5B68.


Background Color

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

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

This div background color is #0C5B68.


Border color

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

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

This div border color is #0C5B68.


Opacity

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

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

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

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

This text has shadow with #0C5B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5B68 on black background.


Color preview on white background

This text has color #0C5B68 on white background.



Black color preview on #0C5B68 background

This text has black color on #0C5B68 background.


White color preview on #0C5B68 background

This text has white color on #0C5B68 background.