COLOR #0C290B

HEX: #0C290B
RGB: (12,41,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

12
41
11

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

Portions of RGB colors in percentages

R + G + B =
12 + 41 + 11 = 64 (100%)
R 12 of 64 ~ 18.75%
G 41 of 64 ~ 64.06%
B 11 of 64 ~ 17.19%

%18.75
%64.06
%17.19

CMYK color model

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

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

CMYK percentages

%70.73
%0
%73.17
%83.92

Codes

Color #0C290B in popluar color models

0C290B
RGB124111
HSL118°57.69%10.20%
HSB/HSV118°73.17%16.08%
CMYK70.73%0.00%73.17%
83.92%

Color #0C290B in popluar number systems.

HEX0C290B
Decimal124111
Binary11001010011011
Octal145113

Shades and tints

Shades of #0C290B

#0C290B
(12,41,11)
#0B260A
(11,38,10)
#0A2309
(10,35,9)
#092008
(9,32,8)
#081D07
(8,29,7)
#071A06
(7,26,6)
#061705
(6,23,5)
#051404
(5,20,4)
#041103
(4,17,3)
#030E02
(3,14,2)
#020B01
(2,11,1)
#000000
(0,0,0)

Tints of #0C290B

#0C290B
(12,41,11)
#223C21
(34,60,33)
#384F37
(56,79,55)
#4E624D
(78,98,77)
#647563
(100,117,99)
#7A8879
(122,136,121)
#909B8F
(144,155,143)
#A6AEA5
(166,174,165)
#BCC1BB
(188,193,187)
#D2D4D1
(210,212,209)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C290B; }

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

This text font color is #0C290B.


Background Color

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

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

This div background color is #0C290B.


Border color

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

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

This div border color is #0C290B.


Opacity

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

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

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

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

This text has shadow with #0C290B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C290B on black background.


Color preview on white background

This text has color #0C290B on white background.



Black color preview on #0C290B background

This text has black color on #0C290B background.


White color preview on #0C290B background

This text has white color on #0C290B background.