COLOR #112C42

HEX: #112C42
RGB: (17,44,66)

Color info

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

RGB color model

#112C42 color RGB value is (17,44,66).

  • red value is 17;
  • green value is 44;
  • blue value is 66.
RGB:
(17,44,66)
(7%,17%,26%)

RGB channels and saturation

R 17 of 255 = 7%
G 44 of 255 = 17%
B 66 of 255 = 26%

17
44
66

R + G + B ~ 17%. #112C42 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 44 + 66 = 127 (100%)
R 17 of 127 ~ 13.39%
G 44 of 127 ~ 34.65%
B 66 of 127 ~ 51.97%

%13.39
%34.65
%51.97

CMYK color model

#112C42 color CMYK value is (74,33,0,74).

  • cyan value is 74.24%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(74,33,0,74)
C74M33Y0K74 
(74%,33%,0%,74%)
(0.74/0.33/0.00/0.74)	

CMYK percentages

%74.24
%33.33
%0
%74.12

Codes

Color #112C42 in popluar color models

112C42
RGB174466
HSL207°59.04%16.27%
HSB/HSV207°74.24%25.88%
CMYK74.24%33.33%0.00%
74.12%

Color #112C42 in popluar number systems.

HEX112C42
Decimal174466
Binary100011011001000010
Octal2154102

Shades and tints

Shades of #112C42

#112C42
(17,44,66)
#10283C
(16,40,60)
#0F2436
(15,36,54)
#0E2030
(14,32,48)
#0D1C2A
(13,28,42)
#0C1824
(12,24,36)
#0B141E
(11,20,30)
#0A1018
(10,16,24)
#090C12
(9,12,18)
#08080C
(8,8,12)
#070406
(7,4,6)
#000000
(0,0,0)

Tints of #112C42

#112C42
(17,44,66)
#263F53
(38,63,83)
#3B5264
(59,82,100)
#506575
(80,101,117)
#657886
(101,120,134)
#7A8B97
(122,139,151)
#8F9EA8
(143,158,168)
#A4B1B9
(164,177,185)
#B9C4CA
(185,196,202)
#CED7DB
(206,215,219)
#E3EAEC
(227,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112C42 color. Also use rgb(17,44,66) instead hex code.

Text Font Color

.myTextColor { color: #112C42; }

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

This text font color is #112C42.


Background Color

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

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

This div background color is #112C42.


Border color

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

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

This div border color is #112C42.


Opacity

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

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

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

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

This text has shadow with #112C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112C42 on black background.


Color preview on white background

This text has color #112C42 on white background.



Black color preview on #112C42 background

This text has black color on #112C42 background.


White color preview on #112C42 background

This text has white color on #112C42 background.