COLOR #0C5477

HEX: #0C5477
RGB: (12,84,119)

Color info

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

RGB color model

#0C5477 color RGB value is (12,84,119).

  • red value is 12;
  • green value is 84;
  • blue value is 119.
RGB:
(12,84,119)
(5%,33%,47%)

RGB channels and saturation

R 12 of 255 = 5%
G 84 of 255 = 33%
B 119 of 255 = 47%

12
84
119

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

Portions of RGB colors in percentages

R + G + B =
12 + 84 + 119 = 215 (100%)
R 12 of 215 ~ 5.58%
G 84 of 215 ~ 39.07%
B 119 of 215 ~ 55.35%

%39.07
%55.35

CMYK color model

#0C5477 color CMYK value is (90,29,0,53).

  • cyan value is 89.92%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(90,29,0,53)
C90M29Y0K53 
(90%,29%,0%,53%)
(0.90/0.29/0.00/0.53)	

CMYK percentages

%89.92
%29.41
%0
%53.33

Codes

Color #0C5477 in popluar color models

0C5477
RGB1284119
HSL200°81.68%25.69%
HSB/HSV200°89.92%46.67%
CMYK89.92%29.41%0.00%
53.33%

Color #0C5477 in popluar number systems.

HEX0C5477
Decimal1284119
Binary110010101001110111
Octal14124167

Shades and tints

Shades of #0C5477

#0C5477
(12,84,119)
#0B4D6D
(11,77,109)
#0A4663
(10,70,99)
#093F59
(9,63,89)
#08384F
(8,56,79)
#073145
(7,49,69)
#062A3B
(6,42,59)
#052331
(5,35,49)
#041C27
(4,28,39)
#03151D
(3,21,29)
#020E13
(2,14,19)
#000000
(0,0,0)

Tints of #0C5477

#0C5477
(12,84,119)
#226383
(34,99,131)
#38728F
(56,114,143)
#4E819B
(78,129,155)
#6490A7
(100,144,167)
#7A9FB3
(122,159,179)
#90AEBF
(144,174,191)
#A6BDCB
(166,189,203)
#BCCCD7
(188,204,215)
#D2DBE3
(210,219,227)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C5477 color. Also use rgb(12,84,119) instead hex code.

Text Font Color

.myTextColor { color: #0C5477; }

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

This text font color is #0C5477.


Background Color

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

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

This div background color is #0C5477.


Border color

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

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

This div border color is #0C5477.


Opacity

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

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

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

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

This text has shadow with #0C5477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5477 on black background.


Color preview on white background

This text has color #0C5477 on white background.



Black color preview on #0C5477 background

This text has black color on #0C5477 background.


White color preview on #0C5477 background

This text has white color on #0C5477 background.