COLOR #120C07

HEX: #120C07
RGB: (18,12,7)

Color info

#120C07 contains red, green and blue colors in about the same proportion. Web safe color of #120C07 is #000000 (or #000).

RGB color model

#120C07 color RGB value is (18,12,7).

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

RGB channels and saturation

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

18
12
7

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

Portions of RGB colors in percentages

R + G + B =
18 + 12 + 7 = 37 (100%)
R 18 of 37 ~ 48.65%
G 12 of 37 ~ 32.43%
B 7 of 37 ~ 18.92%

%48.65
%32.43
%18.92

CMYK color model

#120C07 color CMYK value is (0,33,61,93).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 61.11%
  • key color value is 92.94%
CMYK:
(0,33,61,93)
C0M33Y61K93 
(0%,33%,61%,93%)
(0.00/0.33/0.61/0.93)	

CMYK percentages

%0
%33.33
%61.11
%92.94

Codes

Color #120C07 in popluar color models

120C07
RGB18127
HSL27°44.00%4.90%
HSB/HSV27°61.11%7.06%
CMYK0.00%33.33%61.11%
92.94%

Color #120C07 in popluar number systems.

HEX120C07
Decimal18127
Binary100101100111
Octal22147

Shades and tints

Shades of #120C07

#120C07
(18,12,7)
#110B07
(17,11,7)
#100A07
(16,10,7)
#0F0907
(15,9,7)
#0E0807
(14,8,7)
#0D0707
(13,7,7)
#0C0607
(12,6,7)
#0B0507
(11,5,7)
#0A0407
(10,4,7)
#090307
(9,3,7)
#080207
(8,2,7)
#000000
(0,0,0)

Tints of #120C07

#120C07
(18,12,7)
#27221D
(39,34,29)
#3C3833
(60,56,51)
#514E49
(81,78,73)
#66645F
(102,100,95)
#7B7A75
(123,122,117)
#90908B
(144,144,139)
#A5A6A1
(165,166,161)
#BABCB7
(186,188,183)
#CFD2CD
(207,210,205)
#E4E8E3
(228,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120C07; }

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

This text font color is #120C07.


Background Color

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

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

This div background color is #120C07.


Border color

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

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

This div border color is #120C07.


Opacity

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

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

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

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

This text has shadow with #120C07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120C07 on black background.


Color preview on white background

This text has color #120C07 on white background.



Black color preview on #120C07 background

This text has black color on #120C07 background.


White color preview on #120C07 background

This text has white color on #120C07 background.