COLOR #112337

HEX: #112337
RGB: (17,35,55)

Color info

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

RGB color model

#112337 color RGB value is (17,35,55).

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

RGB channels and saturation

R 17 of 255 = 7%
G 35 of 255 = 14%
B 55 of 255 = 22%

17
35
55

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

Portions of RGB colors in percentages

R + G + B =
17 + 35 + 55 = 107 (100%)
R 17 of 107 ~ 15.89%
G 35 of 107 ~ 32.71%
B 55 of 107 ~ 51.4%

%15.89
%32.71
%51.4

CMYK color model

#112337 color CMYK value is (69,36,0,78).

  • cyan value is 69.09%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(69,36,0,78)
C69M36Y0K78 
(69%,36%,0%,78%)
(0.69/0.36/0.00/0.78)	

CMYK percentages

%69.09
%36.36
%0
%78.43

Codes

Color #112337 in popluar color models

112337
RGB173555
HSL212°52.78%14.12%
HSB/HSV212°69.09%21.57%
CMYK69.09%36.36%0.00%
78.43%

Color #112337 in popluar number systems.

HEX112337
Decimal173555
Binary10001100011110111
Octal214367

Shades and tints

Shades of #112337

#112337
(17,35,55)
#102032
(16,32,50)
#0F1D2D
(15,29,45)
#0E1A28
(14,26,40)
#0D1723
(13,23,35)
#0C141E
(12,20,30)
#0B1119
(11,17,25)
#0A0E14
(10,14,20)
#090B0F
(9,11,15)
#08080A
(8,8,10)
#070505
(7,5,5)
#000000
(0,0,0)

Tints of #112337

#112337
(17,35,55)
#263749
(38,55,73)
#3B4B5B
(59,75,91)
#505F6D
(80,95,109)
#65737F
(101,115,127)
#7A8791
(122,135,145)
#8F9BA3
(143,155,163)
#A4AFB5
(164,175,181)
#B9C3C7
(185,195,199)
#CED7D9
(206,215,217)
#E3EBEB
(227,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112337; }

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

This text font color is #112337.


Background Color

.myBgColor { background-color: #112337; }

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

This div background color is #112337.


Border color

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

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

This div border color is #112337.


Opacity

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

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

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

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

This text has shadow with #112337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112337 on black background.


Color preview on white background

This text has color #112337 on white background.



Black color preview on #112337 background

This text has black color on #112337 background.


White color preview on #112337 background

This text has white color on #112337 background.