COLOR #121010

HEX: #121010
RGB: (18,16,16)

Color info

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

RGB color model

#121010 color RGB value is (18,16,16).

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

RGB channels and saturation

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

18
16
16

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

Portions of RGB colors in percentages

R + G + B =
18 + 16 + 16 = 50 (100%)
R 18 of 50 ~ 36%
G 16 of 50 ~ 32%
B 16 of 50 ~ 32%

%36
%32
%32

CMYK color model

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

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

CMYK percentages

%0
%11.11
%11.11
%92.94

Codes

Color #121010 in popluar color models

121010
RGB181616
HSL5.88%6.67%
HSB/HSV11.11%7.06%
CMYK0.00%11.11%11.11%
92.94%

Color #121010 in popluar number systems.

HEX121010
Decimal181616
Binary100101000010000
Octal222020

Shades and tints

Shades of #121010

#121010
(18,16,16)
#110F0F
(17,15,15)
#100E0E
(16,14,14)
#0F0D0D
(15,13,13)
#0E0C0C
(14,12,12)
#0D0B0B
(13,11,11)
#0C0A0A
(12,10,10)
#0B0909
(11,9,9)
#0A0808
(10,8,8)
#090707
(9,7,7)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #121010

#121010
(18,16,16)
#272525
(39,37,37)
#3C3A3A
(60,58,58)
#514F4F
(81,79,79)
#666464
(102,100,100)
#7B7979
(123,121,121)
#908E8E
(144,142,142)
#A5A3A3
(165,163,163)
#BAB8B8
(186,184,184)
#CFCDCD
(207,205,205)
#E4E2E2
(228,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121010; }

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

This text font color is #121010.


Background Color

.myBgColor { background-color: #121010; }

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

This div background color is #121010.


Border color

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

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

This div border color is #121010.


Opacity

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

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

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

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

This text has shadow with #121010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121010 on black background.


Color preview on white background

This text has color #121010 on white background.



Black color preview on #121010 background

This text has black color on #121010 background.


White color preview on #121010 background

This text has white color on #121010 background.