COLOR #112D2C

HEX: #112D2C
RGB: (17,45,44)

Color info

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

RGB color model

#112D2C color RGB value is (17,45,44).

  • red value is 17;
  • green value is 45;
  • blue value is 44.
RGB:
(17,45,44)
(7%,18%,17%)

RGB channels and saturation

R 17 of 255 = 7%
G 45 of 255 = 18%
B 44 of 255 = 17%

17
45
44

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

Portions of RGB colors in percentages

R + G + B =
17 + 45 + 44 = 106 (100%)
R 17 of 106 ~ 16.04%
G 45 of 106 ~ 42.45%
B 44 of 106 ~ 41.51%

%16.04
%42.45
%41.51

CMYK color model

#112D2C color CMYK value is (62,0,2,82).

  • cyan value is 62.22%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 82.35%
CMYK:
(62,0,2,82)
C62M0Y2K82 
(62%,0%,2%,82%)
(0.62/0.00/0.02/0.82)	

CMYK percentages

%62.22
%0
%2.22
%82.35

Codes

Color #112D2C in popluar color models

112D2C
RGB174544
HSL178°45.16%12.16%
HSB/HSV178°62.22%17.65%
CMYK62.22%0.00%2.22%
82.35%

Color #112D2C in popluar number systems.

HEX112D2C
Decimal174544
Binary10001101101101100
Octal215554

Shades and tints

Shades of #112D2C

#112D2C
(17,45,44)
#102928
(16,41,40)
#0F2524
(15,37,36)
#0E2120
(14,33,32)
#0D1D1C
(13,29,28)
#0C1918
(12,25,24)
#0B1514
(11,21,20)
#0A1110
(10,17,16)
#090D0C
(9,13,12)
#080908
(8,9,8)
#070504
(7,5,4)
#000000
(0,0,0)

Tints of #112D2C

#112D2C
(17,45,44)
#26403F
(38,64,63)
#3B5352
(59,83,82)
#506665
(80,102,101)
#657978
(101,121,120)
#7A8C8B
(122,140,139)
#8F9F9E
(143,159,158)
#A4B2B1
(164,178,177)
#B9C5C4
(185,197,196)
#CED8D7
(206,216,215)
#E3EBEA
(227,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112D2C; }

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

This text font color is #112D2C.


Background Color

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

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

This div background color is #112D2C.


Border color

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

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

This div border color is #112D2C.


Opacity

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

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

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

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

This text has shadow with #112D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112D2C on black background.


Color preview on white background

This text has color #112D2C on white background.



Black color preview on #112D2C background

This text has black color on #112D2C background.


White color preview on #112D2C background

This text has white color on #112D2C background.