COLOR #0C300C

HEX: #0C300C
RGB: (12,48,12)

Color info

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

RGB color model

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

  • red value is 12;
  • green value is 48;
  • blue value is 12.
RGB:
(12,48,12)
(5%,19%,5%)

RGB channels and saturation

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

12
48
12

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

Portions of RGB colors in percentages

R + G + B =
12 + 48 + 12 = 72 (100%)
R 12 of 72 ~ 16.67%
G 48 of 72 ~ 66.67%
B 12 of 72 ~ 16.67%

%16.67
%66.67
%16.67

CMYK color model

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

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 81.18%
CMYK:
(75,0,75,81)
C75M0Y75K81 
(75%,0%,75%,81%)
(0.75/0.00/0.75/0.81)	

CMYK percentages

%75
%0
%75
%81.18

Codes

Color #0C300C in popluar color models

0C300C
RGB124812
HSL120°60.00%11.76%
HSB/HSV120°75.00%18.82%
CMYK75.00%0.00%75.00%
81.18%

Color #0C300C in popluar number systems.

HEX0C300C
Decimal124812
Binary11001100001100
Octal146014

Shades and tints

Shades of #0C300C

#0C300C
(12,48,12)
#0B2C0B
(11,44,11)
#0A280A
(10,40,10)
#092409
(9,36,9)
#082008
(8,32,8)
#071C07
(7,28,7)
#061806
(6,24,6)
#051405
(5,20,5)
#041004
(4,16,4)
#030C03
(3,12,3)
#020802
(2,8,2)
#000000
(0,0,0)

Tints of #0C300C

#0C300C
(12,48,12)
#224222
(34,66,34)
#385438
(56,84,56)
#4E664E
(78,102,78)
#647864
(100,120,100)
#7A8A7A
(122,138,122)
#909C90
(144,156,144)
#A6AEA6
(166,174,166)
#BCC0BC
(188,192,188)
#D2D2D2
(210,210,210)
#E8E4E8
(232,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C300C; }

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

This text font color is #0C300C.


Background Color

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

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

This div background color is #0C300C.


Border color

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

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

This div border color is #0C300C.


Opacity

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

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

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

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

This text has shadow with #0C300C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C300C on black background.


Color preview on white background

This text has color #0C300C on white background.



Black color preview on #0C300C background

This text has black color on #0C300C background.


White color preview on #0C300C background

This text has white color on #0C300C background.