COLOR #120346

HEX: #120346
RGB: (18,3,70)

Color info

#120346 contains mainly red and blue colors. Web safe color of #120346 is #000033 (or #003).

RGB color model

#120346 color RGB value is (18,3,70).

  • red value is 18;
  • green value is 3;
  • blue value is 70.
RGB:
(18,3,70)
(7%,1%,27%)

RGB channels and saturation

R 18 of 255 = 7%
G 3 of 255 = 1%
B 70 of 255 = 27%

18
3
70

R + G + B ~ 12%. #120346 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 3 + 70 = 91 (100%)
R 18 of 91 ~ 19.78%
G 3 of 91 ~ 3.3%
B 70 of 91 ~ 76.92%

%19.78
%76.92

CMYK color model

#120346 color CMYK value is (74,96,0,73).

  • cyan value is 74.29%
  • magenta value is 95.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(74,96,0,73)
C74M96Y0K73 
(74%,96%,0%,73%)
(0.74/0.96/0.00/0.73)	

CMYK percentages

%74.29
%95.71
%0
%72.55

Codes

Color #120346 in popluar color models

120346
RGB18370
HSL253°91.78%14.31%
HSB/HSV253°95.71%27.45%
CMYK74.29%95.71%0.00%
72.55%

Color #120346 in popluar number systems.

HEX120346
Decimal18370
Binary10010111000110
Octal223106

Shades and tints

Shades of #120346

#120346
(18,3,70)
#110340
(17,3,64)
#10033A
(16,3,58)
#0F0334
(15,3,52)
#0E032E
(14,3,46)
#0D0328
(13,3,40)
#0C0322
(12,3,34)
#0B031C
(11,3,28)
#0A0316
(10,3,22)
#090310
(9,3,16)
#08030A
(8,3,10)
#000000
(0,0,0)

Tints of #120346

#120346
(18,3,70)
#271956
(39,25,86)
#3C2F66
(60,47,102)
#514576
(81,69,118)
#665B86
(102,91,134)
#7B7196
(123,113,150)
#9087A6
(144,135,166)
#A59DB6
(165,157,182)
#BAB3C6
(186,179,198)
#CFC9D6
(207,201,214)
#E4DFE6
(228,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120346 color. Also use rgb(18,3,70) instead hex code.

Text Font Color

.myTextColor { color: #120346; }

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

This text font color is #120346.


Background Color

.myBgColor { background-color: #120346; }

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

This div background color is #120346.


Border color

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

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

This div border color is #120346.


Opacity

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

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

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

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

This text has shadow with #120346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120346 on black background.


Color preview on white background

This text has color #120346 on white background.



Black color preview on #120346 background

This text has black color on #120346 background.


White color preview on #120346 background

This text has white color on #120346 background.