COLOR #0C3B1A

HEX: #0C3B1A
RGB: (12,59,26)

Color info

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

RGB color model

#0C3B1A color RGB value is (12,59,26).

  • red value is 12;
  • green value is 59;
  • blue value is 26.
RGB:
(12,59,26)
(5%,23%,10%)

RGB channels and saturation

R 12 of 255 = 5%
G 59 of 255 = 23%
B 26 of 255 = 10%

12
59
26

R + G + B ~ 13%. #0C3B1A is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 59 + 26 = 97 (100%)
R 12 of 97 ~ 12.37%
G 59 of 97 ~ 60.82%
B 26 of 97 ~ 26.8%

%12.37
%60.82
%26.8

CMYK color model

#0C3B1A color CMYK value is (80,0,56,77).

  • cyan value is 79.66%
  • magenta value is 0.00%
  • yellow value is 55.93%
  • key color value is 76.86%
CMYK:
(80,0,56,77)
C80M0Y56K77 
(80%,0%,56%,77%)
(0.80/0.00/0.56/0.77)	

CMYK percentages

%79.66
%0
%55.93
%76.86

Codes

Color #0C3B1A in popluar color models

0C3B1A
RGB125926
HSL138°66.20%13.92%
HSB/HSV138°79.66%23.14%
CMYK79.66%0.00%55.93%
76.86%

Color #0C3B1A in popluar number systems.

HEX0C3B1A
Decimal125926
Binary110011101111010
Octal147332

Shades and tints

Shades of #0C3B1A

#0C3B1A
(12,59,26)
#0B3618
(11,54,24)
#0A3116
(10,49,22)
#092C14
(9,44,20)
#082712
(8,39,18)
#072210
(7,34,16)
#061D0E
(6,29,14)
#05180C
(5,24,12)
#04130A
(4,19,10)
#030E08
(3,14,8)
#020906
(2,9,6)
#000000
(0,0,0)

Tints of #0C3B1A

#0C3B1A
(12,59,26)
#224C2E
(34,76,46)
#385D42
(56,93,66)
#4E6E56
(78,110,86)
#647F6A
(100,127,106)
#7A907E
(122,144,126)
#90A192
(144,161,146)
#A6B2A6
(166,178,166)
#BCC3BA
(188,195,186)
#D2D4CE
(210,212,206)
#E8E5E2
(232,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3B1A color. Also use rgb(12,59,26) instead hex code.

Text Font Color

.myTextColor { color: #0C3B1A; }

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

This text font color is #0C3B1A.


Background Color

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

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

This div background color is #0C3B1A.


Border color

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

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

This div border color is #0C3B1A.


Opacity

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

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

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

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

This text has shadow with #0C3B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3B1A on black background.


Color preview on white background

This text has color #0C3B1A on white background.



Black color preview on #0C3B1A background

This text has black color on #0C3B1A background.


White color preview on #0C3B1A background

This text has white color on #0C3B1A background.