COLOR #0C2509

HEX: #0C2509
RGB: (12,37,9)

Color info

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

RGB color model

#0C2509 color RGB value is (12,37,9).

  • red value is 12;
  • green value is 37;
  • blue value is 9.
RGB:
(12,37,9)
(5%,15%,4%)

RGB channels and saturation

R 12 of 255 = 5%
G 37 of 255 = 15%
B 9 of 255 = 4%

12
37
9

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

Portions of RGB colors in percentages

R + G + B =
12 + 37 + 9 = 58 (100%)
R 12 of 58 ~ 20.69%
G 37 of 58 ~ 63.79%
B 9 of 58 ~ 15.52%

%20.69
%63.79
%15.52

CMYK color model

#0C2509 color CMYK value is (68,0,76,85).

  • cyan value is 67.57%
  • magenta value is 0.00%
  • yellow value is 75.68%
  • key color value is 85.49%
CMYK:
(68,0,76,85)
C68M0Y76K85 
(68%,0%,76%,85%)
(0.68/0.00/0.76/0.85)	

CMYK percentages

%67.57
%0
%75.68
%85.49

Codes

Color #0C2509 in popluar color models

0C2509
RGB12379
HSL114°60.87%9.02%
HSB/HSV114°75.68%14.51%
CMYK67.57%0.00%75.68%
85.49%

Color #0C2509 in popluar number systems.

HEX0C2509
Decimal12379
Binary11001001011001
Octal144511

Shades and tints

Shades of #0C2509

#0C2509
(12,37,9)
#0B2209
(11,34,9)
#0A1F09
(10,31,9)
#091C09
(9,28,9)
#081909
(8,25,9)
#071609
(7,22,9)
#061309
(6,19,9)
#051009
(5,16,9)
#040D09
(4,13,9)
#030A09
(3,10,9)
#020709
(2,7,9)
#000000
(0,0,0)

Tints of #0C2509

#0C2509
(12,37,9)
#22381F
(34,56,31)
#384B35
(56,75,53)
#4E5E4B
(78,94,75)
#647161
(100,113,97)
#7A8477
(122,132,119)
#90978D
(144,151,141)
#A6AAA3
(166,170,163)
#BCBDB9
(188,189,185)
#D2D0CF
(210,208,207)
#E8E3E5
(232,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C2509; }

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

This text font color is #0C2509.


Background Color

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

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

This div background color is #0C2509.


Border color

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

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

This div border color is #0C2509.


Opacity

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

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

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

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

This text has shadow with #0C2509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C2509 on black background.


Color preview on white background

This text has color #0C2509 on white background.



Black color preview on #0C2509 background

This text has black color on #0C2509 background.


White color preview on #0C2509 background

This text has white color on #0C2509 background.