COLOR #0C290A

HEX: #0C290A
RGB: (12,41,10)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

12
41
10

R + G + B ~ 8%. #0C290A is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 41 + 10 = 63 (100%)
R 12 of 63 ~ 19.05%
G 41 of 63 ~ 65.08%
B 10 of 63 ~ 15.87%

%19.05
%65.08
%15.87

CMYK color model

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

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

CMYK percentages

%70.73
%0
%75.61
%83.92

Codes

Color #0C290A in popluar color models

0C290A
RGB124110
HSL116°60.78%10.00%
HSB/HSV116°75.61%16.08%
CMYK70.73%0.00%75.61%
83.92%

Color #0C290A in popluar number systems.

HEX0C290A
Decimal124110
Binary11001010011010
Octal145112

Shades and tints

Shades of #0C290A

#0C290A
(12,41,10)
#0B260A
(11,38,10)
#0A230A
(10,35,10)
#09200A
(9,32,10)
#081D0A
(8,29,10)
#071A0A
(7,26,10)
#06170A
(6,23,10)
#05140A
(5,20,10)
#04110A
(4,17,10)
#030E0A
(3,14,10)
#020B0A
(2,11,10)
#000000
(0,0,0)

Tints of #0C290A

#0C290A
(12,41,10)
#223C20
(34,60,32)
#384F36
(56,79,54)
#4E624C
(78,98,76)
#647562
(100,117,98)
#7A8878
(122,136,120)
#909B8E
(144,155,142)
#A6AEA4
(166,174,164)
#BCC1BA
(188,193,186)
#D2D4D0
(210,212,208)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C290A; }

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

This text font color is #0C290A.


Background Color

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

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

This div background color is #0C290A.


Border color

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

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

This div border color is #0C290A.


Opacity

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

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

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

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

This text has shadow with #0C290A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C290A on black background.


Color preview on white background

This text has color #0C290A on white background.



Black color preview on #0C290A background

This text has black color on #0C290A background.


White color preview on #0C290A background

This text has white color on #0C290A background.