COLOR #121132

HEX: #121132
RGB: (18,17,50)

Color info

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

RGB color model

#121132 color RGB value is (18,17,50).

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

RGB channels and saturation

R 18 of 255 = 7%
G 17 of 255 = 7%
B 50 of 255 = 20%

18
17
50

R + G + B ~ 11%. #121132 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 17 + 50 = 85 (100%)
R 18 of 85 ~ 21.18%
G 17 of 85 ~ 20%
B 50 of 85 ~ 58.82%

%21.18
%20
%58.82

CMYK color model

#121132 color CMYK value is (64,66,0,80).

  • cyan value is 64.00%
  • magenta value is 66.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(64,66,0,80)
C64M66Y0K80 
(64%,66%,0%,80%)
(0.64/0.66/0.00/0.80)	

CMYK percentages

%64
%66
%0
%80.39

Codes

Color #121132 in popluar color models

121132
RGB181750
HSL242°49.25%13.14%
HSB/HSV242°66.00%19.61%
CMYK64.00%66.00%0.00%
80.39%

Color #121132 in popluar number systems.

HEX121132
Decimal181750
Binary1001010001110010
Octal222162

Shades and tints

Shades of #121132

#121132
(18,17,50)
#11102E
(17,16,46)
#100F2A
(16,15,42)
#0F0E26
(15,14,38)
#0E0D22
(14,13,34)
#0D0C1E
(13,12,30)
#0C0B1A
(12,11,26)
#0B0A16
(11,10,22)
#0A0912
(10,9,18)
#09080E
(9,8,14)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #121132

#121132
(18,17,50)
#272644
(39,38,68)
#3C3B56
(60,59,86)
#515068
(81,80,104)
#66657A
(102,101,122)
#7B7A8C
(123,122,140)
#908F9E
(144,143,158)
#A5A4B0
(165,164,176)
#BAB9C2
(186,185,194)
#CFCED4
(207,206,212)
#E4E3E6
(228,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121132; }

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

This text font color is #121132.


Background Color

.myBgColor { background-color: #121132; }

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

This div background color is #121132.


Border color

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

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

This div border color is #121132.


Opacity

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

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

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

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

This text has shadow with #121132 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121132 on black background.


Color preview on white background

This text has color #121132 on white background.



Black color preview on #121132 background

This text has black color on #121132 background.


White color preview on #121132 background

This text has white color on #121132 background.