COLOR #0C3C57

HEX: #0C3C57
RGB: (12,60,87)

Color info

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

RGB color model

#0C3C57 color RGB value is (12,60,87).

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

RGB channels and saturation

R 12 of 255 = 5%
G 60 of 255 = 24%
B 87 of 255 = 34%

12
60
87

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

Portions of RGB colors in percentages

R + G + B =
12 + 60 + 87 = 159 (100%)
R 12 of 159 ~ 7.55%
G 60 of 159 ~ 37.74%
B 87 of 159 ~ 54.72%

%37.74
%54.72

CMYK color model

#0C3C57 color CMYK value is (86,31,0,66).

  • cyan value is 86.21%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(86,31,0,66)
C86M31Y0K66 
(86%,31%,0%,66%)
(0.86/0.31/0.00/0.66)	

CMYK percentages

%86.21
%31.03
%0
%65.88

Codes

Color #0C3C57 in popluar color models

0C3C57
RGB126087
HSL202°75.76%19.41%
HSB/HSV202°86.21%34.12%
CMYK86.21%31.03%0.00%
65.88%

Color #0C3C57 in popluar number systems.

HEX0C3C57
Decimal126087
Binary11001111001010111
Octal1474127

Shades and tints

Shades of #0C3C57

#0C3C57
(12,60,87)
#0B3750
(11,55,80)
#0A3249
(10,50,73)
#092D42
(9,45,66)
#08283B
(8,40,59)
#072334
(7,35,52)
#061E2D
(6,30,45)
#051926
(5,25,38)
#04141F
(4,20,31)
#030F18
(3,15,24)
#020A11
(2,10,17)
#000000
(0,0,0)

Tints of #0C3C57

#0C3C57
(12,60,87)
#224D66
(34,77,102)
#385E75
(56,94,117)
#4E6F84
(78,111,132)
#648093
(100,128,147)
#7A91A2
(122,145,162)
#90A2B1
(144,162,177)
#A6B3C0
(166,179,192)
#BCC4CF
(188,196,207)
#D2D5DE
(210,213,222)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3C57; }

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

This text font color is #0C3C57.


Background Color

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

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

This div background color is #0C3C57.


Border color

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

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

This div border color is #0C3C57.


Opacity

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

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

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

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

This text has shadow with #0C3C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3C57 on black background.


Color preview on white background

This text has color #0C3C57 on white background.



Black color preview on #0C3C57 background

This text has black color on #0C3C57 background.


White color preview on #0C3C57 background

This text has white color on #0C3C57 background.