COLOR #0C2C3E

HEX: #0C2C3E
RGB: (12,44,62)

Color info

#0C2C3E contains red, green and blue colors in about the same proportion. Web safe color of #0C2C3E is #003333 (or #033).

RGB color model

#0C2C3E color RGB value is (12,44,62).

  • red value is 12;
  • green value is 44;
  • blue value is 62.
RGB:
(12,44,62)
(5%,17%,24%)

RGB channels and saturation

R 12 of 255 = 5%
G 44 of 255 = 17%
B 62 of 255 = 24%

12
44
62

R + G + B ~ 15%. #0C2C3E is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 44 + 62 = 118 (100%)
R 12 of 118 ~ 10.17%
G 44 of 118 ~ 37.29%
B 62 of 118 ~ 52.54%

%10.17
%37.29
%52.54

CMYK color model

#0C2C3E color CMYK value is (81,29,0,76).

  • cyan value is 80.65%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(81,29,0,76)
C81M29Y0K76 
(81%,29%,0%,76%)
(0.81/0.29/0.00/0.76)	

CMYK percentages

%80.65
%29.03
%0
%75.69

Codes

Color #0C2C3E in popluar color models

0C2C3E
RGB124462
HSL202°67.57%14.51%
HSB/HSV202°80.65%24.31%
CMYK80.65%29.03%0.00%
75.69%

Color #0C2C3E in popluar number systems.

HEX0C2C3E
Decimal124462
Binary1100101100111110
Octal145476

Shades and tints

Shades of #0C2C3E

#0C2C3E
(12,44,62)
#0B2839
(11,40,57)
#0A2434
(10,36,52)
#09202F
(9,32,47)
#081C2A
(8,28,42)
#071825
(7,24,37)
#061420
(6,20,32)
#05101B
(5,16,27)
#040C16
(4,12,22)
#030811
(3,8,17)
#02040C
(2,4,12)
#000000
(0,0,0)

Tints of #0C2C3E

#0C2C3E
(12,44,62)
#223F4F
(34,63,79)
#385260
(56,82,96)
#4E6571
(78,101,113)
#647882
(100,120,130)
#7A8B93
(122,139,147)
#909EA4
(144,158,164)
#A6B1B5
(166,177,181)
#BCC4C6
(188,196,198)
#D2D7D7
(210,215,215)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C2C3E color. Also use rgb(12,44,62) instead hex code.

Text Font Color

.myTextColor { color: #0C2C3E; }

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

This text font color is #0C2C3E.


Background Color

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

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

This div background color is #0C2C3E.


Border color

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

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

This div border color is #0C2C3E.


Opacity

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

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

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

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

This text has shadow with #0C2C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2C3E on black background.


Color preview on white background

This text has color #0C2C3E on white background.



Black color preview on #0C2C3E background

This text has black color on #0C2C3E background.


White color preview on #0C2C3E background

This text has white color on #0C2C3E background.