COLOR #120C00

HEX: #120C00
RGB: (18,12,0)

Color info

#120C00 contains only red and green colors. Web safe color of #120C00 is #000000 (or #000).

RGB color model

#120C00 color RGB value is (18,12,0).

  • red value is 18;
  • green value is 12;
  • blue value is 0.
RGB:
(18,12,0)
(7%,5%,0%)

RGB channels and saturation

R 18 of 255 = 7%
G 12 of 255 = 5%
B 0 of 255 = 0%

18
12
0

R + G + B ~ 4%. #120C00 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 12 + 0 = 30 (100%)
R 18 of 30 ~ 60%
G 12 of 30 ~ 40%
B 0 of 30 ~ 0%

%60
%40

CMYK color model

#120C00 color CMYK value is (0,33,100,93).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 100.00%
  • key color value is 92.94%
CMYK:
(0,33,100,93)
C0M33Y100K93 
(0%,33%,100%,93%)
(0.00/0.33/1.00/0.93)	

CMYK percentages

%0
%33.33
%100
%92.94

Codes

Color #120C00 in popluar color models

120C00
RGB18120
HSL40°100.00%3.53%
HSB/HSV40°100.00%7.06%
CMYK0.00%33.33%100.00%
92.94%

Color #120C00 in popluar number systems.

HEX120C00
Decimal18120
Binary1001011000
Octal22140

Shades and tints

Shades of #120C00

#120C00
(18,12,0)
#110B00
(17,11,0)
#100A00
(16,10,0)
#0F0900
(15,9,0)
#0E0800
(14,8,0)
#0D0700
(13,7,0)
#0C0600
(12,6,0)
#0B0500
(11,5,0)
#0A0400
(10,4,0)
#090300
(9,3,0)
#080200
(8,2,0)
#000000
(0,0,0)

Tints of #120C00

#120C00
(18,12,0)
#272217
(39,34,23)
#3C382E
(60,56,46)
#514E45
(81,78,69)
#66645C
(102,100,92)
#7B7A73
(123,122,115)
#90908A
(144,144,138)
#A5A6A1
(165,166,161)
#BABCB8
(186,188,184)
#CFD2CF
(207,210,207)
#E4E8E6
(228,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120C00; }

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

This text font color is #120C00.


Background Color

.myBgColor { background-color: #120C00; }

<div style="background-color:#120C00">Inner text</div>

This div background color is #120C00.


Border color

.myBorderColor { border: 1px solid #120C00; }

<div style="border:3px solid #120C00">Div</div>

This div border color is #120C00.


Opacity

.myOpacity80 { color: #120C00; opacity: 0.8; }

<p style="color:#120C00;opacity:0.8;">80%</p>

Text with #120C00 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 #120C00;}

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

This text has shadow with #120C00 color.

.textShadow {text-shadow: 3px 3px 1px #120C00, 3px 3px 1px red;}

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

This text has shadow with #120C00 primary color and red secondary color.


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

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

This text has shadow with #120C00 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120C00 on black background.


Color preview on white background

This text has color #120C00 on white background.



Black color preview on #120C00 background

This text has black color on #120C00 background.


White color preview on #120C00 background

This text has white color on #120C00 background.