COLOR #120120

HEX: #120120
RGB: (18,1,32)

Color info

#120120 contains red, green and blue colors in about the same proportion. Web safe color of #120120 is #000033 (or #003).

RGB color model

#120120 color RGB value is (18,1,32).

  • red value is 18;
  • green value is 1;
  • blue value is 32.
RGB:
(18,1,32)
(7%,0%,13%)

RGB channels and saturation

R 18 of 255 = 7%
G 1 of 255 = 0%
B 32 of 255 = 13%

18
1
32

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

Portions of RGB colors in percentages

R + G + B =
18 + 1 + 32 = 51 (100%)
R 18 of 51 ~ 35.29%
G 1 of 51 ~ 1.96%
B 32 of 51 ~ 62.75%

%35.29
%62.75

CMYK color model

#120120 color CMYK value is (44,97,0,87).

  • cyan value is 43.75%
  • magenta value is 96.88%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(44,97,0,87)
C44M97Y0K87 
(44%,97%,0%,87%)
(0.44/0.97/0.00/0.87)	

CMYK percentages

%43.75
%96.88
%0
%87.45

Codes

Color #120120 in popluar color models

120120
RGB18132
HSL273°93.94%6.47%
HSB/HSV273°96.88%12.55%
CMYK43.75%96.88%0.00%
87.45%

Color #120120 in popluar number systems.

HEX120120
Decimal18132
Binary100101100000
Octal22140

Shades and tints

Shades of #120120

#120120
(18,1,32)
#11011E
(17,1,30)
#10011C
(16,1,28)
#0F011A
(15,1,26)
#0E0118
(14,1,24)
#0D0116
(13,1,22)
#0C0114
(12,1,20)
#0B0112
(11,1,18)
#0A0110
(10,1,16)
#09010E
(9,1,14)
#08010C
(8,1,12)
#000000
(0,0,0)

Tints of #120120

#120120
(18,1,32)
#271834
(39,24,52)
#3C2F48
(60,47,72)
#51465C
(81,70,92)
#665D70
(102,93,112)
#7B7484
(123,116,132)
#908B98
(144,139,152)
#A5A2AC
(165,162,172)
#BAB9C0
(186,185,192)
#CFD0D4
(207,208,212)
#E4E7E8
(228,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120120; }

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

This text font color is #120120.


Background Color

.myBgColor { background-color: #120120; }

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

This div background color is #120120.


Border color

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

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

This div border color is #120120.


Opacity

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

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

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

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

This text has shadow with #120120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120120 on black background.


Color preview on white background

This text has color #120120 on white background.



Black color preview on #120120 background

This text has black color on #120120 background.


White color preview on #120120 background

This text has white color on #120120 background.