COLOR #0C4C6A

HEX: #0C4C6A
RGB: (12,76,106)

Color info

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

RGB color model

#0C4C6A color RGB value is (12,76,106).

  • red value is 12;
  • green value is 76;
  • blue value is 106.
RGB:
(12,76,106)
(5%,30%,42%)

RGB channels and saturation

R 12 of 255 = 5%
G 76 of 255 = 30%
B 106 of 255 = 42%

12
76
106

R + G + B ~ 26%. #0C4C6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 76 + 106 = 194 (100%)
R 12 of 194 ~ 6.19%
G 76 of 194 ~ 39.18%
B 106 of 194 ~ 54.64%

%39.18
%54.64

CMYK color model

#0C4C6A color CMYK value is (89,28,0,58).

  • cyan value is 88.68%
  • magenta value is 28.30%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(89,28,0,58)
C89M28Y0K58 
(89%,28%,0%,58%)
(0.89/0.28/0.00/0.58)	

CMYK percentages

%88.68
%28.3
%0
%58.43

Codes

Color #0C4C6A in popluar color models

0C4C6A
RGB1276106
HSL199°79.66%23.14%
HSB/HSV199°88.68%41.57%
CMYK88.68%28.30%0.00%
58.43%

Color #0C4C6A in popluar number systems.

HEX0C4C6A
Decimal1276106
Binary110010011001101010
Octal14114152

Shades and tints

Shades of #0C4C6A

#0C4C6A
(12,76,106)
#0B4661
(11,70,97)
#0A4058
(10,64,88)
#093A4F
(9,58,79)
#083446
(8,52,70)
#072E3D
(7,46,61)
#062834
(6,40,52)
#05222B
(5,34,43)
#041C22
(4,28,34)
#031619
(3,22,25)
#021010
(2,16,16)
#000000
(0,0,0)

Tints of #0C4C6A

#0C4C6A
(12,76,106)
#225C77
(34,92,119)
#386C84
(56,108,132)
#4E7C91
(78,124,145)
#648C9E
(100,140,158)
#7A9CAB
(122,156,171)
#90ACB8
(144,172,184)
#A6BCC5
(166,188,197)
#BCCCD2
(188,204,210)
#D2DCDF
(210,220,223)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4C6A color. Also use rgb(12,76,106) instead hex code.

Text Font Color

.myTextColor { color: #0C4C6A; }

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

This text font color is #0C4C6A.


Background Color

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

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

This div background color is #0C4C6A.


Border color

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

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

This div border color is #0C4C6A.


Opacity

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

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

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

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

This text has shadow with #0C4C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4C6A on black background.


Color preview on white background

This text has color #0C4C6A on white background.



Black color preview on #0C4C6A background

This text has black color on #0C4C6A background.


White color preview on #0C4C6A background

This text has white color on #0C4C6A background.