COLOR #0C3009

HEX: #0C3009 RGB: (12,48,9)

Color info

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

RGB color model

#0C3009 color RGB value is (12,48,9).

RGB: (12,48,9) (5%, 19%, 4%)

RGB channels and saturation

R 12 of 255 = 5%
G 48 of 255 = 19%
B 9 of 255 = 4%

12
48
9

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

Portions of RGB colors in percentages

R + G + B = 12 + 48 + 9 = 69 (100%)
R 12 of 69 ~ 17.39%
G 48 of 69 ~ 69.57%
B 9 of 69 ~ 13.04'%

%17.39
%69.57
%13.04

CMYK color model

#0C3009 color CMYK value is (75,0,81,81).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 81.25%
  • key color value is 81.18%

CMYK: (75,0,81,81)
C75M0Y81K81 (75%, 0%, 81%, 81%)
(0.75 / 0.00 / 0.81 / 0.81)

CMYK percentages

%75
%0
%81.25
%81.18

Codes

Color #0C3009 in popluar color models

0C 30 09
RGB 12 48 9
HSL 115° 68.42% 11.18%
HSB/HSV 115° 81.25% 18.82%
CMYK 75.00% 0.00% 81.25%
81.18%

Color #0C3009 in popluar number systems.

HEX 0C 30 09
Decimal 12 48 9
Binary 1100 110000 1001
Octal 14 60 11

Shades and tints

Shades of #0C3009

#0C3009
(12,48,9)
#0B2C09
(11,44,9)
#0A2809
(10,40,9)
#092409
(9,36,9)
#082009
(8,32,9)
#071C09
(7,28,9)
#061809
(6,24,9)
#051409
(5,20,9)
#041009
(4,16,9)
#030C09
(3,12,9)
#020809
(2,8,9)
#000000
(0,0,0)

Tints of #0C3009

#0C3009
(12,48,9)
#22421F
(34,66,31)
#385435
(56,84,53)
#4E664B
(78,102,75)
#647861
(100,120,97)
#7A8A77
(122,138,119)
#909C8D
(144,156,141)
#A6AEA3
(166,174,163)
#BCC0B9
(188,192,185)
#D2D2CF
(210,210,207)
#E8E4E5
(232,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C3009; }

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

This text font color is #0C3009.

Background Color

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

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

This div background color is #0C3009.

Border color

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

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

This div border color is #0C3009.

Opacity

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

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

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

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

This text has shadow with #0C3009 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C3009.

Preview

Color preview on black background

This text has color #0C3009 on black background.


Color preview on white background

This text has color #0C3009 on white background.


Black color preview on #0C3009 background

This text has black color on #0C3009 background.


White color preview on #0C3009 background

This text has white color on #0C3009 background.


Related colors

Complementary color

Complementary color for #hex is #F3CFF6.


I love getcolorcode.com

Triadic colors

1 #090C30 and #30090C with #0C3009 are triadic colors.

2 #09300C and #300C09 with #0C3009 are triadic colors.