COLOR #112131

HEX: #112131
RGB: (17,33,49)

Color info

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

RGB color model

#112131 color RGB value is (17,33,49).

  • red value is 17;
  • green value is 33;
  • blue value is 49.
RGB:
(17,33,49)
(7%,13%,19%)

RGB channels and saturation

R 17 of 255 = 7%
G 33 of 255 = 13%
B 49 of 255 = 19%

17
33
49

R + G + B ~ 13%. #112131 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 33 + 49 = 99 (100%)
R 17 of 99 ~ 17.17%
G 33 of 99 ~ 33.33%
B 49 of 99 ~ 49.49%

%17.17
%33.33
%49.49

CMYK color model

#112131 color CMYK value is (65,33,0,81).

  • cyan value is 65.31%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(65,33,0,81)
C65M33Y0K81 
(65%,33%,0%,81%)
(0.65/0.33/0.00/0.81)	

CMYK percentages

%65.31
%32.65
%0
%80.78

Codes

Color #112131 in popluar color models

112131
RGB173349
HSL210°48.48%12.94%
HSB/HSV210°65.31%19.22%
CMYK65.31%32.65%0.00%
80.78%

Color #112131 in popluar number systems.

HEX112131
Decimal173349
Binary10001100001110001
Octal214161

Shades and tints

Shades of #112131

#112131
(17,33,49)
#101E2D
(16,30,45)
#0F1B29
(15,27,41)
#0E1825
(14,24,37)
#0D1521
(13,21,33)
#0C121D
(12,18,29)
#0B0F19
(11,15,25)
#0A0C15
(10,12,21)
#090911
(9,9,17)
#08060D
(8,6,13)
#070309
(7,3,9)
#000000
(0,0,0)

Tints of #112131

#112131
(17,33,49)
#263543
(38,53,67)
#3B4955
(59,73,85)
#505D67
(80,93,103)
#657179
(101,113,121)
#7A858B
(122,133,139)
#8F999D
(143,153,157)
#A4ADAF
(164,173,175)
#B9C1C1
(185,193,193)
#CED5D3
(206,213,211)
#E3E9E5
(227,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112131 color. Also use rgb(17,33,49) instead hex code.

Text Font Color

.myTextColor { color: #112131; }

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

This text font color is #112131.


Background Color

.myBgColor { background-color: #112131; }

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

This div background color is #112131.


Border color

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

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

This div border color is #112131.


Opacity

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

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

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

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

This text has shadow with #112131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112131 on black background.


Color preview on white background

This text has color #112131 on white background.



Black color preview on #112131 background

This text has black color on #112131 background.


White color preview on #112131 background

This text has white color on #112131 background.