COLOR #120600

HEX: #120600
RGB: (18,6,0)

Color info

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

RGB color model

#120600 color RGB value is (18,6,0).

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

RGB channels and saturation

R 18 of 255 = 7%
G 6 of 255 = 2%
B 0 of 255 = 0%

18
6
0

R + G + B ~ 3%. #120600 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 6 + 0 = 24 (100%)
R 18 of 24 ~ 75%
G 6 of 24 ~ 25%
B 0 of 24 ~ 0%

%75
%25

CMYK color model

#120600 color CMYK value is (0,67,100,93).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 100.00%
  • key color value is 92.94%
CMYK:
(0,67,100,93)
C0M67Y100K93 
(0%,67%,100%,93%)
(0.00/0.67/1.00/0.93)	

CMYK percentages

%0
%66.67
%100
%92.94

Codes

Color #120600 in popluar color models

120600
RGB1860
HSL20°100.00%3.53%
HSB/HSV20°100.00%7.06%
CMYK0.00%66.67%100.00%
92.94%

Color #120600 in popluar number systems.

HEX120600
Decimal1860
Binary100101100
Octal2260

Shades and tints

Shades of #120600

#120600
(18,6,0)
#110600
(17,6,0)
#100600
(16,6,0)
#0F0600
(15,6,0)
#0E0600
(14,6,0)
#0D0600
(13,6,0)
#0C0600
(12,6,0)
#0B0600
(11,6,0)
#0A0600
(10,6,0)
#090600
(9,6,0)
#080600
(8,6,0)
#000000
(0,0,0)

Tints of #120600

#120600
(18,6,0)
#271C17
(39,28,23)
#3C322E
(60,50,46)
#514845
(81,72,69)
#665E5C
(102,94,92)
#7B7473
(123,116,115)
#908A8A
(144,138,138)
#A5A0A1
(165,160,161)
#BAB6B8
(186,182,184)
#CFCCCF
(207,204,207)
#E4E2E6
(228,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120600; }

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

This text font color is #120600.


Background Color

.myBgColor { background-color: #120600; }

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

This div background color is #120600.


Border color

.myBorderColor { border: 1px solid #120600; }

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

This div border color is #120600.


Opacity

.myOpacity80 { color: #120600; opacity: 0.8; }

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

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

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

This text has shadow with #120600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120600 on black background.


Color preview on white background

This text has color #120600 on white background.



Black color preview on #120600 background

This text has black color on #120600 background.


White color preview on #120600 background

This text has white color on #120600 background.