COLOR #0C3704

HEX: #0C3704
RGB: (12,55,4)

Color info

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

RGB color model

#0C3704 color RGB value is (12,55,4).

  • red value is 12;
  • green value is 55;
  • blue value is 4.
RGB:
(12,55,4)
(5%,22%,2%)

RGB channels and saturation

R 12 of 255 = 5%
G 55 of 255 = 22%
B 4 of 255 = 2%

12
55
4

R + G + B ~ 10%. #0C3704 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 55 + 4 = 71 (100%)
R 12 of 71 ~ 16.9%
G 55 of 71 ~ 77.46%
B 4 of 71 ~ 5.63%

%16.9
%77.46

CMYK color model

#0C3704 color CMYK value is (78,0,93,78).

  • cyan value is 78.18%
  • magenta value is 0.00%
  • yellow value is 92.73%
  • key color value is 78.43%
CMYK:
(78,0,93,78)
C78M0Y93K78 
(78%,0%,93%,78%)
(0.78/0.00/0.93/0.78)	

CMYK percentages

%78.18
%0
%92.73
%78.43

Codes

Color #0C3704 in popluar color models

0C3704
RGB12554
HSL111°86.44%11.57%
HSB/HSV111°92.73%21.57%
CMYK78.18%0.00%92.73%
78.43%

Color #0C3704 in popluar number systems.

HEX0C3704
Decimal12554
Binary1100110111100
Octal14674

Shades and tints

Shades of #0C3704

#0C3704
(12,55,4)
#0B3204
(11,50,4)
#0A2D04
(10,45,4)
#092804
(9,40,4)
#082304
(8,35,4)
#071E04
(7,30,4)
#061904
(6,25,4)
#051404
(5,20,4)
#040F04
(4,15,4)
#030A04
(3,10,4)
#020504
(2,5,4)
#000000
(0,0,0)

Tints of #0C3704

#0C3704
(12,55,4)
#22491A
(34,73,26)
#385B30
(56,91,48)
#4E6D46
(78,109,70)
#647F5C
(100,127,92)
#7A9172
(122,145,114)
#90A388
(144,163,136)
#A6B59E
(166,181,158)
#BCC7B4
(188,199,180)
#D2D9CA
(210,217,202)
#E8EBE0
(232,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3704 color. Also use rgb(12,55,4) instead hex code.

Text Font Color

.myTextColor { color: #0C3704; }

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

This text font color is #0C3704.


Background Color

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

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

This div background color is #0C3704.


Border color

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

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

This div border color is #0C3704.


Opacity

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

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

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

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

This text has shadow with #0C3704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3704 on black background.


Color preview on white background

This text has color #0C3704 on white background.



Black color preview on #0C3704 background

This text has black color on #0C3704 background.


White color preview on #0C3704 background

This text has white color on #0C3704 background.