COLOR #121200

HEX: #121200
RGB: (18,18,0)

Color info

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

RGB color model

#121200 color RGB value is (18,18,0).

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

RGB channels and saturation

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

18
18
0

R + G + B ~ 5%. #121200 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 18 + 0 = 36 (100%)
R 18 of 36 ~ 50%
G 18 of 36 ~ 50%
B 0 of 36 ~ 0%

%50
%50

CMYK color model

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

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

CMYK percentages

%0
%0
%100
%92.94

Codes

Color #121200 in popluar color models

121200
RGB18180
HSL60°100.00%3.53%
HSB/HSV60°100.00%7.06%
CMYK0.00%0.00%100.00%
92.94%

Color #121200 in popluar number systems.

HEX121200
Decimal18180
Binary10010100100
Octal22220

Shades and tints

Shades of #121200

#121200
(18,18,0)
#111100
(17,17,0)
#101000
(16,16,0)
#0F0F00
(15,15,0)
#0E0E00
(14,14,0)
#0D0D00
(13,13,0)
#0C0C00
(12,12,0)
#0B0B00
(11,11,0)
#0A0A00
(10,10,0)
#090900
(9,9,0)
#080800
(8,8,0)
#000000
(0,0,0)

Tints of #121200

#121200
(18,18,0)
#272717
(39,39,23)
#3C3C2E
(60,60,46)
#515145
(81,81,69)
#66665C
(102,102,92)
#7B7B73
(123,123,115)
#90908A
(144,144,138)
#A5A5A1
(165,165,161)
#BABAB8
(186,186,184)
#CFCFCF
(207,207,207)
#E4E4E6
(228,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121200; }

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

This text font color is #121200.


Background Color

.myBgColor { background-color: #121200; }

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

This div background color is #121200.


Border color

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

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

This div border color is #121200.


Opacity

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

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

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

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

This text has shadow with #121200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121200 on black background.


Color preview on white background

This text has color #121200 on white background.



Black color preview on #121200 background

This text has black color on #121200 background.


White color preview on #121200 background

This text has white color on #121200 background.