COLOR #112917

HEX: #112917
RGB: (17,41,23)

Color info

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

RGB color model

#112917 color RGB value is (17,41,23).

  • red value is 17;
  • green value is 41;
  • blue value is 23.
RGB:
(17,41,23)
(7%,16%,9%)

RGB channels and saturation

R 17 of 255 = 7%
G 41 of 255 = 16%
B 23 of 255 = 9%

17
41
23

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

Portions of RGB colors in percentages

R + G + B =
17 + 41 + 23 = 81 (100%)
R 17 of 81 ~ 20.99%
G 41 of 81 ~ 50.62%
B 23 of 81 ~ 28.4%

%20.99
%50.62
%28.4

CMYK color model

#112917 color CMYK value is (59,0,44,84).

  • cyan value is 58.54%
  • magenta value is 0.00%
  • yellow value is 43.90%
  • key color value is 83.92%
CMYK:
(59,0,44,84)
C59M0Y44K84 
(59%,0%,44%,84%)
(0.59/0.00/0.44/0.84)	

CMYK percentages

%58.54
%0
%43.9
%83.92

Codes

Color #112917 in popluar color models

112917
RGB174123
HSL135°41.38%11.37%
HSB/HSV135°58.54%16.08%
CMYK58.54%0.00%43.90%
83.92%

Color #112917 in popluar number systems.

HEX112917
Decimal174123
Binary1000110100110111
Octal215127

Shades and tints

Shades of #112917

#112917
(17,41,23)
#102615
(16,38,21)
#0F2313
(15,35,19)
#0E2011
(14,32,17)
#0D1D0F
(13,29,15)
#0C1A0D
(12,26,13)
#0B170B
(11,23,11)
#0A1409
(10,20,9)
#091107
(9,17,7)
#080E05
(8,14,5)
#070B03
(7,11,3)
#000000
(0,0,0)

Tints of #112917

#112917
(17,41,23)
#263C2C
(38,60,44)
#3B4F41
(59,79,65)
#506256
(80,98,86)
#65756B
(101,117,107)
#7A8880
(122,136,128)
#8F9B95
(143,155,149)
#A4AEAA
(164,174,170)
#B9C1BF
(185,193,191)
#CED4D4
(206,212,212)
#E3E7E9
(227,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112917 color. Also use rgb(17,41,23) instead hex code.

Text Font Color

.myTextColor { color: #112917; }

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

This text font color is #112917.


Background Color

.myBgColor { background-color: #112917; }

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

This div background color is #112917.


Border color

.myBorderColor { border: 1px solid #112917; }

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

This div border color is #112917.


Opacity

.myOpacity80 { color: #112917; opacity: 0.8; }

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

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

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

This text has shadow with #112917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112917 on black background.


Color preview on white background

This text has color #112917 on white background.



Black color preview on #112917 background

This text has black color on #112917 background.


White color preview on #112917 background

This text has white color on #112917 background.