COLOR #112C3B

HEX: #112C3B RGB: (17,44,59)

Color info

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

RGB color model

#112C3B color RGB value is (17,44,59).

RGB: (17,44,59) (7%, 17%, 23%)

RGB channels and saturation

R 17 of 255 = 7%
G 44 of 255 = 17%
B 59 of 255 = 23%

17
44
59

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

Portions of RGB colors in percentages

R + G + B = 17 + 44 + 59 = 120 (100%)
R 17 of 120 ~ 14.17%
G 44 of 120 ~ 36.67%
B 59 of 120 ~ 49.17'%

%14.17
%36.67
%49.17

CMYK color model

#112C3B color CMYK value is (71,25,0,77).

  • cyan value is 71.19%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (71,25,0,77)
C71M25Y0K77 (71%, 25%, 0%, 77%)
(0.71 / 0.25 / 0.00 / 0.77)

CMYK percentages

%71.19
%25.42
%0
%76.86

Codes

Color #112C3B in popluar color models

11 2C 3B
RGB 17 44 59
HSL 201° 55.26% 14.90%
HSB/HSV 201° 71.19% 23.14%
CMYK 71.19% 25.42% 0.00%
76.86%

Color #112C3B in popluar number systems.

HEX 11 2C 3B
Decimal 17 44 59
Binary 10001 101100 111011
Octal 21 54 73

Shades and tints

Shades of #112C3B

#112C3B
(17,44,59)
#102836
(16,40,54)
#0F2431
(15,36,49)
#0E202C
(14,32,44)
#0D1C27
(13,28,39)
#0C1822
(12,24,34)
#0B141D
(11,20,29)
#0A1018
(10,16,24)
#090C13
(9,12,19)
#08080E
(8,8,14)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #112C3B

#112C3B
(17,44,59)
#263F4C
(38,63,76)
#3B525D
(59,82,93)
#50656E
(80,101,110)
#65787F
(101,120,127)
#7A8B90
(122,139,144)
#8F9EA1
(143,158,161)
#A4B1B2
(164,177,178)
#B9C4C3
(185,196,195)
#CED7D4
(206,215,212)
#E3EAE5
(227,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112C3B; }

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

This text font color is #112C3B.

Background Color

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

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

This div background color is #112C3B.

Border color

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

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

This div border color is #112C3B.

Opacity

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

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

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

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

This text has shadow with #112C3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #112C3B.

Preview

Color preview on black background

This text has color #112C3B on black background.


Color preview on white background

This text has color #112C3B on white background.


Black color preview on #112C3B background

This text has black color on #112C3B background.


White color preview on #112C3B background

This text has white color on #112C3B background.


Related colors

Complementary color

Complementary color for #hex is #EED3C4.


I love getcolorcode.com

Triadic colors

1 #3B112C and #2C3B11 with #112C3B are triadic colors.

2 #3B2C11 and #2C113B with #112C3B are triadic colors.