COLOR #120611

HEX: #120611
RGB: (18,6,17)

Color info

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

RGB color model

#120611 color RGB value is (18,6,17).

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

RGB channels and saturation

R 18 of 255 = 7%
G 6 of 255 = 2%
B 17 of 255 = 7%

18
6
17

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

Portions of RGB colors in percentages

R + G + B =
18 + 6 + 17 = 41 (100%)
R 18 of 41 ~ 43.9%
G 6 of 41 ~ 14.63%
B 17 of 41 ~ 41.46%

%43.9
%14.63
%41.46

CMYK color model

#120611 color CMYK value is (0,67,6,93).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 5.56%
  • key color value is 92.94%
CMYK:
(0,67,6,93)
C0M67Y6K93 
(0%,67%,6%,93%)
(0.00/0.67/0.06/0.93)	

CMYK percentages

%0
%66.67
%5.56
%92.94

Codes

Color #120611 in popluar color models

120611
RGB18617
HSL305°50.00%4.71%
HSB/HSV305°66.67%7.06%
CMYK0.00%66.67%5.56%
92.94%

Color #120611 in popluar number systems.

HEX120611
Decimal18617
Binary1001011010001
Octal22621

Shades and tints

Shades of #120611

#120611
(18,6,17)
#110610
(17,6,16)
#10060F
(16,6,15)
#0F060E
(15,6,14)
#0E060D
(14,6,13)
#0D060C
(13,6,12)
#0C060B
(12,6,11)
#0B060A
(11,6,10)
#0A0609
(10,6,9)
#090608
(9,6,8)
#080607
(8,6,7)
#000000
(0,0,0)

Tints of #120611

#120611
(18,6,17)
#271C26
(39,28,38)
#3C323B
(60,50,59)
#514850
(81,72,80)
#665E65
(102,94,101)
#7B747A
(123,116,122)
#908A8F
(144,138,143)
#A5A0A4
(165,160,164)
#BAB6B9
(186,182,185)
#CFCCCE
(207,204,206)
#E4E2E3
(228,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120611; }

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

This text font color is #120611.


Background Color

.myBgColor { background-color: #120611; }

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

This div background color is #120611.


Border color

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

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

This div border color is #120611.


Opacity

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

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

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

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

This text has shadow with #120611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120611 on black background.


Color preview on white background

This text has color #120611 on white background.



Black color preview on #120611 background

This text has black color on #120611 background.


White color preview on #120611 background

This text has white color on #120611 background.