COLOR #112137

HEX: #112137
RGB: (17,33,55)

Color info

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

RGB color model

#112137 color RGB value is (17,33,55).

  • red value is 17;
  • green value is 33;
  • blue value is 55.
RGB:
(17,33,55)
(7%,13%,22%)

RGB channels and saturation

R 17 of 255 = 7%
G 33 of 255 = 13%
B 55 of 255 = 22%

17
33
55

R + G + B ~ 14%. #112137 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 33 + 55 = 105 (100%)
R 17 of 105 ~ 16.19%
G 33 of 105 ~ 31.43%
B 55 of 105 ~ 52.38%

%16.19
%31.43
%52.38

CMYK color model

#112137 color CMYK value is (69,40,0,78).

  • cyan value is 69.09%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(69,40,0,78)
C69M40Y0K78 
(69%,40%,0%,78%)
(0.69/0.40/0.00/0.78)	

CMYK percentages

%69.09
%40
%0
%78.43

Codes

Color #112137 in popluar color models

112137
RGB173355
HSL215°52.78%14.12%
HSB/HSV215°69.09%21.57%
CMYK69.09%40.00%0.00%
78.43%

Color #112137 in popluar number systems.

HEX112137
Decimal173355
Binary10001100001110111
Octal214167

Shades and tints

Shades of #112137

#112137
(17,33,55)
#101E32
(16,30,50)
#0F1B2D
(15,27,45)
#0E1828
(14,24,40)
#0D1523
(13,21,35)
#0C121E
(12,18,30)
#0B0F19
(11,15,25)
#0A0C14
(10,12,20)
#09090F
(9,9,15)
#08060A
(8,6,10)
#070305
(7,3,5)
#000000
(0,0,0)

Tints of #112137

#112137
(17,33,55)
#263549
(38,53,73)
#3B495B
(59,73,91)
#505D6D
(80,93,109)
#65717F
(101,113,127)
#7A8591
(122,133,145)
#8F99A3
(143,153,163)
#A4ADB5
(164,173,181)
#B9C1C7
(185,193,199)
#CED5D9
(206,213,217)
#E3E9EB
(227,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112137 color. Also use rgb(17,33,55) instead hex code.

Text Font Color

.myTextColor { color: #112137; }

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

This text font color is #112137.


Background Color

.myBgColor { background-color: #112137; }

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

This div background color is #112137.


Border color

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

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

This div border color is #112137.


Opacity

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

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

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

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

This text has shadow with #112137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112137 on black background.


Color preview on white background

This text has color #112137 on white background.



Black color preview on #112137 background

This text has black color on #112137 background.


White color preview on #112137 background

This text has white color on #112137 background.