COLOR #0C5F6B

HEX: #0C5F6B
RGB: (12,95,107)

Color info

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

RGB color model

#0C5F6B color RGB value is (12,95,107).

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

RGB channels and saturation

R 12 of 255 = 5%
G 95 of 255 = 37%
B 107 of 255 = 42%

12
95
107

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

Portions of RGB colors in percentages

R + G + B =
12 + 95 + 107 = 214 (100%)
R 12 of 214 ~ 5.61%
G 95 of 214 ~ 44.39%
B 107 of 214 ~ 50%

%44.39
%50

CMYK color model

#0C5F6B color CMYK value is (89,11,0,58).

  • cyan value is 88.79%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(89,11,0,58)
C89M11Y0K58 
(89%,11%,0%,58%)
(0.89/0.11/0.00/0.58)	

CMYK percentages

%88.79
%11.21
%0
%58.04

Codes

Color #0C5F6B in popluar color models

0C5F6B
RGB1295107
HSL188°79.83%23.33%
HSB/HSV188°88.79%41.96%
CMYK88.79%11.21%0.00%
58.04%

Color #0C5F6B in popluar number systems.

HEX0C5F6B
Decimal1295107
Binary110010111111101011
Octal14137153

Shades and tints

Shades of #0C5F6B

#0C5F6B
(12,95,107)
#0B5762
(11,87,98)
#0A4F59
(10,79,89)
#094750
(9,71,80)
#083F47
(8,63,71)
#07373E
(7,55,62)
#062F35
(6,47,53)
#05272C
(5,39,44)
#041F23
(4,31,35)
#03171A
(3,23,26)
#020F11
(2,15,17)
#000000
(0,0,0)

Tints of #0C5F6B

#0C5F6B
(12,95,107)
#226D78
(34,109,120)
#387B85
(56,123,133)
#4E8992
(78,137,146)
#64979F
(100,151,159)
#7AA5AC
(122,165,172)
#90B3B9
(144,179,185)
#A6C1C6
(166,193,198)
#BCCFD3
(188,207,211)
#D2DDE0
(210,221,224)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C5F6B; }

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

This text font color is #0C5F6B.


Background Color

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

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

This div background color is #0C5F6B.


Border color

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

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

This div border color is #0C5F6B.


Opacity

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

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

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

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

This text has shadow with #0C5F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5F6B on black background.


Color preview on white background

This text has color #0C5F6B on white background.



Black color preview on #0C5F6B background

This text has black color on #0C5F6B background.


White color preview on #0C5F6B background

This text has white color on #0C5F6B background.