COLOR #112B18

HEX: #112B18 RGB: (17,43,24)

Color info

#112B18 contains red, green and blue colors in about the same proportion. Web safe color of #112B18 is #003300 (or #030).

RGB color model

#112B18 color RGB value is (17,43,24).

RGB: (17,43,24) (7%, 17%, 9%)

RGB channels and saturation

R 17 of 255 = 7%
G 43 of 255 = 17%
B 24 of 255 = 9%

17
43
24

R + G + B ~ 11%. #112B18 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 43 + 24 = 84 (100%)
R 17 of 84 ~ 20.24%
G 43 of 84 ~ 51.19%
B 24 of 84 ~ 28.57'%

%20.24
%51.19
%28.57

CMYK color model

#112B18 color CMYK value is (60,0,44,83).

  • cyan value is 60.47%
  • magenta value is 0.00%
  • yellow value is 44.19%
  • key color value is 83.14%

CMYK: (60,0,44,83)
C60M0Y44K83 (60%, 0%, 44%, 83%)
(0.60 / 0.00 / 0.44 / 0.83)

CMYK percentages

%60.47
%0
%44.19
%83.14

Codes

Color #112B18 in popluar color models

11 2B 18
RGB 17 43 24
HSL 136° 43.33% 11.76%
HSB/HSV 136° 60.47% 16.86%
CMYK 60.47% 0.00% 44.19%
83.14%

Color #112B18 in popluar number systems.

HEX 11 2B 18
Decimal 17 43 24
Binary 10001 101011 11000
Octal 21 53 30

Shades and tints

Shades of #112B18

#112B18
(17,43,24)
#102816
(16,40,22)
#0F2514
(15,37,20)
#0E2212
(14,34,18)
#0D1F10
(13,31,16)
#0C1C0E
(12,28,14)
#0B190C
(11,25,12)
#0A160A
(10,22,10)
#091308
(9,19,8)
#081006
(8,16,6)
#070D04
(7,13,4)
#000000
(0,0,0)

Tints of #112B18

#112B18
(17,43,24)
#263E2D
(38,62,45)
#3B5142
(59,81,66)
#506457
(80,100,87)
#65776C
(101,119,108)
#7A8A81
(122,138,129)
#8F9D96
(143,157,150)
#A4B0AB
(164,176,171)
#B9C3C0
(185,195,192)
#CED6D5
(206,214,213)
#E3E9EA
(227,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112B18; }

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

This text font color is #112B18.

Background Color

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

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

This div background color is #112B18.

Border color

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

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

This div border color is #112B18.

Opacity

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

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

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

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

This text has shadow with #112B18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #112B18.

Preview

Color preview on black background

This text has color #112B18 on black background.


Color preview on white background

This text has color #112B18 on white background.


Black color preview on #112B18 background

This text has black color on #112B18 background.


White color preview on #112B18 background

This text has white color on #112B18 background.


Related colors

Complementary color

Complementary color for #hex is #EED4E7.


I love getcolorcode.com

Triadic colors

1 #18112B and #2B1811 with #112B18 are triadic colors.

2 #182B11 and #2B1118 with #112B18 are triadic colors.