COLOR #0C3420

HEX: #0C3420
RGB: (12,52,32)

Color info

#0C3420 contains red, green and blue colors in about the same proportion. Web safe color of #0C3420 is #003333 (or #033).

RGB color model

#0C3420 color RGB value is (12,52,32).

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

RGB channels and saturation

R 12 of 255 = 5%
G 52 of 255 = 20%
B 32 of 255 = 13%

12
52
32

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

Portions of RGB colors in percentages

R + G + B =
12 + 52 + 32 = 96 (100%)
R 12 of 96 ~ 12.5%
G 52 of 96 ~ 54.17%
B 32 of 96 ~ 33.33%

%12.5
%54.17
%33.33

CMYK color model

#0C3420 color CMYK value is (77,0,38,80).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 79.61%
CMYK:
(77,0,38,80)
C77M0Y38K80 
(77%,0%,38%,80%)
(0.77/0.00/0.38/0.80)	

CMYK percentages

%76.92
%0
%38.46
%79.61

Codes

Color #0C3420 in popluar color models

0C3420
RGB125232
HSL150°62.50%12.55%
HSB/HSV150°76.92%20.39%
CMYK76.92%0.00%38.46%
79.61%

Color #0C3420 in popluar number systems.

HEX0C3420
Decimal125232
Binary1100110100100000
Octal146440

Shades and tints

Shades of #0C3420

#0C3420
(12,52,32)
#0B301E
(11,48,30)
#0A2C1C
(10,44,28)
#09281A
(9,40,26)
#082418
(8,36,24)
#072016
(7,32,22)
#061C14
(6,28,20)
#051812
(5,24,18)
#041410
(4,20,16)
#03100E
(3,16,14)
#020C0C
(2,12,12)
#000000
(0,0,0)

Tints of #0C3420

#0C3420
(12,52,32)
#224634
(34,70,52)
#385848
(56,88,72)
#4E6A5C
(78,106,92)
#647C70
(100,124,112)
#7A8E84
(122,142,132)
#90A098
(144,160,152)
#A6B2AC
(166,178,172)
#BCC4C0
(188,196,192)
#D2D6D4
(210,214,212)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3420; }

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

This text font color is #0C3420.


Background Color

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

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

This div background color is #0C3420.


Border color

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

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

This div border color is #0C3420.


Opacity

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

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

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

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

This text has shadow with #0C3420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3420 on black background.


Color preview on white background

This text has color #0C3420 on white background.



Black color preview on #0C3420 background

This text has black color on #0C3420 background.


White color preview on #0C3420 background

This text has white color on #0C3420 background.