COLOR #0C290C

HEX: #0C290C
RGB: (12,41,12)

Color info

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

RGB color model

#0C290C color RGB value is (12,41,12).

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

RGB channels and saturation

R 12 of 255 = 5%
G 41 of 255 = 16%
B 12 of 255 = 5%

12
41
12

R + G + B ~ 9%. #0C290C is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 41 + 12 = 65 (100%)
R 12 of 65 ~ 18.46%
G 41 of 65 ~ 63.08%
B 12 of 65 ~ 18.46%

%18.46
%63.08
%18.46

CMYK color model

#0C290C color CMYK value is (71,0,71,84).

  • cyan value is 70.73%
  • magenta value is 0.00%
  • yellow value is 70.73%
  • key color value is 83.92%
CMYK:
(71,0,71,84)
C71M0Y71K84 
(71%,0%,71%,84%)
(0.71/0.00/0.71/0.84)	

CMYK percentages

%70.73
%0
%70.73
%83.92

Codes

Color #0C290C in popluar color models

0C290C
RGB124112
HSL120°54.72%10.39%
HSB/HSV120°70.73%16.08%
CMYK70.73%0.00%70.73%
83.92%

Color #0C290C in popluar number systems.

HEX0C290C
Decimal124112
Binary11001010011100
Octal145114

Shades and tints

Shades of #0C290C

#0C290C
(12,41,12)
#0B260B
(11,38,11)
#0A230A
(10,35,10)
#092009
(9,32,9)
#081D08
(8,29,8)
#071A07
(7,26,7)
#061706
(6,23,6)
#051405
(5,20,5)
#041104
(4,17,4)
#030E03
(3,14,3)
#020B02
(2,11,2)
#000000
(0,0,0)

Tints of #0C290C

#0C290C
(12,41,12)
#223C22
(34,60,34)
#384F38
(56,79,56)
#4E624E
(78,98,78)
#647564
(100,117,100)
#7A887A
(122,136,122)
#909B90
(144,155,144)
#A6AEA6
(166,174,166)
#BCC1BC
(188,193,188)
#D2D4D2
(210,212,210)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C290C; }

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

This text font color is #0C290C.


Background Color

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

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

This div background color is #0C290C.


Border color

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

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

This div border color is #0C290C.


Opacity

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

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

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

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

This text has shadow with #0C290C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C290C on black background.


Color preview on white background

This text has color #0C290C on white background.



Black color preview on #0C290C background

This text has black color on #0C290C background.


White color preview on #0C290C background

This text has white color on #0C290C background.