COLOR #0C3204

HEX: #0C3204
RGB: (12,50,4)

Color info

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

RGB color model

#0C3204 color RGB value is (12,50,4).

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

RGB channels and saturation

R 12 of 255 = 5%
G 50 of 255 = 20%
B 4 of 255 = 2%

12
50
4

R + G + B ~ 9%. #0C3204 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 50 + 4 = 66 (100%)
R 12 of 66 ~ 18.18%
G 50 of 66 ~ 75.76%
B 4 of 66 ~ 6.06%

%18.18
%75.76

CMYK color model

#0C3204 color CMYK value is (76,0,92,80).

  • cyan value is 76.00%
  • magenta value is 0.00%
  • yellow value is 92.00%
  • key color value is 80.39%
CMYK:
(76,0,92,80)
C76M0Y92K80 
(76%,0%,92%,80%)
(0.76/0.00/0.92/0.80)	

CMYK percentages

%76
%0
%92
%80.39

Codes

Color #0C3204 in popluar color models

0C3204
RGB12504
HSL110°85.19%10.59%
HSB/HSV110°92.00%19.61%
CMYK76.00%0.00%92.00%
80.39%

Color #0C3204 in popluar number systems.

HEX0C3204
Decimal12504
Binary1100110010100
Octal14624

Shades and tints

Shades of #0C3204

#0C3204
(12,50,4)
#0B2E04
(11,46,4)
#0A2A04
(10,42,4)
#092604
(9,38,4)
#082204
(8,34,4)
#071E04
(7,30,4)
#061A04
(6,26,4)
#051604
(5,22,4)
#041204
(4,18,4)
#030E04
(3,14,4)
#020A04
(2,10,4)
#000000
(0,0,0)

Tints of #0C3204

#0C3204
(12,50,4)
#22441A
(34,68,26)
#385630
(56,86,48)
#4E6846
(78,104,70)
#647A5C
(100,122,92)
#7A8C72
(122,140,114)
#909E88
(144,158,136)
#A6B09E
(166,176,158)
#BCC2B4
(188,194,180)
#D2D4CA
(210,212,202)
#E8E6E0
(232,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3204; }

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

This text font color is #0C3204.


Background Color

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

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

This div background color is #0C3204.


Border color

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

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

This div border color is #0C3204.


Opacity

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

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

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

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

This text has shadow with #0C3204 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3204 on black background.


Color preview on white background

This text has color #0C3204 on white background.



Black color preview on #0C3204 background

This text has black color on #0C3204 background.


White color preview on #0C3204 background

This text has white color on #0C3204 background.