COLOR #112242

HEX: #112242
RGB: (17,34,66)

Color info

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

RGB color model

#112242 color RGB value is (17,34,66).

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

RGB channels and saturation

R 17 of 255 = 7%
G 34 of 255 = 13%
B 66 of 255 = 26%

17
34
66

R + G + B ~ 15%. #112242 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 34 + 66 = 117 (100%)
R 17 of 117 ~ 14.53%
G 34 of 117 ~ 29.06%
B 66 of 117 ~ 56.41%

%14.53
%29.06
%56.41

CMYK color model

#112242 color CMYK value is (74,48,0,74).

  • cyan value is 74.24%
  • magenta value is 48.48%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK: (74,48,0,74) C74M48Y0K74 (74%,48%,0%,74%) (0.74/0.48/0.00/0.74)

CMYK percentages

%74.24
%48.48
%0
%74.12

Codes

Color #112242 in popluar color models

112242
RGB173466
HSL219°59.04%16.27%
HSB/HSV219°74.24%25.88%
CMYK74.24%48.48%0.00%
74.12%

Color #112242 in popluar number systems.

HEX112242
Decimal173466
Binary100011000101000010
Octal2142102

Shades and tints

Shades of #112242

#112242
(17,34,66)
#101F3C
(16,31,60)
#0F1C36
(15,28,54)
#0E1930
(14,25,48)
#0D162A
(13,22,42)
#0C1324
(12,19,36)
#0B101E
(11,16,30)
#0A0D18
(10,13,24)
#090A12
(9,10,18)
#08070C
(8,7,12)
#070406
(7,4,6)
#000000
(0,0,0)

Tints of #112242

#112242
(17,34,66)
#263653
(38,54,83)
#3B4A64
(59,74,100)
#505E75
(80,94,117)
#657286
(101,114,134)
#7A8697
(122,134,151)
#8F9AA8
(143,154,168)
#A4AEB9
(164,174,185)
#B9C2CA
(185,194,202)
#CED6DB
(206,214,219)
#E3EAEC
(227,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112242; }

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

This text font color is #112242.


Background Color

.myBgColor { background-color: #112242; }

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

This div background color is #112242.


Border color

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

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

This div border color is #112242.


Opacity

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

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

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

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

This text has shadow with #112242 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #112242 on black background.


Color preview on white background

This text has color #112242 on white background.



Black color preview on #112242 background

This text has black color on #112242 background.


White color preview on #112242 background

This text has white color on #112242 background.