COLOR #112C4F

HEX: #112C4F
RGB: (17,44,79)

Color info

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

RGB color model

#112C4F color RGB value is (17,44,79).

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

RGB channels and saturation

R 17 of 255 = 7%
G 44 of 255 = 17%
B 79 of 255 = 31%

17
44
79

R + G + B ~ 18%. #112C4F is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 44 + 79 = 140 (100%)
R 17 of 140 ~ 12.14%
G 44 of 140 ~ 31.43%
B 79 of 140 ~ 56.43%

%12.14
%31.43
%56.43

CMYK color model

#112C4F color CMYK value is (78,44,0,69).

  • cyan value is 78.48%
  • magenta value is 44.30%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(78,44,0,69)
C78M44Y0K69 
(78%,44%,0%,69%)
(0.78/0.44/0.00/0.69)	

CMYK percentages

%78.48
%44.3
%0
%69.02

Codes

Color #112C4F in popluar color models

112C4F
RGB174479
HSL214°64.58%18.82%
HSB/HSV214°78.48%30.98%
CMYK78.48%44.30%0.00%
69.02%

Color #112C4F in popluar number systems.

HEX112C4F
Decimal174479
Binary100011011001001111
Octal2154117

Shades and tints

Shades of #112C4F

#112C4F
(17,44,79)
#102848
(16,40,72)
#0F2441
(15,36,65)
#0E203A
(14,32,58)
#0D1C33
(13,28,51)
#0C182C
(12,24,44)
#0B1425
(11,20,37)
#0A101E
(10,16,30)
#090C17
(9,12,23)
#080810
(8,8,16)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #112C4F

#112C4F
(17,44,79)
#263F5F
(38,63,95)
#3B526F
(59,82,111)
#50657F
(80,101,127)
#65788F
(101,120,143)
#7A8B9F
(122,139,159)
#8F9EAF
(143,158,175)
#A4B1BF
(164,177,191)
#B9C4CF
(185,196,207)
#CED7DF
(206,215,223)
#E3EAEF
(227,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112C4F; }

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

This text font color is #112C4F.


Background Color

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

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

This div background color is #112C4F.


Border color

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

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

This div border color is #112C4F.


Opacity

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

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

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

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

This text has shadow with #112C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112C4F on black background.


Color preview on white background

This text has color #112C4F on white background.



Black color preview on #112C4F background

This text has black color on #112C4F background.


White color preview on #112C4F background

This text has white color on #112C4F background.