COLOR #120709

HEX: #120709 RGB: (18,7,9)

Color info

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

RGB color model

#120709 color RGB value is (18,7,9).

RGB: (18,7,9) (7%, 3%, 4%)

RGB channels and saturation

R 18 of 255 = 7%
G 7 of 255 = 3%
B 9 of 255 = 4%

18
7
9

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

Portions of RGB colors in percentages

R + G + B = 18 + 7 + 9 = 34 (100%)
R 18 of 34 ~ 52.94%
G 7 of 34 ~ 20.59%
B 9 of 34 ~ 26.47'%

%52.94
%20.59
%26.47

CMYK color model

#120709 color CMYK value is (0,61,50,93).

  • cyan value is 0.00%
  • magenta value is 61.11%
  • yellow value is 50.00%
  • key color value is 92.94%

CMYK: (0,61,50,93)
C0M61Y50K93 (0%, 61%, 50%, 93%)
(0.00 / 0.61 / 0.50 / 0.93)

CMYK percentages

%0
%61.11
%50
%92.94

Codes

Color #120709 in popluar color models

12 07 09
RGB 18 7 9
HSL 349° 44.00% 4.90%
HSB/HSV 349° 61.11% 7.06%
CMYK 0.00% 61.11% 50.00%
92.94%

Color #120709 in popluar number systems.

HEX 12 07 09
Decimal 18 7 9
Binary 10010 111 1001
Octal 22 7 11

Shades and tints

Shades of #120709

#120709
(18,7,9)
#110709
(17,7,9)
#100709
(16,7,9)
#0F0709
(15,7,9)
#0E0709
(14,7,9)
#0D0709
(13,7,9)
#0C0709
(12,7,9)
#0B0709
(11,7,9)
#0A0709
(10,7,9)
#090709
(9,7,9)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #120709

#120709
(18,7,9)
#271D1F
(39,29,31)
#3C3335
(60,51,53)
#51494B
(81,73,75)
#665F61
(102,95,97)
#7B7577
(123,117,119)
#908B8D
(144,139,141)
#A5A1A3
(165,161,163)
#BAB7B9
(186,183,185)
#CFCDCF
(207,205,207)
#E4E3E5
(228,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120709; }

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

This text font color is #120709.

Background Color

.myBgColor { background-color: #120709; }

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

This div background color is #120709.

Border color

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

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

This div border color is #120709.

Opacity

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

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

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

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

This text has shadow with #120709 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120709.

Preview

Color preview on black background

This text has color #120709 on black background.


Color preview on white background

This text has color #120709 on white background.


Black color preview on #120709 background

This text has black color on #120709 background.


White color preview on #120709 background

This text has white color on #120709 background.


Related colors

Complementary color

Complementary color for #hex is #EDF8F6.


I love getcolorcode.com

Triadic colors

1 #091207 and #070912 with #120709 are triadic colors.

2 #090712 and #071209 with #120709 are triadic colors.