COLOR #0C4960

HEX: #0C4960
RGB: (12,73,96)

Color info

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

RGB color model

#0C4960 color RGB value is (12,73,96).

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

RGB channels and saturation

R 12 of 255 = 5%
G 73 of 255 = 29%
B 96 of 255 = 38%

12
73
96

R + G + B ~ 24%. #0C4960 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 73 + 96 = 181 (100%)
R 12 of 181 ~ 6.63%
G 73 of 181 ~ 40.33%
B 96 of 181 ~ 53.04%

%40.33
%53.04

CMYK color model

#0C4960 color CMYK value is (88,24,0,62).

  • cyan value is 87.50%
  • magenta value is 23.96%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(88,24,0,62)
C88M24Y0K62 
(88%,24%,0%,62%)
(0.88/0.24/0.00/0.62)	

CMYK percentages

%87.5
%23.96
%0
%62.35

Codes

Color #0C4960 in popluar color models

0C4960
RGB127396
HSL196°77.78%21.18%
HSB/HSV196°87.50%37.65%
CMYK87.50%23.96%0.00%
62.35%

Color #0C4960 in popluar number systems.

HEX0C4960
Decimal127396
Binary110010010011100000
Octal14111140

Shades and tints

Shades of #0C4960

#0C4960
(12,73,96)
#0B4358
(11,67,88)
#0A3D50
(10,61,80)
#093748
(9,55,72)
#083140
(8,49,64)
#072B38
(7,43,56)
#062530
(6,37,48)
#051F28
(5,31,40)
#041920
(4,25,32)
#031318
(3,19,24)
#020D10
(2,13,16)
#000000
(0,0,0)

Tints of #0C4960

#0C4960
(12,73,96)
#22596E
(34,89,110)
#38697C
(56,105,124)
#4E798A
(78,121,138)
#648998
(100,137,152)
#7A99A6
(122,153,166)
#90A9B4
(144,169,180)
#A6B9C2
(166,185,194)
#BCC9D0
(188,201,208)
#D2D9DE
(210,217,222)
#E8E9EC
(232,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C4960; }

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

This text font color is #0C4960.


Background Color

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

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

This div background color is #0C4960.


Border color

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

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

This div border color is #0C4960.


Opacity

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

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

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

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

This text has shadow with #0C4960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4960 on black background.


Color preview on white background

This text has color #0C4960 on white background.



Black color preview on #0C4960 background

This text has black color on #0C4960 background.


White color preview on #0C4960 background

This text has white color on #0C4960 background.