COLOR #112D56

HEX: #112D56
RGB: (17,45,86)

Color info

#112D56 contains mainly green and blue colors. Web safe color of #112D56 is #003366 (or #036).

RGB color model

#112D56 color RGB value is (17,45,86).

  • red value is 17;
  • green value is 45;
  • blue value is 86.
RGB:
(17,45,86)
(7%,18%,34%)

RGB channels and saturation

R 17 of 255 = 7%
G 45 of 255 = 18%
B 86 of 255 = 34%

17
45
86

R + G + B ~ 20%. #112D56 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 45 + 86 = 148 (100%)
R 17 of 148 ~ 11.49%
G 45 of 148 ~ 30.41%
B 86 of 148 ~ 58.11%

%11.49
%30.41
%58.11

CMYK color model

#112D56 color CMYK value is (80,48,0,66).

  • cyan value is 80.23%
  • magenta value is 47.67%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(80,48,0,66)
C80M48Y0K66 
(80%,48%,0%,66%)
(0.80/0.48/0.00/0.66)	

CMYK percentages

%80.23
%47.67
%0
%66.27

Codes

Color #112D56 in popluar color models

112D56
RGB174586
HSL216°66.99%20.20%
HSB/HSV216°80.23%33.73%
CMYK80.23%47.67%0.00%
66.27%

Color #112D56 in popluar number systems.

HEX112D56
Decimal174586
Binary100011011011010110
Octal2155126

Shades and tints

Shades of #112D56

#112D56
(17,45,86)
#10294F
(16,41,79)
#0F2548
(15,37,72)
#0E2141
(14,33,65)
#0D1D3A
(13,29,58)
#0C1933
(12,25,51)
#0B152C
(11,21,44)
#0A1125
(10,17,37)
#090D1E
(9,13,30)
#080917
(8,9,23)
#070510
(7,5,16)
#000000
(0,0,0)

Tints of #112D56

#112D56
(17,45,86)
#264065
(38,64,101)
#3B5374
(59,83,116)
#506683
(80,102,131)
#657992
(101,121,146)
#7A8CA1
(122,140,161)
#8F9FB0
(143,159,176)
#A4B2BF
(164,178,191)
#B9C5CE
(185,197,206)
#CED8DD
(206,216,221)
#E3EBEC
(227,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112D56 color. Also use rgb(17,45,86) instead hex code.

Text Font Color

.myTextColor { color: #112D56; }

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

This text font color is #112D56.


Background Color

.myBgColor { background-color: #112D56; }

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

This div background color is #112D56.


Border color

.myBorderColor { border: 1px solid #112D56; }

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

This div border color is #112D56.


Opacity

.myOpacity80 { color: #112D56; opacity: 0.8; }

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

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

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

This text has shadow with #112D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112D56 on black background.


Color preview on white background

This text has color #112D56 on white background.



Black color preview on #112D56 background

This text has black color on #112D56 background.


White color preview on #112D56 background

This text has white color on #112D56 background.