COLOR #0C3C51

HEX: #0C3C51
RGB: (12,60,81)

Color info

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

RGB color model

#0C3C51 color RGB value is (12,60,81).

  • red value is 12;
  • green value is 60;
  • blue value is 81.
RGB:
(12,60,81)
(5%,24%,32%)

RGB channels and saturation

R 12 of 255 = 5%
G 60 of 255 = 24%
B 81 of 255 = 32%

12
60
81

R + G + B ~ 20%. #0C3C51 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 60 + 81 = 153 (100%)
R 12 of 153 ~ 7.84%
G 60 of 153 ~ 39.22%
B 81 of 153 ~ 52.94%

%39.22
%52.94

CMYK color model

#0C3C51 color CMYK value is (85,26,0,68).

  • cyan value is 85.19%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(85,26,0,68)
C85M26Y0K68 
(85%,26%,0%,68%)
(0.85/0.26/0.00/0.68)	

CMYK percentages

%85.19
%25.93
%0
%68.24

Codes

Color #0C3C51 in popluar color models

0C3C51
RGB126081
HSL198°74.19%18.24%
HSB/HSV198°85.19%31.76%
CMYK85.19%25.93%0.00%
68.24%

Color #0C3C51 in popluar number systems.

HEX0C3C51
Decimal126081
Binary11001111001010001
Octal1474121

Shades and tints

Shades of #0C3C51

#0C3C51
(12,60,81)
#0B374A
(11,55,74)
#0A3243
(10,50,67)
#092D3C
(9,45,60)
#082835
(8,40,53)
#07232E
(7,35,46)
#061E27
(6,30,39)
#051920
(5,25,32)
#041419
(4,20,25)
#030F12
(3,15,18)
#020A0B
(2,10,11)
#000000
(0,0,0)

Tints of #0C3C51

#0C3C51
(12,60,81)
#224D60
(34,77,96)
#385E6F
(56,94,111)
#4E6F7E
(78,111,126)
#64808D
(100,128,141)
#7A919C
(122,145,156)
#90A2AB
(144,162,171)
#A6B3BA
(166,179,186)
#BCC4C9
(188,196,201)
#D2D5D8
(210,213,216)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3C51 color. Also use rgb(12,60,81) instead hex code.

Text Font Color

.myTextColor { color: #0C3C51; }

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

This text font color is #0C3C51.


Background Color

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

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

This div background color is #0C3C51.


Border color

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

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

This div border color is #0C3C51.


Opacity

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

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

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

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

This text has shadow with #0C3C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3C51 on black background.


Color preview on white background

This text has color #0C3C51 on white background.



Black color preview on #0C3C51 background

This text has black color on #0C3C51 background.


White color preview on #0C3C51 background

This text has white color on #0C3C51 background.