COLOR #112040

HEX: #112040
RGB: (17,32,64)

Color info

#112040 contains red, green and blue colors in about the same proportion. Web safe color of #112040 is #003333 (or #033).

RGB color model

#112040 color RGB value is (17,32,64).

  • red value is 17;
  • green value is 32;
  • blue value is 64.
RGB:
(17,32,64)
(7%,13%,25%)

RGB channels and saturation

R 17 of 255 = 7%
G 32 of 255 = 13%
B 64 of 255 = 25%

17
32
64

R + G + B ~ 15%. #112040 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 32 + 64 = 113 (100%)
R 17 of 113 ~ 15.04%
G 32 of 113 ~ 28.32%
B 64 of 113 ~ 56.64%

%15.04
%28.32
%56.64

CMYK color model

#112040 color CMYK value is (73,50,0,75).

  • cyan value is 73.44%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(73,50,0,75)
C73M50Y0K75 
(73%,50%,0%,75%)
(0.73/0.50/0.00/0.75)	

CMYK percentages

%73.44
%50
%0
%74.9

Codes

Color #112040 in popluar color models

112040
RGB173264
HSL221°58.02%15.88%
HSB/HSV221°73.44%25.10%
CMYK73.44%50.00%0.00%
74.90%

Color #112040 in popluar number systems.

HEX112040
Decimal173264
Binary100011000001000000
Octal2140100

Shades and tints

Shades of #112040

#112040
(17,32,64)
#101E3B
(16,30,59)
#0F1C36
(15,28,54)
#0E1A31
(14,26,49)
#0D182C
(13,24,44)
#0C1627
(12,22,39)
#0B1422
(11,20,34)
#0A121D
(10,18,29)
#091018
(9,16,24)
#080E13
(8,14,19)
#070C0E
(7,12,14)
#000000
(0,0,0)

Tints of #112040

#112040
(17,32,64)
#263451
(38,52,81)
#3B4862
(59,72,98)
#505C73
(80,92,115)
#657084
(101,112,132)
#7A8495
(122,132,149)
#8F98A6
(143,152,166)
#A4ACB7
(164,172,183)
#B9C0C8
(185,192,200)
#CED4D9
(206,212,217)
#E3E8EA
(227,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112040 color. Also use rgb(17,32,64) instead hex code.

Text Font Color

.myTextColor { color: #112040; }

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

This text font color is #112040.


Background Color

.myBgColor { background-color: #112040; }

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

This div background color is #112040.


Border color

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

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

This div border color is #112040.


Opacity

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

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

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

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

This text has shadow with #112040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112040 on black background.


Color preview on white background

This text has color #112040 on white background.



Black color preview on #112040 background

This text has black color on #112040 background.


White color preview on #112040 background

This text has white color on #112040 background.