COLOR #120F05

HEX: #120F05 RGB: (18,15,5)

Color info

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

RGB color model

#120F05 color RGB value is (18,15,5).

RGB: (18,15,5) (7%, 6%, 2%)

RGB channels and saturation

R 18 of 255 = 7%
G 15 of 255 = 6%
B 5 of 255 = 2%

18
15
5

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

Portions of RGB colors in percentages

R + G + B = 18 + 15 + 5 = 38 (100%)
R 18 of 38 ~ 47.37%
G 15 of 38 ~ 39.47%
B 5 of 38 ~ 13.16'%

%47.37
%39.47
%13.16

CMYK color model

#120F05 color CMYK value is (0,17,72,93).

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

CMYK: (0,17,72,93)
C0M17Y72K93 (0%, 17%, 72%, 93%)
(0.00 / 0.17 / 0.72 / 0.93)

CMYK percentages

%0
%16.67
%72.22
%92.94

Codes

Color #120F05 in popluar color models

12 0F 05
RGB 18 15 5
HSL 46° 56.52% 4.51%
HSB/HSV 46° 72.22% 7.06%
CMYK 0.00% 16.67% 72.22%
92.94%

Color #120F05 in popluar number systems.

HEX 12 0F 05
Decimal 18 15 5
Binary 10010 1111 101
Octal 22 17 5

Shades and tints

Shades of #120F05

#120F05
(18,15,5)
#110E05
(17,14,5)
#100D05
(16,13,5)
#0F0C05
(15,12,5)
#0E0B05
(14,11,5)
#0D0A05
(13,10,5)
#0C0905
(12,9,5)
#0B0805
(11,8,5)
#0A0705
(10,7,5)
#090605
(9,6,5)
#080505
(8,5,5)
#000000
(0,0,0)

Tints of #120F05

#120F05
(18,15,5)
#27241B
(39,36,27)
#3C3931
(60,57,49)
#514E47
(81,78,71)
#66635D
(102,99,93)
#7B7873
(123,120,115)
#908D89
(144,141,137)
#A5A29F
(165,162,159)
#BAB7B5
(186,183,181)
#CFCCCB
(207,204,203)
#E4E1E1
(228,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120F05; }

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

This text font color is #120F05.

Background Color

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

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

This div background color is #120F05.

Border color

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

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

This div border color is #120F05.

Opacity

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

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

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

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

This text has shadow with #120F05 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120F05.

Preview

Color preview on black background

This text has color #120F05 on black background.


Color preview on white background

This text has color #120F05 on white background.


Black color preview on #120F05 background

This text has black color on #120F05 background.


White color preview on #120F05 background

This text has white color on #120F05 background.


Related colors

Complementary color

Complementary color for #hex is #EDF0FA.


I love getcolorcode.com

Triadic colors

1 #05120F and #0F0512 with #120F05 are triadic colors.

2 #050F12 and #0F1205 with #120F05 are triadic colors.