COLOR #0C330C

HEX: #0C330C
RGB: (12,51,12)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

12
51
12

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

Portions of RGB colors in percentages

R + G + B =
12 + 51 + 12 = 75 (100%)
R 12 of 75 ~ 16%
G 51 of 75 ~ 68%
B 12 of 75 ~ 16%

%16
%68
%16

CMYK color model

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

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

CMYK percentages

%76.47
%0
%76.47
%80

Codes

Color #0C330C in popluar color models

0C330C
RGB125112
HSL120°61.90%12.35%
HSB/HSV120°76.47%20.00%
CMYK76.47%0.00%76.47%
80.00%

Color #0C330C in popluar number systems.

HEX0C330C
Decimal125112
Binary11001100111100
Octal146314

Shades and tints

Shades of #0C330C

#0C330C
(12,51,12)
#0B2F0B
(11,47,11)
#0A2B0A
(10,43,10)
#092709
(9,39,9)
#082308
(8,35,8)
#071F07
(7,31,7)
#061B06
(6,27,6)
#051705
(5,23,5)
#041304
(4,19,4)
#030F03
(3,15,3)
#020B02
(2,11,2)
#000000
(0,0,0)

Tints of #0C330C

#0C330C
(12,51,12)
#224522
(34,69,34)
#385738
(56,87,56)
#4E694E
(78,105,78)
#647B64
(100,123,100)
#7A8D7A
(122,141,122)
#909F90
(144,159,144)
#A6B1A6
(166,177,166)
#BCC3BC
(188,195,188)
#D2D5D2
(210,213,210)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C330C; }

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

This text font color is #0C330C.


Background Color

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

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

This div background color is #0C330C.


Border color

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

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

This div border color is #0C330C.


Opacity

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

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

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

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

This text has shadow with #0C330C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C330C on black background.


Color preview on white background

This text has color #0C330C on white background.



Black color preview on #0C330C background

This text has black color on #0C330C background.


White color preview on #0C330C background

This text has white color on #0C330C background.