COLOR #120936

HEX: #120936
RGB: (18,9,54)

Color info

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

RGB color model

#120936 color RGB value is (18,9,54).

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

RGB channels and saturation

R 18 of 255 = 7%
G 9 of 255 = 4%
B 54 of 255 = 21%

18
9
54

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

Portions of RGB colors in percentages

R + G + B =
18 + 9 + 54 = 81 (100%)
R 18 of 81 ~ 22.22%
G 9 of 81 ~ 11.11%
B 54 of 81 ~ 66.67%

%22.22
%11.11
%66.67

CMYK color model

#120936 color CMYK value is (67,83,0,79).

  • cyan value is 66.67%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(67,83,0,79)
C67M83Y0K79 
(67%,83%,0%,79%)
(0.67/0.83/0.00/0.79)	

CMYK percentages

%66.67
%83.33
%0
%78.82

Codes

Color #120936 in popluar color models

120936
RGB18954
HSL252°71.43%12.35%
HSB/HSV252°83.33%21.18%
CMYK66.67%83.33%0.00%
78.82%

Color #120936 in popluar number systems.

HEX120936
Decimal18954
Binary100101001110110
Octal221166

Shades and tints

Shades of #120936

#120936
(18,9,54)
#110932
(17,9,50)
#10092E
(16,9,46)
#0F092A
(15,9,42)
#0E0926
(14,9,38)
#0D0922
(13,9,34)
#0C091E
(12,9,30)
#0B091A
(11,9,26)
#0A0916
(10,9,22)
#090912
(9,9,18)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #120936

#120936
(18,9,54)
#271F48
(39,31,72)
#3C355A
(60,53,90)
#514B6C
(81,75,108)
#66617E
(102,97,126)
#7B7790
(123,119,144)
#908DA2
(144,141,162)
#A5A3B4
(165,163,180)
#BAB9C6
(186,185,198)
#CFCFD8
(207,207,216)
#E4E5EA
(228,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120936; }

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

This text font color is #120936.


Background Color

.myBgColor { background-color: #120936; }

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

This div background color is #120936.


Border color

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

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

This div border color is #120936.


Opacity

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

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

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

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

This text has shadow with #120936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120936 on black background.


Color preview on white background

This text has color #120936 on white background.



Black color preview on #120936 background

This text has black color on #120936 background.


White color preview on #120936 background

This text has white color on #120936 background.