COLOR #0C3401

HEX: #0C3401
RGB: (12,52,1)

Color info

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

RGB color model

#0C3401 color RGB value is (12,52,1).

  • red value is 12;
  • green value is 52;
  • blue value is 1.
RGB:
(12,52,1)
(5%,20%,0%)

RGB channels and saturation

R 12 of 255 = 5%
G 52 of 255 = 20%
B 1 of 255 = 0%

12
52
1

R + G + B ~ 8%. #0C3401 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 52 + 1 = 65 (100%)
R 12 of 65 ~ 18.46%
G 52 of 65 ~ 80%
B 1 of 65 ~ 1.54%

%18.46
%80

CMYK color model

#0C3401 color CMYK value is (77,0,98,80).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 98.08%
  • key color value is 79.61%
CMYK:
(77,0,98,80)
C77M0Y98K80 
(77%,0%,98%,80%)
(0.77/0.00/0.98/0.80)	

CMYK percentages

%76.92
%0
%98.08
%79.61

Codes

Color #0C3401 in popluar color models

0C3401
RGB12521
HSL107°96.23%10.39%
HSB/HSV107°98.08%20.39%
CMYK76.92%0.00%98.08%
79.61%

Color #0C3401 in popluar number systems.

HEX0C3401
Decimal12521
Binary11001101001
Octal14641

Shades and tints

Shades of #0C3401

#0C3401
(12,52,1)
#0B3001
(11,48,1)
#0A2C01
(10,44,1)
#092801
(9,40,1)
#082401
(8,36,1)
#072001
(7,32,1)
#061C01
(6,28,1)
#051801
(5,24,1)
#041401
(4,20,1)
#031001
(3,16,1)
#020C01
(2,12,1)
#000000
(0,0,0)

Tints of #0C3401

#0C3401
(12,52,1)
#224618
(34,70,24)
#38582F
(56,88,47)
#4E6A46
(78,106,70)
#647C5D
(100,124,93)
#7A8E74
(122,142,116)
#90A08B
(144,160,139)
#A6B2A2
(166,178,162)
#BCC4B9
(188,196,185)
#D2D6D0
(210,214,208)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3401 color. Also use rgb(12,52,1) instead hex code.

Text Font Color

.myTextColor { color: #0C3401; }

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

This text font color is #0C3401.


Background Color

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

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

This div background color is #0C3401.


Border color

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

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

This div border color is #0C3401.


Opacity

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

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

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

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

This text has shadow with #0C3401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3401 on black background.


Color preview on white background

This text has color #0C3401 on white background.



Black color preview on #0C3401 background

This text has black color on #0C3401 background.


White color preview on #0C3401 background

This text has white color on #0C3401 background.