COLOR #0C3616

HEX: #0C3616
RGB: (12,54,22)

Color info

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

RGB color model

#0C3616 color RGB value is (12,54,22).

  • red value is 12;
  • green value is 54;
  • blue value is 22.
RGB:
(12,54,22)
(5%,21%,9%)

RGB channels and saturation

R 12 of 255 = 5%
G 54 of 255 = 21%
B 22 of 255 = 9%

12
54
22

R + G + B ~ 12%. #0C3616 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 54 + 22 = 88 (100%)
R 12 of 88 ~ 13.64%
G 54 of 88 ~ 61.36%
B 22 of 88 ~ 25%

%13.64
%61.36
%25

CMYK color model

#0C3616 color CMYK value is (78,0,59,79).

  • cyan value is 77.78%
  • magenta value is 0.00%
  • yellow value is 59.26%
  • key color value is 78.82%
CMYK:
(78,0,59,79)
C78M0Y59K79 
(78%,0%,59%,79%)
(0.78/0.00/0.59/0.79)	

CMYK percentages

%77.78
%0
%59.26
%78.82

Codes

Color #0C3616 in popluar color models

0C3616
RGB125422
HSL134°63.64%12.94%
HSB/HSV134°77.78%21.18%
CMYK77.78%0.00%59.26%
78.82%

Color #0C3616 in popluar number systems.

HEX0C3616
Decimal125422
Binary110011011010110
Octal146626

Shades and tints

Shades of #0C3616

#0C3616
(12,54,22)
#0B3214
(11,50,20)
#0A2E12
(10,46,18)
#092A10
(9,42,16)
#08260E
(8,38,14)
#07220C
(7,34,12)
#061E0A
(6,30,10)
#051A08
(5,26,8)
#041606
(4,22,6)
#031204
(3,18,4)
#020E02
(2,14,2)
#000000
(0,0,0)

Tints of #0C3616

#0C3616
(12,54,22)
#22482B
(34,72,43)
#385A40
(56,90,64)
#4E6C55
(78,108,85)
#647E6A
(100,126,106)
#7A907F
(122,144,127)
#90A294
(144,162,148)
#A6B4A9
(166,180,169)
#BCC6BE
(188,198,190)
#D2D8D3
(210,216,211)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3616 color. Also use rgb(12,54,22) instead hex code.

Text Font Color

.myTextColor { color: #0C3616; }

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

This text font color is #0C3616.


Background Color

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

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

This div background color is #0C3616.


Border color

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

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

This div border color is #0C3616.


Opacity

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

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

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

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

This text has shadow with #0C3616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3616 on black background.


Color preview on white background

This text has color #0C3616 on white background.



Black color preview on #0C3616 background

This text has black color on #0C3616 background.


White color preview on #0C3616 background

This text has white color on #0C3616 background.