COLOR #0C390E

HEX: #0C390E
RGB: (12,57,14)

Color info

#0C390E contains red, green and blue colors in about the same proportion. Web safe color of #0C390E is #003300 (or #030).

RGB color model

#0C390E color RGB value is (12,57,14).

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

RGB channels and saturation

R 12 of 255 = 5%
G 57 of 255 = 22%
B 14 of 255 = 5%

12
57
14

R + G + B ~ 11%. #0C390E is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 57 + 14 = 83 (100%)
R 12 of 83 ~ 14.46%
G 57 of 83 ~ 68.67%
B 14 of 83 ~ 16.87%

%14.46
%68.67
%16.87

CMYK color model

#0C390E color CMYK value is (79,0,75,78).

  • cyan value is 78.95%
  • magenta value is 0.00%
  • yellow value is 75.44%
  • key color value is 77.65%
CMYK:
(79,0,75,78)
C79M0Y75K78 
(79%,0%,75%,78%)
(0.79/0.00/0.75/0.78)	

CMYK percentages

%78.95
%0
%75.44
%77.65

Codes

Color #0C390E in popluar color models

0C390E
RGB125714
HSL123°65.22%13.53%
HSB/HSV123°78.95%22.35%
CMYK78.95%0.00%75.44%
77.65%

Color #0C390E in popluar number systems.

HEX0C390E
Decimal125714
Binary11001110011110
Octal147116

Shades and tints

Shades of #0C390E

#0C390E
(12,57,14)
#0B340D
(11,52,13)
#0A2F0C
(10,47,12)
#092A0B
(9,42,11)
#08250A
(8,37,10)
#072009
(7,32,9)
#061B08
(6,27,8)
#051607
(5,22,7)
#041106
(4,17,6)
#030C05
(3,12,5)
#020704
(2,7,4)
#000000
(0,0,0)

Tints of #0C390E

#0C390E
(12,57,14)
#224B23
(34,75,35)
#385D38
(56,93,56)
#4E6F4D
(78,111,77)
#648162
(100,129,98)
#7A9377
(122,147,119)
#90A58C
(144,165,140)
#A6B7A1
(166,183,161)
#BCC9B6
(188,201,182)
#D2DBCB
(210,219,203)
#E8EDE0
(232,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C390E; }

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

This text font color is #0C390E.


Background Color

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

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

This div background color is #0C390E.


Border color

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

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

This div border color is #0C390E.


Opacity

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

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

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

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

This text has shadow with #0C390E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C390E on black background.


Color preview on white background

This text has color #0C390E on white background.



Black color preview on #0C390E background

This text has black color on #0C390E background.


White color preview on #0C390E background

This text has white color on #0C390E background.