COLOR #120911

HEX: #120911
RGB: (18,9,17)

Color info

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

RGB color model

#120911 color RGB value is (18,9,17).

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

RGB channels and saturation

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

18
9
17

R + G + B ~ 6%. #120911 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 9 + 17 = 44 (100%)
R 18 of 44 ~ 40.91%
G 9 of 44 ~ 20.45%
B 17 of 44 ~ 38.64%

%40.91
%20.45
%38.64

CMYK color model

#120911 color CMYK value is (0,50,6,93).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 5.56%
  • key color value is 92.94%
CMYK:
(0,50,6,93)
C0M50Y6K93 
(0%,50%,6%,93%)
(0.00/0.50/0.06/0.93)	

CMYK percentages

%0
%50
%5.56
%92.94

Codes

Color #120911 in popluar color models

120911
RGB18917
HSL307°33.33%5.29%
HSB/HSV307°50.00%7.06%
CMYK0.00%50.00%5.56%
92.94%

Color #120911 in popluar number systems.

HEX120911
Decimal18917
Binary10010100110001
Octal221121

Shades and tints

Shades of #120911

#120911
(18,9,17)
#110910
(17,9,16)
#10090F
(16,9,15)
#0F090E
(15,9,14)
#0E090D
(14,9,13)
#0D090C
(13,9,12)
#0C090B
(12,9,11)
#0B090A
(11,9,10)
#0A0909
(10,9,9)
#090908
(9,9,8)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #120911

#120911
(18,9,17)
#271F26
(39,31,38)
#3C353B
(60,53,59)
#514B50
(81,75,80)
#666165
(102,97,101)
#7B777A
(123,119,122)
#908D8F
(144,141,143)
#A5A3A4
(165,163,164)
#BAB9B9
(186,185,185)
#CFCFCE
(207,207,206)
#E4E5E3
(228,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120911; }

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

This text font color is #120911.


Background Color

.myBgColor { background-color: #120911; }

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

This div background color is #120911.


Border color

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

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

This div border color is #120911.


Opacity

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

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

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

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

This text has shadow with #120911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120911 on black background.


Color preview on white background

This text has color #120911 on white background.



Black color preview on #120911 background

This text has black color on #120911 background.


White color preview on #120911 background

This text has white color on #120911 background.