COLOR #112640

HEX: #112640
RGB: (17,38,64)

Color info

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

RGB color model

#112640 color RGB value is (17,38,64).

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

RGB channels and saturation

R 17 of 255 = 7%
G 38 of 255 = 15%
B 64 of 255 = 25%

17
38
64

R + G + B ~ 16%. #112640 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 38 + 64 = 119 (100%)
R 17 of 119 ~ 14.29%
G 38 of 119 ~ 31.93%
B 64 of 119 ~ 53.78%

%14.29
%31.93
%53.78

CMYK color model

#112640 color CMYK value is (73,41,0,75).

  • cyan value is 73.44%
  • magenta value is 40.63%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(73,41,0,75)
C73M41Y0K75 
(73%,41%,0%,75%)
(0.73/0.41/0.00/0.75)	

CMYK percentages

%73.44
%40.63
%0
%74.9

Codes

Color #112640 in popluar color models

112640
RGB173864
HSL213°58.02%15.88%
HSB/HSV213°73.44%25.10%
CMYK73.44%40.63%0.00%
74.90%

Color #112640 in popluar number systems.

HEX112640
Decimal173864
Binary100011001101000000
Octal2146100

Shades and tints

Shades of #112640

#112640
(17,38,64)
#10233B
(16,35,59)
#0F2036
(15,32,54)
#0E1D31
(14,29,49)
#0D1A2C
(13,26,44)
#0C1727
(12,23,39)
#0B1422
(11,20,34)
#0A111D
(10,17,29)
#090E18
(9,14,24)
#080B13
(8,11,19)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #112640

#112640
(17,38,64)
#263951
(38,57,81)
#3B4C62
(59,76,98)
#505F73
(80,95,115)
#657284
(101,114,132)
#7A8595
(122,133,149)
#8F98A6
(143,152,166)
#A4ABB7
(164,171,183)
#B9BEC8
(185,190,200)
#CED1D9
(206,209,217)
#E3E4EA
(227,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112640; }

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

This text font color is #112640.


Background Color

.myBgColor { background-color: #112640; }

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

This div background color is #112640.


Border color

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

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

This div border color is #112640.


Opacity

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

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

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

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

This text has shadow with #112640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112640 on black background.


Color preview on white background

This text has color #112640 on white background.



Black color preview on #112640 background

This text has black color on #112640 background.


White color preview on #112640 background

This text has white color on #112640 background.