COLOR #121011

HEX: #121011
RGB: (18,16,17)

Color info

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

RGB color model

#121011 color RGB value is (18,16,17).

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

RGB channels and saturation

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

18
16
17

R + G + B ~ 7%. #121011 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 16 + 17 = 51 (100%)
R 18 of 51 ~ 35.29%
G 16 of 51 ~ 31.37%
B 17 of 51 ~ 33.33%

%35.29
%31.37
%33.33

CMYK color model

#121011 color CMYK value is (0,11,6,93).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 5.56%
  • key color value is 92.94%
CMYK:
(0,11,6,93)
C0M11Y6K93 
(0%,11%,6%,93%)
(0.00/0.11/0.06/0.93)	

CMYK percentages

%0
%11.11
%5.56
%92.94

Codes

Color #121011 in popluar color models

121011
RGB181617
HSL330°5.88%6.67%
HSB/HSV330°11.11%7.06%
CMYK0.00%11.11%5.56%
92.94%

Color #121011 in popluar number systems.

HEX121011
Decimal181617
Binary100101000010001
Octal222021

Shades and tints

Shades of #121011

#121011
(18,16,17)
#110F10
(17,15,16)
#100E0F
(16,14,15)
#0F0D0E
(15,13,14)
#0E0C0D
(14,12,13)
#0D0B0C
(13,11,12)
#0C0A0B
(12,10,11)
#0B090A
(11,9,10)
#0A0809
(10,8,9)
#090708
(9,7,8)
#080607
(8,6,7)
#000000
(0,0,0)

Tints of #121011

#121011
(18,16,17)
#272526
(39,37,38)
#3C3A3B
(60,58,59)
#514F50
(81,79,80)
#666465
(102,100,101)
#7B797A
(123,121,122)
#908E8F
(144,142,143)
#A5A3A4
(165,163,164)
#BAB8B9
(186,184,185)
#CFCDCE
(207,205,206)
#E4E2E3
(228,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121011; }

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

This text font color is #121011.


Background Color

.myBgColor { background-color: #121011; }

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

This div background color is #121011.


Border color

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

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

This div border color is #121011.


Opacity

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

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

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

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

This text has shadow with #121011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121011 on black background.


Color preview on white background

This text has color #121011 on white background.



Black color preview on #121011 background

This text has black color on #121011 background.


White color preview on #121011 background

This text has white color on #121011 background.