COLOR #120F07

HEX: #120F07 RGB: (18,15,7)

Color info

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

RGB color model

#120F07 color RGB value is (18,15,7).

RGB: (18,15,7) (7%, 6%, 3%)

RGB channels and saturation

R 18 of 255 = 7%
G 15 of 255 = 6%
B 7 of 255 = 3%

18
15
7

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

Portions of RGB colors in percentages

R + G + B = 18 + 15 + 7 = 40 (100%)
R 18 of 40 ~ 45%
G 15 of 40 ~ 37.5%
B 7 of 40 ~ 17.5'%

%45
%37.5
%17.5

CMYK color model

#120F07 color CMYK value is (0,17,61,93).

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

CMYK: (0,17,61,93)
C0M17Y61K93 (0%, 17%, 61%, 93%)
(0.00 / 0.17 / 0.61 / 0.93)

CMYK percentages

%0
%16.67
%61.11
%92.94

Codes

Color #120F07 in popluar color models

12 0F 07
RGB 18 15 7
HSL 44° 44.00% 4.90%
HSB/HSV 44° 61.11% 7.06%
CMYK 0.00% 16.67% 61.11%
92.94%

Color #120F07 in popluar number systems.

HEX 12 0F 07
Decimal 18 15 7
Binary 10010 1111 111
Octal 22 17 7

Shades and tints

Shades of #120F07

#120F07
(18,15,7)
#110E07
(17,14,7)
#100D07
(16,13,7)
#0F0C07
(15,12,7)
#0E0B07
(14,11,7)
#0D0A07
(13,10,7)
#0C0907
(12,9,7)
#0B0807
(11,8,7)
#0A0707
(10,7,7)
#090607
(9,6,7)
#080507
(8,5,7)
#000000
(0,0,0)

Tints of #120F07

#120F07
(18,15,7)
#27241D
(39,36,29)
#3C3933
(60,57,51)
#514E49
(81,78,73)
#66635F
(102,99,95)
#7B7875
(123,120,117)
#908D8B
(144,141,139)
#A5A2A1
(165,162,161)
#BAB7B7
(186,183,183)
#CFCCCD
(207,204,205)
#E4E1E3
(228,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120F07; }

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

This text font color is #120F07.

Background Color

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

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

This div background color is #120F07.

Border color

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

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

This div border color is #120F07.

Opacity

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

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

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

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

This text has shadow with #120F07 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120F07.

Preview

Color preview on black background

This text has color #120F07 on black background.


Color preview on white background

This text has color #120F07 on white background.


Black color preview on #120F07 background

This text has black color on #120F07 background.


White color preview on #120F07 background

This text has white color on #120F07 background.


Related colors

Complementary color

Complementary color for #hex is #EDF0F8.


I love getcolorcode.com

Triadic colors

1 #07120F and #0F0712 with #120F07 are triadic colors.

2 #070F12 and #0F1207 with #120F07 are triadic colors.