COLOR #0C3313

HEX: #0C3313
RGB: (12,51,19)

Color info

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

RGB color model

#0C3313 color RGB value is (12,51,19).

  • red value is 12;
  • green value is 51;
  • blue value is 19.
RGB:
(12,51,19)
(5%,20%,7%)

RGB channels and saturation

R 12 of 255 = 5%
G 51 of 255 = 20%
B 19 of 255 = 7%

12
51
19

R + G + B ~ 11%. #0C3313 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 51 + 19 = 82 (100%)
R 12 of 82 ~ 14.63%
G 51 of 82 ~ 62.2%
B 19 of 82 ~ 23.17%

%14.63
%62.2
%23.17

CMYK color model

#0C3313 color CMYK value is (76,0,63,80).

  • cyan value is 76.47%
  • magenta value is 0.00%
  • yellow value is 62.75%
  • key color value is 80.00%
CMYK:
(76,0,63,80)
C76M0Y63K80 
(76%,0%,63%,80%)
(0.76/0.00/0.63/0.80)	

CMYK percentages

%76.47
%0
%62.75
%80

Codes

Color #0C3313 in popluar color models

0C3313
RGB125119
HSL131°61.90%12.35%
HSB/HSV131°76.47%20.00%
CMYK76.47%0.00%62.75%
80.00%

Color #0C3313 in popluar number systems.

HEX0C3313
Decimal125119
Binary110011001110011
Octal146323

Shades and tints

Shades of #0C3313

#0C3313
(12,51,19)
#0B2F12
(11,47,18)
#0A2B11
(10,43,17)
#092710
(9,39,16)
#08230F
(8,35,15)
#071F0E
(7,31,14)
#061B0D
(6,27,13)
#05170C
(5,23,12)
#04130B
(4,19,11)
#030F0A
(3,15,10)
#020B09
(2,11,9)
#000000
(0,0,0)

Tints of #0C3313

#0C3313
(12,51,19)
#224528
(34,69,40)
#38573D
(56,87,61)
#4E6952
(78,105,82)
#647B67
(100,123,103)
#7A8D7C
(122,141,124)
#909F91
(144,159,145)
#A6B1A6
(166,177,166)
#BCC3BB
(188,195,187)
#D2D5D0
(210,213,208)
#E8E7E5
(232,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C3313 color. Also use rgb(12,51,19) instead hex code.

Text Font Color

.myTextColor { color: #0C3313; }

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

This text font color is #0C3313.


Background Color

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

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

This div background color is #0C3313.


Border color

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

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

This div border color is #0C3313.


Opacity

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

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

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

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

This text has shadow with #0C3313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C3313 on black background.


Color preview on white background

This text has color #0C3313 on white background.



Black color preview on #0C3313 background

This text has black color on #0C3313 background.


White color preview on #0C3313 background

This text has white color on #0C3313 background.