COLOR #0C4D78

HEX: #0C4D78
RGB: (12,77,120)

Color info

#0C4D78 contains mainly green and blue colors. Web safe color of #0C4D78 is #003366 (or #036).

RGB color model

#0C4D78 color RGB value is (12,77,120).

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

RGB channels and saturation

R 12 of 255 = 5%
G 77 of 255 = 30%
B 120 of 255 = 47%

12
77
120

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

Portions of RGB colors in percentages

R + G + B =
12 + 77 + 120 = 209 (100%)
R 12 of 209 ~ 5.74%
G 77 of 209 ~ 36.84%
B 120 of 209 ~ 57.42%

%36.84
%57.42

CMYK color model

#0C4D78 color CMYK value is (90,36,0,53).

  • cyan value is 90.00%
  • magenta value is 35.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(90,36,0,53)
C90M36Y0K53 
(90%,36%,0%,53%)
(0.90/0.36/0.00/0.53)	

CMYK percentages

%90
%35.83
%0
%52.94

Codes

Color #0C4D78 in popluar color models

0C4D78
RGB1277120
HSL204°81.82%25.88%
HSB/HSV204°90.00%47.06%
CMYK90.00%35.83%0.00%
52.94%

Color #0C4D78 in popluar number systems.

HEX0C4D78
Decimal1277120
Binary110010011011111000
Octal14115170

Shades and tints

Shades of #0C4D78

#0C4D78
(12,77,120)
#0B466E
(11,70,110)
#0A3F64
(10,63,100)
#09385A
(9,56,90)
#083150
(8,49,80)
#072A46
(7,42,70)
#06233C
(6,35,60)
#051C32
(5,28,50)
#041528
(4,21,40)
#030E1E
(3,14,30)
#020714
(2,7,20)
#000000
(0,0,0)

Tints of #0C4D78

#0C4D78
(12,77,120)
#225D84
(34,93,132)
#386D90
(56,109,144)
#4E7D9C
(78,125,156)
#648DA8
(100,141,168)
#7A9DB4
(122,157,180)
#90ADC0
(144,173,192)
#A6BDCC
(166,189,204)
#BCCDD8
(188,205,216)
#D2DDE4
(210,221,228)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C4D78; }

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

This text font color is #0C4D78.


Background Color

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

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

This div background color is #0C4D78.


Border color

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

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

This div border color is #0C4D78.


Opacity

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

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

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

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

This text has shadow with #0C4D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4D78 on black background.


Color preview on white background

This text has color #0C4D78 on white background.



Black color preview on #0C4D78 background

This text has black color on #0C4D78 background.


White color preview on #0C4D78 background

This text has white color on #0C4D78 background.