COLOR #0C3660

HEX: #0C3660
RGB: (12,54,96)

Color info

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

RGB color model

#0C3660 color RGB value is (12,54,96).

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

RGB channels and saturation

R 12 of 255 = 5%
G 54 of 255 = 21%
B 96 of 255 = 38%

12
54
96

R + G + B ~ 21%. #0C3660 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 54 + 96 = 162 (100%)
R 12 of 162 ~ 7.41%
G 54 of 162 ~ 33.33%
B 96 of 162 ~ 59.26%

%33.33
%59.26

CMYK color model

#0C3660 color CMYK value is (88,44,0,62).

  • cyan value is 87.50%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(88,44,0,62)
C88M44Y0K62 
(88%,44%,0%,62%)
(0.88/0.44/0.00/0.62)	

CMYK percentages

%87.5
%43.75
%0
%62.35

Codes

Color #0C3660 in popluar color models

0C3660
RGB125496
HSL210°77.78%21.18%
HSB/HSV210°87.50%37.65%
CMYK87.50%43.75%0.00%
62.35%

Color #0C3660 in popluar number systems.

HEX0C3660
Decimal125496
Binary11001101101100000
Octal1466140

Shades and tints

Shades of #0C3660

#0C3660
(12,54,96)
#0B3258
(11,50,88)
#0A2E50
(10,46,80)
#092A48
(9,42,72)
#082640
(8,38,64)
#072238
(7,34,56)
#061E30
(6,30,48)
#051A28
(5,26,40)
#041620
(4,22,32)
#031218
(3,18,24)
#020E10
(2,14,16)
#000000
(0,0,0)

Tints of #0C3660

#0C3660
(12,54,96)
#22486E
(34,72,110)
#385A7C
(56,90,124)
#4E6C8A
(78,108,138)
#647E98
(100,126,152)
#7A90A6
(122,144,166)
#90A2B4
(144,162,180)
#A6B4C2
(166,180,194)
#BCC6D0
(188,198,208)
#D2D8DE
(210,216,222)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3660; }

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

This text font color is #0C3660.


Background Color

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

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

This div background color is #0C3660.


Border color

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

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

This div border color is #0C3660.


Opacity

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

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

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

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

This text has shadow with #0C3660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3660 on black background.


Color preview on white background

This text has color #0C3660 on white background.



Black color preview on #0C3660 background

This text has black color on #0C3660 background.


White color preview on #0C3660 background

This text has white color on #0C3660 background.