COLOR #112542

HEX: #112542
RGB: (17,37,66)

Color info

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

RGB color model

#112542 color RGB value is (17,37,66).

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

RGB channels and saturation

R 17 of 255 = 7%
G 37 of 255 = 15%
B 66 of 255 = 26%

17
37
66

R + G + B ~ 16%. #112542 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 37 + 66 = 120 (100%)
R 17 of 120 ~ 14.17%
G 37 of 120 ~ 30.83%
B 66 of 120 ~ 55%

%14.17
%30.83
%55

CMYK color model

#112542 color CMYK value is (74,44,0,74).

  • cyan value is 74.24%
  • magenta value is 43.94%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(74,44,0,74)
C74M44Y0K74 
(74%,44%,0%,74%)
(0.74/0.44/0.00/0.74)	

CMYK percentages

%74.24
%43.94
%0
%74.12

Codes

Color #112542 in popluar color models

112542
RGB173766
HSL216°59.04%16.27%
HSB/HSV216°74.24%25.88%
CMYK74.24%43.94%0.00%
74.12%

Color #112542 in popluar number systems.

HEX112542
Decimal173766
Binary100011001011000010
Octal2145102

Shades and tints

Shades of #112542

#112542
(17,37,66)
#10223C
(16,34,60)
#0F1F36
(15,31,54)
#0E1C30
(14,28,48)
#0D192A
(13,25,42)
#0C1624
(12,22,36)
#0B131E
(11,19,30)
#0A1018
(10,16,24)
#090D12
(9,13,18)
#080A0C
(8,10,12)
#070706
(7,7,6)
#000000
(0,0,0)

Tints of #112542

#112542
(17,37,66)
#263853
(38,56,83)
#3B4B64
(59,75,100)
#505E75
(80,94,117)
#657186
(101,113,134)
#7A8497
(122,132,151)
#8F97A8
(143,151,168)
#A4AAB9
(164,170,185)
#B9BDCA
(185,189,202)
#CED0DB
(206,208,219)
#E3E3EC
(227,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112542; }

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

This text font color is #112542.


Background Color

.myBgColor { background-color: #112542; }

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

This div background color is #112542.


Border color

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

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

This div border color is #112542.


Opacity

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

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

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

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

This text has shadow with #112542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112542 on black background.


Color preview on white background

This text has color #112542 on white background.



Black color preview on #112542 background

This text has black color on #112542 background.


White color preview on #112542 background

This text has white color on #112542 background.