COLOR #0C393E

HEX: #0C393E
RGB: (12,57,62)

Color info

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

RGB color model

#0C393E color RGB value is (12,57,62).

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

RGB channels and saturation

R 12 of 255 = 5%
G 57 of 255 = 22%
B 62 of 255 = 24%

12
57
62

R + G + B ~ 17%. #0C393E is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 57 + 62 = 131 (100%)
R 12 of 131 ~ 9.16%
G 57 of 131 ~ 43.51%
B 62 of 131 ~ 47.33%

%43.51
%47.33

CMYK color model

#0C393E color CMYK value is (81,8,0,76).

  • cyan value is 80.65%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(81,8,0,76)
C81M8Y0K76 
(81%,8%,0%,76%)
(0.81/0.08/0.00/0.76)	

CMYK percentages

%80.65
%8.06
%0
%75.69

Codes

Color #0C393E in popluar color models

0C393E
RGB125762
HSL186°67.57%14.51%
HSB/HSV186°80.65%24.31%
CMYK80.65%8.06%0.00%
75.69%

Color #0C393E in popluar number systems.

HEX0C393E
Decimal125762
Binary1100111001111110
Octal147176

Shades and tints

Shades of #0C393E

#0C393E
(12,57,62)
#0B3439
(11,52,57)
#0A2F34
(10,47,52)
#092A2F
(9,42,47)
#08252A
(8,37,42)
#072025
(7,32,37)
#061B20
(6,27,32)
#05161B
(5,22,27)
#041116
(4,17,22)
#030C11
(3,12,17)
#02070C
(2,7,12)
#000000
(0,0,0)

Tints of #0C393E

#0C393E
(12,57,62)
#224B4F
(34,75,79)
#385D60
(56,93,96)
#4E6F71
(78,111,113)
#648182
(100,129,130)
#7A9393
(122,147,147)
#90A5A4
(144,165,164)
#A6B7B5
(166,183,181)
#BCC9C6
(188,201,198)
#D2DBD7
(210,219,215)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C393E; }

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

This text font color is #0C393E.


Background Color

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

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

This div background color is #0C393E.


Border color

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

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

This div border color is #0C393E.


Opacity

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

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

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

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

This text has shadow with #0C393E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C393E on black background.


Color preview on white background

This text has color #0C393E on white background.



Black color preview on #0C393E background

This text has black color on #0C393E background.


White color preview on #0C393E background

This text has white color on #0C393E background.