COLOR #112331

HEX: #112331 RGB: (17,35,49)

Color info

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

RGB color model

#112331 color RGB value is (17,35,49).

RGB: (17,35,49) (7%, 14%, 19%)

RGB channels and saturation

R 17 of 255 = 7%
G 35 of 255 = 14%
B 49 of 255 = 19%

17
35
49

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

Portions of RGB colors in percentages

R + G + B = 17 + 35 + 49 = 101 (100%)
R 17 of 101 ~ 16.83%
G 35 of 101 ~ 34.65%
B 49 of 101 ~ 48.51'%

%16.83
%34.65
%48.51

CMYK color model

#112331 color CMYK value is (65,29,0,81).

  • cyan value is 65.31%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (65,29,0,81)
C65M29Y0K81 (65%, 29%, 0%, 81%)
(0.65 / 0.29 / 0.00 / 0.81)

CMYK percentages

%65.31
%28.57
%0
%80.78

Codes

Color #112331 in popluar color models

11 23 31
RGB 17 35 49
HSL 206° 48.48% 12.94%
HSB/HSV 206° 65.31% 19.22%
CMYK 65.31% 28.57% 0.00%
80.78%

Color #112331 in popluar number systems.

HEX 11 23 31
Decimal 17 35 49
Binary 10001 100011 110001
Octal 21 43 61

Shades and tints

Shades of #112331

#112331
(17,35,49)
#10202D
(16,32,45)
#0F1D29
(15,29,41)
#0E1A25
(14,26,37)
#0D1721
(13,23,33)
#0C141D
(12,20,29)
#0B1119
(11,17,25)
#0A0E15
(10,14,21)
#090B11
(9,11,17)
#08080D
(8,8,13)
#070509
(7,5,9)
#000000
(0,0,0)

Tints of #112331

#112331
(17,35,49)
#263743
(38,55,67)
#3B4B55
(59,75,85)
#505F67
(80,95,103)
#657379
(101,115,121)
#7A878B
(122,135,139)
#8F9B9D
(143,155,157)
#A4AFAF
(164,175,175)
#B9C3C1
(185,195,193)
#CED7D3
(206,215,211)
#E3EBE5
(227,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112331; }

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

This text font color is #112331.

Background Color

.myBgColor { background-color: #112331; }

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

This div background color is #112331.

Border color

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

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

This div border color is #112331.

Opacity

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

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

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

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

This text has shadow with #112331 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #112331.

Preview

Color preview on black background

This text has color #112331 on black background.


Color preview on white background

This text has color #112331 on white background.


Black color preview on #112331 background

This text has black color on #112331 background.


White color preview on #112331 background

This text has white color on #112331 background.


Related colors

Complementary color

Complementary color for #hex is #EEDCCE.


I love getcolorcode.com

Triadic colors

1 #311123 and #233111 with #112331 are triadic colors.

2 #312311 and #231131 with #112331 are triadic colors.