COLOR #120210

HEX: #120210
RGB: (18,2,16)

Color info

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

RGB color model

#120210 color RGB value is (18,2,16).

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

RGB channels and saturation

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

18
2
16

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

Portions of RGB colors in percentages

R + G + B =
18 + 2 + 16 = 36 (100%)
R 18 of 36 ~ 50%
G 2 of 36 ~ 5.56%
B 16 of 36 ~ 44.44%

%50
%44.44

CMYK color model

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

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

CMYK percentages

%0
%88.89
%11.11
%92.94

Codes

Color #120210 in popluar color models

120210
RGB18216
HSL308°80.00%3.92%
HSB/HSV308°88.89%7.06%
CMYK0.00%88.89%11.11%
92.94%

Color #120210 in popluar number systems.

HEX120210
Decimal18216
Binary100101010000
Octal22220

Shades and tints

Shades of #120210

#120210
(18,2,16)
#11020F
(17,2,15)
#10020E
(16,2,14)
#0F020D
(15,2,13)
#0E020C
(14,2,12)
#0D020B
(13,2,11)
#0C020A
(12,2,10)
#0B0209
(11,2,9)
#0A0208
(10,2,8)
#090207
(9,2,7)
#080206
(8,2,6)
#000000
(0,0,0)

Tints of #120210

#120210
(18,2,16)
#271925
(39,25,37)
#3C303A
(60,48,58)
#51474F
(81,71,79)
#665E64
(102,94,100)
#7B7579
(123,117,121)
#908C8E
(144,140,142)
#A5A3A3
(165,163,163)
#BABAB8
(186,186,184)
#CFD1CD
(207,209,205)
#E4E8E2
(228,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120210; }

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

This text font color is #120210.


Background Color

.myBgColor { background-color: #120210; }

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

This div background color is #120210.


Border color

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

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

This div border color is #120210.


Opacity

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

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

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

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

This text has shadow with #120210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120210 on black background.


Color preview on white background

This text has color #120210 on white background.



Black color preview on #120210 background

This text has black color on #120210 background.


White color preview on #120210 background

This text has white color on #120210 background.