COLOR #0C5D78

HEX: #0C5D78
RGB: (12,93,120)

Color info

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

RGB color model

#0C5D78 color RGB value is (12,93,120).

  • red value is 12;
  • green value is 93;
  • blue value is 120.
RGB:
(12,93,120)
(5%,36%,47%)

RGB channels and saturation

R 12 of 255 = 5%
G 93 of 255 = 36%
B 120 of 255 = 47%

12
93
120

R + G + B ~ 29%. #0C5D78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 93 + 120 = 225 (100%)
R 12 of 225 ~ 5.33%
G 93 of 225 ~ 41.33%
B 120 of 225 ~ 53.33%

%41.33
%53.33

CMYK color model

#0C5D78 color CMYK value is (90,23,0,53).

  • cyan value is 90.00%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(90,23,0,53)
C90M23Y0K53 
(90%,23%,0%,53%)
(0.90/0.23/0.00/0.53)	

CMYK percentages

%90
%22.5
%0
%52.94

Codes

Color #0C5D78 in popluar color models

0C5D78
RGB1293120
HSL195°81.82%25.88%
HSB/HSV195°90.00%47.06%
CMYK90.00%22.50%0.00%
52.94%

Color #0C5D78 in popluar number systems.

HEX0C5D78
Decimal1293120
Binary110010111011111000
Octal14135170

Shades and tints

Shades of #0C5D78

#0C5D78
(12,93,120)
#0B556E
(11,85,110)
#0A4D64
(10,77,100)
#09455A
(9,69,90)
#083D50
(8,61,80)
#073546
(7,53,70)
#062D3C
(6,45,60)
#052532
(5,37,50)
#041D28
(4,29,40)
#03151E
(3,21,30)
#020D14
(2,13,20)
#000000
(0,0,0)

Tints of #0C5D78

#0C5D78
(12,93,120)
#226B84
(34,107,132)
#387990
(56,121,144)
#4E879C
(78,135,156)
#6495A8
(100,149,168)
#7AA3B4
(122,163,180)
#90B1C0
(144,177,192)
#A6BFCC
(166,191,204)
#BCCDD8
(188,205,216)
#D2DBE4
(210,219,228)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C5D78 color. Also use rgb(12,93,120) instead hex code.

Text Font Color

.myTextColor { color: #0C5D78; }

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

This text font color is #0C5D78.


Background Color

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

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

This div background color is #0C5D78.


Border color

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

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

This div border color is #0C5D78.


Opacity

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

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

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

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

This text has shadow with #0C5D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5D78 on black background.


Color preview on white background

This text has color #0C5D78 on white background.



Black color preview on #0C5D78 background

This text has black color on #0C5D78 background.


White color preview on #0C5D78 background

This text has white color on #0C5D78 background.