COLOR #120932

HEX: #120932
RGB: (18,9,50)

Color info

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

RGB color model

#120932 color RGB value is (18,9,50).

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

RGB channels and saturation

R 18 of 255 = 7%
G 9 of 255 = 4%
B 50 of 255 = 20%

18
9
50

R + G + B ~ 10%. #120932 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 9 + 50 = 77 (100%)
R 18 of 77 ~ 23.38%
G 9 of 77 ~ 11.69%
B 50 of 77 ~ 64.94%

%23.38
%11.69
%64.94

CMYK color model

#120932 color CMYK value is (64,82,0,80).

  • cyan value is 64.00%
  • magenta value is 82.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(64,82,0,80)
C64M82Y0K80 
(64%,82%,0%,80%)
(0.64/0.82/0.00/0.80)	

CMYK percentages

%64
%82
%0
%80.39

Codes

Color #120932 in popluar color models

120932
RGB18950
HSL253°69.49%11.57%
HSB/HSV253°82.00%19.61%
CMYK64.00%82.00%0.00%
80.39%

Color #120932 in popluar number systems.

HEX120932
Decimal18950
Binary100101001110010
Octal221162

Shades and tints

Shades of #120932

#120932
(18,9,50)
#11092E
(17,9,46)
#10092A
(16,9,42)
#0F0926
(15,9,38)
#0E0922
(14,9,34)
#0D091E
(13,9,30)
#0C091A
(12,9,26)
#0B0916
(11,9,22)
#0A0912
(10,9,18)
#09090E
(9,9,14)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #120932

#120932
(18,9,50)
#271F44
(39,31,68)
#3C3556
(60,53,86)
#514B68
(81,75,104)
#66617A
(102,97,122)
#7B778C
(123,119,140)
#908D9E
(144,141,158)
#A5A3B0
(165,163,176)
#BAB9C2
(186,185,194)
#CFCFD4
(207,207,212)
#E4E5E6
(228,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120932; }

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

This text font color is #120932.


Background Color

.myBgColor { background-color: #120932; }

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

This div background color is #120932.


Border color

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

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

This div border color is #120932.


Opacity

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

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

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

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

This text has shadow with #120932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120932 on black background.


Color preview on white background

This text has color #120932 on white background.



Black color preview on #120932 background

This text has black color on #120932 background.


White color preview on #120932 background

This text has white color on #120932 background.