COLOR #112B52

HEX: #112B52
RGB: (17,43,82)

Color info

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

RGB color model

#112B52 color RGB value is (17,43,82).

  • red value is 17;
  • green value is 43;
  • blue value is 82.
RGB:
(17,43,82)
(7%,17%,32%)

RGB channels and saturation

R 17 of 255 = 7%
G 43 of 255 = 17%
B 82 of 255 = 32%

17
43
82

R + G + B ~ 19%. #112B52 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 43 + 82 = 142 (100%)
R 17 of 142 ~ 11.97%
G 43 of 142 ~ 30.28%
B 82 of 142 ~ 57.75%

%11.97
%30.28
%57.75

CMYK color model

#112B52 color CMYK value is (79,48,0,68).

  • cyan value is 79.27%
  • magenta value is 47.56%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(79,48,0,68)
C79M48Y0K68 
(79%,48%,0%,68%)
(0.79/0.48/0.00/0.68)	

CMYK percentages

%79.27
%47.56
%0
%67.84

Codes

Color #112B52 in popluar color models

112B52
RGB174382
HSL216°65.66%19.41%
HSB/HSV216°79.27%32.16%
CMYK79.27%47.56%0.00%
67.84%

Color #112B52 in popluar number systems.

HEX112B52
Decimal174382
Binary100011010111010010
Octal2153122

Shades and tints

Shades of #112B52

#112B52
(17,43,82)
#10284B
(16,40,75)
#0F2544
(15,37,68)
#0E223D
(14,34,61)
#0D1F36
(13,31,54)
#0C1C2F
(12,28,47)
#0B1928
(11,25,40)
#0A1621
(10,22,33)
#09131A
(9,19,26)
#081013
(8,16,19)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #112B52

#112B52
(17,43,82)
#263E61
(38,62,97)
#3B5170
(59,81,112)
#50647F
(80,100,127)
#65778E
(101,119,142)
#7A8A9D
(122,138,157)
#8F9DAC
(143,157,172)
#A4B0BB
(164,176,187)
#B9C3CA
(185,195,202)
#CED6D9
(206,214,217)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112B52 color. Also use rgb(17,43,82) instead hex code.

Text Font Color

.myTextColor { color: #112B52; }

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

This text font color is #112B52.


Background Color

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

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

This div background color is #112B52.


Border color

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

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

This div border color is #112B52.


Opacity

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

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

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

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

This text has shadow with #112B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112B52 on black background.


Color preview on white background

This text has color #112B52 on white background.



Black color preview on #112B52 background

This text has black color on #112B52 background.


White color preview on #112B52 background

This text has white color on #112B52 background.