COLOR #0C330F

HEX: #0C330F
RGB: (12,51,15)

Color info

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

RGB color model

#0C330F color RGB value is (12,51,15).

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

RGB channels and saturation

R 12 of 255 = 5%
G 51 of 255 = 20%
B 15 of 255 = 6%

12
51
15

R + G + B ~ 10%. #0C330F is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 51 + 15 = 78 (100%)
R 12 of 78 ~ 15.38%
G 51 of 78 ~ 65.38%
B 15 of 78 ~ 19.23%

%15.38
%65.38
%19.23

CMYK color model

#0C330F color CMYK value is (76,0,71,80).

  • cyan value is 76.47%
  • magenta value is 0.00%
  • yellow value is 70.59%
  • key color value is 80.00%
CMYK:
(76,0,71,80)
C76M0Y71K80 
(76%,0%,71%,80%)
(0.76/0.00/0.71/0.80)	

CMYK percentages

%76.47
%0
%70.59
%80

Codes

Color #0C330F in popluar color models

0C330F
RGB125115
HSL125°61.90%12.35%
HSB/HSV125°76.47%20.00%
CMYK76.47%0.00%70.59%
80.00%

Color #0C330F in popluar number systems.

HEX0C330F
Decimal125115
Binary11001100111111
Octal146317

Shades and tints

Shades of #0C330F

#0C330F
(12,51,15)
#0B2F0E
(11,47,14)
#0A2B0D
(10,43,13)
#09270C
(9,39,12)
#08230B
(8,35,11)
#071F0A
(7,31,10)
#061B09
(6,27,9)
#051708
(5,23,8)
#041307
(4,19,7)
#030F06
(3,15,6)
#020B05
(2,11,5)
#000000
(0,0,0)

Tints of #0C330F

#0C330F
(12,51,15)
#224524
(34,69,36)
#385739
(56,87,57)
#4E694E
(78,105,78)
#647B63
(100,123,99)
#7A8D78
(122,141,120)
#909F8D
(144,159,141)
#A6B1A2
(166,177,162)
#BCC3B7
(188,195,183)
#D2D5CC
(210,213,204)
#E8E7E1
(232,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C330F; }

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

This text font color is #0C330F.


Background Color

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

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

This div background color is #0C330F.


Border color

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

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

This div border color is #0C330F.


Opacity

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

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

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

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

This text has shadow with #0C330F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C330F on black background.


Color preview on white background

This text has color #0C330F on white background.



Black color preview on #0C330F background

This text has black color on #0C330F background.


White color preview on #0C330F background

This text has white color on #0C330F background.