COLOR #0C325F

HEX: #0C325F
RGB: (12,50,95)

Color info

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

RGB color model

#0C325F color RGB value is (12,50,95).

  • red value is 12;
  • green value is 50;
  • blue value is 95.
RGB:
(12,50,95)
(5%,20%,37%)

RGB channels and saturation

R 12 of 255 = 5%
G 50 of 255 = 20%
B 95 of 255 = 37%

12
50
95

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

Portions of RGB colors in percentages

R + G + B =
12 + 50 + 95 = 157 (100%)
R 12 of 157 ~ 7.64%
G 50 of 157 ~ 31.85%
B 95 of 157 ~ 60.51%

%31.85
%60.51

CMYK color model

#0C325F color CMYK value is (87,47,0,63).

  • cyan value is 87.37%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(87,47,0,63)
C87M47Y0K63 
(87%,47%,0%,63%)
(0.87/0.47/0.00/0.63)	

CMYK percentages

%87.37
%47.37
%0
%62.75

Codes

Color #0C325F in popluar color models

0C325F
RGB125095
HSL213°77.57%20.98%
HSB/HSV213°87.37%37.25%
CMYK87.37%47.37%0.00%
62.75%

Color #0C325F in popluar number systems.

HEX0C325F
Decimal125095
Binary11001100101011111
Octal1462137

Shades and tints

Shades of #0C325F

#0C325F
(12,50,95)
#0B2E57
(11,46,87)
#0A2A4F
(10,42,79)
#092647
(9,38,71)
#08223F
(8,34,63)
#071E37
(7,30,55)
#061A2F
(6,26,47)
#051627
(5,22,39)
#04121F
(4,18,31)
#030E17
(3,14,23)
#020A0F
(2,10,15)
#000000
(0,0,0)

Tints of #0C325F

#0C325F
(12,50,95)
#22446D
(34,68,109)
#38567B
(56,86,123)
#4E6889
(78,104,137)
#647A97
(100,122,151)
#7A8CA5
(122,140,165)
#909EB3
(144,158,179)
#A6B0C1
(166,176,193)
#BCC2CF
(188,194,207)
#D2D4DD
(210,212,221)
#E8E6EB
(232,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C325F color. Also use rgb(12,50,95) instead hex code.

Text Font Color

.myTextColor { color: #0C325F; }

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

This text font color is #0C325F.


Background Color

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

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

This div background color is #0C325F.


Border color

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

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

This div border color is #0C325F.


Opacity

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

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

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

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

This text has shadow with #0C325F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C325F on black background.


Color preview on white background

This text has color #0C325F on white background.



Black color preview on #0C325F background

This text has black color on #0C325F background.


White color preview on #0C325F background

This text has white color on #0C325F background.