COLOR #112E1D

HEX: #112E1D RGB: (17,46,29)

Color info

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

RGB color model

#112E1D color RGB value is (17,46,29).

RGB: (17,46,29) (7%, 18%, 11%)

RGB channels and saturation

R 17 of 255 = 7%
G 46 of 255 = 18%
B 29 of 255 = 11%

17
46
29

R + G + B ~ 12%. #112E1D is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 46 + 29 = 92 (100%)
R 17 of 92 ~ 18.48%
G 46 of 92 ~ 50%
B 29 of 92 ~ 31.52'%

%18.48
%50
%31.52

CMYK color model

#112E1D color CMYK value is (63,0,37,82).

  • cyan value is 63.04%
  • magenta value is 0.00%
  • yellow value is 36.96%
  • key color value is 81.96%

CMYK: (63,0,37,82)
C63M0Y37K82 (63%, 0%, 37%, 82%)
(0.63 / 0.00 / 0.37 / 0.82)

CMYK percentages

%63.04
%0
%36.96
%81.96

Codes

Color #112E1D in popluar color models

11 2E 1D
RGB 17 46 29
HSL 145° 46.03% 12.35%
HSB/HSV 145° 63.04% 18.04%
CMYK 63.04% 0.00% 36.96%
81.96%

Color #112E1D in popluar number systems.

HEX 11 2E 1D
Decimal 17 46 29
Binary 10001 101110 11101
Octal 21 56 35

Shades and tints

Shades of #112E1D

#112E1D
(17,46,29)
#102A1B
(16,42,27)
#0F2619
(15,38,25)
#0E2217
(14,34,23)
#0D1E15
(13,30,21)
#0C1A13
(12,26,19)
#0B1611
(11,22,17)
#0A120F
(10,18,15)
#090E0D
(9,14,13)
#080A0B
(8,10,11)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #112E1D

#112E1D
(17,46,29)
#264131
(38,65,49)
#3B5445
(59,84,69)
#506759
(80,103,89)
#657A6D
(101,122,109)
#7A8D81
(122,141,129)
#8FA095
(143,160,149)
#A4B3A9
(164,179,169)
#B9C6BD
(185,198,189)
#CED9D1
(206,217,209)
#E3ECE5
(227,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112E1D; }

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

This text font color is #112E1D.

Background Color

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

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

This div background color is #112E1D.

Border color

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

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

This div border color is #112E1D.

Opacity

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

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

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

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

This text has shadow with #112E1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #112E1D.

Preview

Color preview on black background

This text has color #112E1D on black background.


Color preview on white background

This text has color #112E1D on white background.


Black color preview on #112E1D background

This text has black color on #112E1D background.


White color preview on #112E1D background

This text has white color on #112E1D background.


Related colors

Complementary color

Complementary color for #hex is #EED1E2.


I love getcolorcode.com

Triadic colors

1 #1D112E and #2E1D11 with #112E1D are triadic colors.

2 #1D2E11 and #2E111D with #112E1D are triadic colors.