COLOR #120F21

HEX: #120F21
RGB: (18,15,33)

Color info

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

RGB color model

#120F21 color RGB value is (18,15,33).

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

RGB channels and saturation

R 18 of 255 = 7%
G 15 of 255 = 6%
B 33 of 255 = 13%

18
15
33

R + G + B ~ 9%. #120F21 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 15 + 33 = 66 (100%)
R 18 of 66 ~ 27.27%
G 15 of 66 ~ 22.73%
B 33 of 66 ~ 50%

%27.27
%22.73
%50

CMYK color model

#120F21 color CMYK value is (45,55,0,87).

  • cyan value is 45.45%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(45,55,0,87)
C45M55Y0K87 
(45%,55%,0%,87%)
(0.45/0.55/0.00/0.87)	

CMYK percentages

%45.45
%54.55
%0
%87.06

Codes

Color #120F21 in popluar color models

120F21
RGB181533
HSL250°37.50%9.41%
HSB/HSV250°54.55%12.94%
CMYK45.45%54.55%0.00%
87.06%

Color #120F21 in popluar number systems.

HEX120F21
Decimal181533
Binary100101111100001
Octal221741

Shades and tints

Shades of #120F21

#120F21
(18,15,33)
#110E1E
(17,14,30)
#100D1B
(16,13,27)
#0F0C18
(15,12,24)
#0E0B15
(14,11,21)
#0D0A12
(13,10,18)
#0C090F
(12,9,15)
#0B080C
(11,8,12)
#0A0709
(10,7,9)
#090606
(9,6,6)
#080503
(8,5,3)
#000000
(0,0,0)

Tints of #120F21

#120F21
(18,15,33)
#272435
(39,36,53)
#3C3949
(60,57,73)
#514E5D
(81,78,93)
#666371
(102,99,113)
#7B7885
(123,120,133)
#908D99
(144,141,153)
#A5A2AD
(165,162,173)
#BAB7C1
(186,183,193)
#CFCCD5
(207,204,213)
#E4E1E9
(228,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120F21 color. Also use rgb(18,15,33) instead hex code.

Text Font Color

.myTextColor { color: #120F21; }

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

This text font color is #120F21.


Background Color

.myBgColor { background-color: #120F21; }

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

This div background color is #120F21.


Border color

.myBorderColor { border: 1px solid #120F21; }

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

This div border color is #120F21.


Opacity

.myOpacity80 { color: #120F21; opacity: 0.8; }

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

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

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

This text has shadow with #120F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120F21 on black background.


Color preview on white background

This text has color #120F21 on white background.



Black color preview on #120F21 background

This text has black color on #120F21 background.


White color preview on #120F21 background

This text has white color on #120F21 background.