COLOR #0C3650

HEX: #0C3650
RGB: (12,54,80)

Color info

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

RGB color model

#0C3650 color RGB value is (12,54,80).

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

RGB channels and saturation

R 12 of 255 = 5%
G 54 of 255 = 21%
B 80 of 255 = 31%

12
54
80

R + G + B ~ 19%. #0C3650 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 54 + 80 = 146 (100%)
R 12 of 146 ~ 8.22%
G 54 of 146 ~ 36.99%
B 80 of 146 ~ 54.79%

%36.99
%54.79

CMYK color model

#0C3650 color CMYK value is (85,33,0,69).

  • cyan value is 85.00%
  • magenta value is 32.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(85,33,0,69)
C85M33Y0K69 
(85%,33%,0%,69%)
(0.85/0.33/0.00/0.69)	

CMYK percentages

%85
%32.5
%0
%68.63

Codes

Color #0C3650 in popluar color models

0C3650
RGB125480
HSL203°73.91%18.04%
HSB/HSV203°85.00%31.37%
CMYK85.00%32.50%0.00%
68.63%

Color #0C3650 in popluar number systems.

HEX0C3650
Decimal125480
Binary11001101101010000
Octal1466120

Shades and tints

Shades of #0C3650

#0C3650
(12,54,80)
#0B3249
(11,50,73)
#0A2E42
(10,46,66)
#092A3B
(9,42,59)
#082634
(8,38,52)
#07222D
(7,34,45)
#061E26
(6,30,38)
#051A1F
(5,26,31)
#041618
(4,22,24)
#031211
(3,18,17)
#020E0A
(2,14,10)
#000000
(0,0,0)

Tints of #0C3650

#0C3650
(12,54,80)
#22485F
(34,72,95)
#385A6E
(56,90,110)
#4E6C7D
(78,108,125)
#647E8C
(100,126,140)
#7A909B
(122,144,155)
#90A2AA
(144,162,170)
#A6B4B9
(166,180,185)
#BCC6C8
(188,198,200)
#D2D8D7
(210,216,215)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3650; }

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

This text font color is #0C3650.


Background Color

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

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

This div background color is #0C3650.


Border color

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

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

This div border color is #0C3650.


Opacity

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

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

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

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

This text has shadow with #0C3650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3650 on black background.


Color preview on white background

This text has color #0C3650 on white background.



Black color preview on #0C3650 background

This text has black color on #0C3650 background.


White color preview on #0C3650 background

This text has white color on #0C3650 background.