COLOR #0C392F

HEX: #0C392F
RGB: (12,57,47)

Color info

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

RGB color model

#0C392F color RGB value is (12,57,47).

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

RGB channels and saturation

R 12 of 255 = 5%
G 57 of 255 = 22%
B 47 of 255 = 18%

12
57
47

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

Portions of RGB colors in percentages

R + G + B =
12 + 57 + 47 = 116 (100%)
R 12 of 116 ~ 10.34%
G 57 of 116 ~ 49.14%
B 47 of 116 ~ 40.52%

%10.34
%49.14
%40.52

CMYK color model

#0C392F color CMYK value is (79,0,18,78).

  • cyan value is 78.95%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 77.65%
CMYK:
(79,0,18,78)
C79M0Y18K78 
(79%,0%,18%,78%)
(0.79/0.00/0.18/0.78)	

CMYK percentages

%78.95
%0
%17.54
%77.65

Codes

Color #0C392F in popluar color models

0C392F
RGB125747
HSL167°65.22%13.53%
HSB/HSV167°78.95%22.35%
CMYK78.95%0.00%17.54%
77.65%

Color #0C392F in popluar number systems.

HEX0C392F
Decimal125747
Binary1100111001101111
Octal147157

Shades and tints

Shades of #0C392F

#0C392F
(12,57,47)
#0B342B
(11,52,43)
#0A2F27
(10,47,39)
#092A23
(9,42,35)
#08251F
(8,37,31)
#07201B
(7,32,27)
#061B17
(6,27,23)
#051613
(5,22,19)
#04110F
(4,17,15)
#030C0B
(3,12,11)
#020707
(2,7,7)
#000000
(0,0,0)

Tints of #0C392F

#0C392F
(12,57,47)
#224B41
(34,75,65)
#385D53
(56,93,83)
#4E6F65
(78,111,101)
#648177
(100,129,119)
#7A9389
(122,147,137)
#90A59B
(144,165,155)
#A6B7AD
(166,183,173)
#BCC9BF
(188,201,191)
#D2DBD1
(210,219,209)
#E8EDE3
(232,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C392F; }

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

This text font color is #0C392F.


Background Color

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

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

This div background color is #0C392F.


Border color

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

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

This div border color is #0C392F.


Opacity

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

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

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

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

This text has shadow with #0C392F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C392F on black background.


Color preview on white background

This text has color #0C392F on white background.



Black color preview on #0C392F background

This text has black color on #0C392F background.


White color preview on #0C392F background

This text has white color on #0C392F background.