COLOR #0C3A0E

HEX: #0C3A0E
RGB: (12,58,14)

Color info

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

RGB color model

#0C3A0E color RGB value is (12,58,14).

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

RGB channels and saturation

R 12 of 255 = 5%
G 58 of 255 = 23%
B 14 of 255 = 5%

12
58
14

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

Portions of RGB colors in percentages

R + G + B =
12 + 58 + 14 = 84 (100%)
R 12 of 84 ~ 14.29%
G 58 of 84 ~ 69.05%
B 14 of 84 ~ 16.67%

%14.29
%69.05
%16.67

CMYK color model

#0C3A0E color CMYK value is (79,0,76,77).

  • cyan value is 79.31%
  • magenta value is 0.00%
  • yellow value is 75.86%
  • key color value is 77.25%
CMYK:
(79,0,76,77)
C79M0Y76K77 
(79%,0%,76%,77%)
(0.79/0.00/0.76/0.77)	

CMYK percentages

%79.31
%0
%75.86
%77.25

Codes

Color #0C3A0E in popluar color models

0C3A0E
RGB125814
HSL123°65.71%13.73%
HSB/HSV123°79.31%22.75%
CMYK79.31%0.00%75.86%
77.25%

Color #0C3A0E in popluar number systems.

HEX0C3A0E
Decimal125814
Binary11001110101110
Octal147216

Shades and tints

Shades of #0C3A0E

#0C3A0E
(12,58,14)
#0B350D
(11,53,13)
#0A300C
(10,48,12)
#092B0B
(9,43,11)
#08260A
(8,38,10)
#072109
(7,33,9)
#061C08
(6,28,8)
#051707
(5,23,7)
#041206
(4,18,6)
#030D05
(3,13,5)
#020804
(2,8,4)
#000000
(0,0,0)

Tints of #0C3A0E

#0C3A0E
(12,58,14)
#224B23
(34,75,35)
#385C38
(56,92,56)
#4E6D4D
(78,109,77)
#647E62
(100,126,98)
#7A8F77
(122,143,119)
#90A08C
(144,160,140)
#A6B1A1
(166,177,161)
#BCC2B6
(188,194,182)
#D2D3CB
(210,211,203)
#E8E4E0
(232,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3A0E; }

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

This text font color is #0C3A0E.


Background Color

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

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

This div background color is #0C3A0E.


Border color

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

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

This div border color is #0C3A0E.


Opacity

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

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

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

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

This text has shadow with #0C3A0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3A0E on black background.


Color preview on white background

This text has color #0C3A0E on white background.



Black color preview on #0C3A0E background

This text has black color on #0C3A0E background.


White color preview on #0C3A0E background

This text has white color on #0C3A0E background.