COLOR #0C2919

HEX: #0C2919
RGB: (12,41,25)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

12
41
25

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

Portions of RGB colors in percentages

R + G + B =
12 + 41 + 25 = 78 (100%)
R 12 of 78 ~ 15.38%
G 41 of 78 ~ 52.56%
B 25 of 78 ~ 32.05%

%15.38
%52.56
%32.05

CMYK color model

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

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

CMYK percentages

%70.73
%0
%39.02
%83.92

Codes

Color #0C2919 in popluar color models

0C2919
RGB124125
HSL147°54.72%10.39%
HSB/HSV147°70.73%16.08%
CMYK70.73%0.00%39.02%
83.92%

Color #0C2919 in popluar number systems.

HEX0C2919
Decimal124125
Binary110010100111001
Octal145131

Shades and tints

Shades of #0C2919

#0C2919
(12,41,25)
#0B2617
(11,38,23)
#0A2315
(10,35,21)
#092013
(9,32,19)
#081D11
(8,29,17)
#071A0F
(7,26,15)
#06170D
(6,23,13)
#05140B
(5,20,11)
#041109
(4,17,9)
#030E07
(3,14,7)
#020B05
(2,11,5)
#000000
(0,0,0)

Tints of #0C2919

#0C2919
(12,41,25)
#223C2D
(34,60,45)
#384F41
(56,79,65)
#4E6255
(78,98,85)
#647569
(100,117,105)
#7A887D
(122,136,125)
#909B91
(144,155,145)
#A6AEA5
(166,174,165)
#BCC1B9
(188,193,185)
#D2D4CD
(210,212,205)
#E8E7E1
(232,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2919; }

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

This text font color is #0C2919.


Background Color

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

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

This div background color is #0C2919.


Border color

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

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

This div border color is #0C2919.


Opacity

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

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

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

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

This text has shadow with #0C2919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2919 on black background.


Color preview on white background

This text has color #0C2919 on white background.



Black color preview on #0C2919 background

This text has black color on #0C2919 background.


White color preview on #0C2919 background

This text has white color on #0C2919 background.