COLOR #0C3967

HEX: #0C3967
RGB: (12,57,103)

Color info

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

RGB color model

#0C3967 color RGB value is (12,57,103).

  • red value is 12;
  • green value is 57;
  • blue value is 103.
RGB:
(12,57,103)
(5%,22%,40%)

RGB channels and saturation

R 12 of 255 = 5%
G 57 of 255 = 22%
B 103 of 255 = 40%

12
57
103

R + G + B ~ 22%. #0C3967 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 57 + 103 = 172 (100%)
R 12 of 172 ~ 6.98%
G 57 of 172 ~ 33.14%
B 103 of 172 ~ 59.88%

%33.14
%59.88

CMYK color model

#0C3967 color CMYK value is (88,45,0,60).

  • cyan value is 88.35%
  • magenta value is 44.66%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(88,45,0,60)
C88M45Y0K60 
(88%,45%,0%,60%)
(0.88/0.45/0.00/0.60)	

CMYK percentages

%88.35
%44.66
%0
%59.61

Codes

Color #0C3967 in popluar color models

0C3967
RGB1257103
HSL210°79.13%22.55%
HSB/HSV210°88.35%40.39%
CMYK88.35%44.66%0.00%
59.61%

Color #0C3967 in popluar number systems.

HEX0C3967
Decimal1257103
Binary11001110011100111
Octal1471147

Shades and tints

Shades of #0C3967

#0C3967
(12,57,103)
#0B345E
(11,52,94)
#0A2F55
(10,47,85)
#092A4C
(9,42,76)
#082543
(8,37,67)
#07203A
(7,32,58)
#061B31
(6,27,49)
#051628
(5,22,40)
#04111F
(4,17,31)
#030C16
(3,12,22)
#02070D
(2,7,13)
#000000
(0,0,0)

Tints of #0C3967

#0C3967
(12,57,103)
#224B74
(34,75,116)
#385D81
(56,93,129)
#4E6F8E
(78,111,142)
#64819B
(100,129,155)
#7A93A8
(122,147,168)
#90A5B5
(144,165,181)
#A6B7C2
(166,183,194)
#BCC9CF
(188,201,207)
#D2DBDC
(210,219,220)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3967 color. Also use rgb(12,57,103) instead hex code.

Text Font Color

.myTextColor { color: #0C3967; }

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

This text font color is #0C3967.


Background Color

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

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

This div background color is #0C3967.


Border color

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

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

This div border color is #0C3967.


Opacity

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

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

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

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

This text has shadow with #0C3967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3967 on black background.


Color preview on white background

This text has color #0C3967 on white background.



Black color preview on #0C3967 background

This text has black color on #0C3967 background.


White color preview on #0C3967 background

This text has white color on #0C3967 background.