COLOR #112F1F

HEX: #112F1F
RGB: (17,47,31)

Color info

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

RGB color model

#112F1F color RGB value is (17,47,31).

  • red value is 17;
  • green value is 47;
  • blue value is 31.
RGB:
(17,47,31)
(7%,18%,12%)

RGB channels and saturation

R 17 of 255 = 7%
G 47 of 255 = 18%
B 31 of 255 = 12%

17
47
31

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

Portions of RGB colors in percentages

R + G + B =
17 + 47 + 31 = 95 (100%)
R 17 of 95 ~ 17.89%
G 47 of 95 ~ 49.47%
B 31 of 95 ~ 32.63%

%17.89
%49.47
%32.63

CMYK color model

#112F1F color CMYK value is (64,0,34,82).

  • cyan value is 63.83%
  • magenta value is 0.00%
  • yellow value is 34.04%
  • key color value is 81.57%
CMYK:
(64,0,34,82)
C64M0Y34K82 
(64%,0%,34%,82%)
(0.64/0.00/0.34/0.82)	

CMYK percentages

%63.83
%0
%34.04
%81.57

Codes

Color #112F1F in popluar color models

112F1F
RGB174731
HSL148°46.88%12.55%
HSB/HSV148°63.83%18.43%
CMYK63.83%0.00%34.04%
81.57%

Color #112F1F in popluar number systems.

HEX112F1F
Decimal174731
Binary1000110111111111
Octal215737

Shades and tints

Shades of #112F1F

#112F1F
(17,47,31)
#102B1D
(16,43,29)
#0F271B
(15,39,27)
#0E2319
(14,35,25)
#0D1F17
(13,31,23)
#0C1B15
(12,27,21)
#0B1713
(11,23,19)
#0A1311
(10,19,17)
#090F0F
(9,15,15)
#080B0D
(8,11,13)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #112F1F

#112F1F
(17,47,31)
#264133
(38,65,51)
#3B5347
(59,83,71)
#50655B
(80,101,91)
#65776F
(101,119,111)
#7A8983
(122,137,131)
#8F9B97
(143,155,151)
#A4ADAB
(164,173,171)
#B9BFBF
(185,191,191)
#CED1D3
(206,209,211)
#E3E3E7
(227,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112F1F color. Also use rgb(17,47,31) instead hex code.

Text Font Color

.myTextColor { color: #112F1F; }

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

This text font color is #112F1F.


Background Color

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

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

This div background color is #112F1F.


Border color

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

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

This div border color is #112F1F.


Opacity

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

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

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

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

This text has shadow with #112F1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112F1F on black background.


Color preview on white background

This text has color #112F1F on white background.



Black color preview on #112F1F background

This text has black color on #112F1F background.


White color preview on #112F1F background

This text has white color on #112F1F background.