COLOR #0C3E2F

HEX: #0C3E2F
RGB: (12,62,47)

Color info

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

RGB color model

#0C3E2F color RGB value is (12,62,47).

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

RGB channels and saturation

R 12 of 255 = 5%
G 62 of 255 = 24%
B 47 of 255 = 18%

12
62
47

R + G + B ~ 16%. #0C3E2F is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 62 + 47 = 121 (100%)
R 12 of 121 ~ 9.92%
G 62 of 121 ~ 51.24%
B 47 of 121 ~ 38.84%

%9.92
%51.24
%38.84

CMYK color model

#0C3E2F color CMYK value is (81,0,24,76).

  • cyan value is 80.65%
  • magenta value is 0.00%
  • yellow value is 24.19%
  • key color value is 75.69%
CMYK:
(81,0,24,76)
C81M0Y24K76 
(81%,0%,24%,76%)
(0.81/0.00/0.24/0.76)	

CMYK percentages

%80.65
%0
%24.19
%75.69

Codes

Color #0C3E2F in popluar color models

0C3E2F
RGB126247
HSL162°67.57%14.51%
HSB/HSV162°80.65%24.31%
CMYK80.65%0.00%24.19%
75.69%

Color #0C3E2F in popluar number systems.

HEX0C3E2F
Decimal126247
Binary1100111110101111
Octal147657

Shades and tints

Shades of #0C3E2F

#0C3E2F
(12,62,47)
#0B392B
(11,57,43)
#0A3427
(10,52,39)
#092F23
(9,47,35)
#082A1F
(8,42,31)
#07251B
(7,37,27)
#062017
(6,32,23)
#051B13
(5,27,19)
#04160F
(4,22,15)
#03110B
(3,17,11)
#020C07
(2,12,7)
#000000
(0,0,0)

Tints of #0C3E2F

#0C3E2F
(12,62,47)
#224F41
(34,79,65)
#386053
(56,96,83)
#4E7165
(78,113,101)
#648277
(100,130,119)
#7A9389
(122,147,137)
#90A49B
(144,164,155)
#A6B5AD
(166,181,173)
#BCC6BF
(188,198,191)
#D2D7D1
(210,215,209)
#E8E8E3
(232,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3E2F; }

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

This text font color is #0C3E2F.


Background Color

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

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

This div background color is #0C3E2F.


Border color

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

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

This div border color is #0C3E2F.


Opacity

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

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

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

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

This text has shadow with #0C3E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3E2F on black background.


Color preview on white background

This text has color #0C3E2F on white background.



Black color preview on #0C3E2F background

This text has black color on #0C3E2F background.


White color preview on #0C3E2F background

This text has white color on #0C3E2F background.