COLOR #112E2B

HEX: #112E2B RGB: (17,46,43)

Color info

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

RGB color model

#112E2B color RGB value is (17,46,43).

RGB: (17,46,43) (7%, 18%, 17%)

RGB channels and saturation

R 17 of 255 = 7%
G 46 of 255 = 18%
B 43 of 255 = 17%

17
46
43

R + G + B ~ 14%. #112E2B is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 46 + 43 = 106 (100%)
R 17 of 106 ~ 16.04%
G 46 of 106 ~ 43.4%
B 43 of 106 ~ 40.57'%

%16.04
%43.4
%40.57

CMYK color model

#112E2B color CMYK value is (63,0,7,82).

  • cyan value is 63.04%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 81.96%
CMYK: (63,0,7,82) C63M0Y7K82 (63%,0%,7%,82%) (0.63/0.00/0.07/0.82) 

CMYK percentages

%63.04
%0
%6.52
%81.96

Codes

Color #112E2B in popluar color models

11 2E 2B
RGB 17 46 43
HSL 174° 46.03% 12.35%
HSB/HSV 174° 63.04% 18.04%
CMYK 63.04% 0.00% 6.52%
81.96%

Color #112E2B in popluar number systems.

HEX 11 2E 2B
Decimal 17 46 43
Binary 10001 101110 101011
Octal 21 56 53

Shades and tints

Shades of #112E2B

#112E2B
(17,46,43)
#102A28
(16,42,40)
#0F2625
(15,38,37)
#0E2222
(14,34,34)
#0D1E1F
(13,30,31)
#0C1A1C
(12,26,28)
#0B1619
(11,22,25)
#0A1216
(10,18,22)
#090E13
(9,14,19)
#080A10
(8,10,16)
#07060D
(7,6,13)
#000000
(0,0,0)

Tints of #112E2B

#112E2B
(17,46,43)
#26413E
(38,65,62)
#3B5451
(59,84,81)
#506764
(80,103,100)
#657A77
(101,122,119)
#7A8D8A
(122,141,138)
#8FA09D
(143,160,157)
#A4B3B0
(164,179,176)
#B9C6C3
(185,198,195)
#CED9D6
(206,217,214)
#E3ECE9
(227,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112E2B color. Also use rgb(17,46,43) instead hex code.

Text Font Color

.myTextColor { color: #112E2B; }

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

This text font color is #112E2B.

Background Color

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

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

This div background color is #112E2B.

Border color

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

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

This div border color is #112E2B.

Opacity

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

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

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

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

This text has shadow with #112E2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #112E2B.

Preview

Color preview on black background

This text has color #112E2B on black background.


Color preview on white background

This text has color #112E2B on white background.


Black color preview on #112E2B background

This text has black color on #112E2B background.


White color preview on #112E2B background

This text has white color on #112E2B background.


Related colors

Complementary color

Complementary color for #hex is #EED1D4.


I love getcolorcode.com

Triadic colors

1 #2B112E and #2E2B11 with #112E2B are triadic colors.

2 #2B2E11 and #2E112B with #112E2B are triadic colors.