COLOR #0C5560

HEX: #0C5560
RGB: (12,85,96)

Color info

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

RGB color model

#0C5560 color RGB value is (12,85,96).

  • red value is 12;
  • green value is 85;
  • blue value is 96.
RGB:
(12,85,96)
(5%,33%,38%)

RGB channels and saturation

R 12 of 255 = 5%
G 85 of 255 = 33%
B 96 of 255 = 38%

12
85
96

R + G + B ~ 25%. #0C5560 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 85 + 96 = 193 (100%)
R 12 of 193 ~ 6.22%
G 85 of 193 ~ 44.04%
B 96 of 193 ~ 49.74%

%44.04
%49.74

CMYK color model

#0C5560 color CMYK value is (88,11,0,62).

  • cyan value is 87.50%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(88,11,0,62)
C88M11Y0K62 
(88%,11%,0%,62%)
(0.88/0.11/0.00/0.62)	

CMYK percentages

%87.5
%11.46
%0
%62.35

Codes

Color #0C5560 in popluar color models

0C5560
RGB128596
HSL188°77.78%21.18%
HSB/HSV188°87.50%37.65%
CMYK87.50%11.46%0.00%
62.35%

Color #0C5560 in popluar number systems.

HEX0C5560
Decimal128596
Binary110010101011100000
Octal14125140

Shades and tints

Shades of #0C5560

#0C5560
(12,85,96)
#0B4E58
(11,78,88)
#0A4750
(10,71,80)
#094048
(9,64,72)
#083940
(8,57,64)
#073238
(7,50,56)
#062B30
(6,43,48)
#052428
(5,36,40)
#041D20
(4,29,32)
#031618
(3,22,24)
#020F10
(2,15,16)
#000000
(0,0,0)

Tints of #0C5560

#0C5560
(12,85,96)
#22646E
(34,100,110)
#38737C
(56,115,124)
#4E828A
(78,130,138)
#649198
(100,145,152)
#7AA0A6
(122,160,166)
#90AFB4
(144,175,180)
#A6BEC2
(166,190,194)
#BCCDD0
(188,205,208)
#D2DCDE
(210,220,222)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C5560 color. Also use rgb(12,85,96) instead hex code.

Text Font Color

.myTextColor { color: #0C5560; }

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

This text font color is #0C5560.


Background Color

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

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

This div background color is #0C5560.


Border color

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

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

This div border color is #0C5560.


Opacity

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

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

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

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

This text has shadow with #0C5560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5560 on black background.


Color preview on white background

This text has color #0C5560 on white background.



Black color preview on #0C5560 background

This text has black color on #0C5560 background.


White color preview on #0C5560 background

This text has white color on #0C5560 background.