COLOR #112217

HEX: #112217
RGB: (17,34,23)

Color info

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

RGB color model

#112217 color RGB value is (17,34,23).

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

RGB channels and saturation

R 17 of 255 = 7%
G 34 of 255 = 13%
B 23 of 255 = 9%

17
34
23

R + G + B ~ 10%. #112217 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 34 + 23 = 74 (100%)
R 17 of 74 ~ 22.97%
G 34 of 74 ~ 45.95%
B 23 of 74 ~ 31.08%

%22.97
%45.95
%31.08

CMYK color model

#112217 color CMYK value is (50,0,32,87).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 86.67%
CMYK:
(50,0,32,87)
C50M0Y32K87 
(50%,0%,32%,87%)
(0.50/0.00/0.32/0.87)	

CMYK percentages

%50
%0
%32.35
%86.67

Codes

Color #112217 in popluar color models

112217
RGB173423
HSL141°33.33%10.00%
HSB/HSV141°50.00%13.33%
CMYK50.00%0.00%32.35%
86.67%

Color #112217 in popluar number systems.

HEX112217
Decimal173423
Binary1000110001010111
Octal214227

Shades and tints

Shades of #112217

#112217
(17,34,23)
#101F15
(16,31,21)
#0F1C13
(15,28,19)
#0E1911
(14,25,17)
#0D160F
(13,22,15)
#0C130D
(12,19,13)
#0B100B
(11,16,11)
#0A0D09
(10,13,9)
#090A07
(9,10,7)
#080705
(8,7,5)
#070403
(7,4,3)
#000000
(0,0,0)

Tints of #112217

#112217
(17,34,23)
#26362C
(38,54,44)
#3B4A41
(59,74,65)
#505E56
(80,94,86)
#65726B
(101,114,107)
#7A8680
(122,134,128)
#8F9A95
(143,154,149)
#A4AEAA
(164,174,170)
#B9C2BF
(185,194,191)
#CED6D4
(206,214,212)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112217; }

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

This text font color is #112217.


Background Color

.myBgColor { background-color: #112217; }

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

This div background color is #112217.


Border color

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

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

This div border color is #112217.


Opacity

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

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

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

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

This text has shadow with #112217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112217 on black background.


Color preview on white background

This text has color #112217 on white background.



Black color preview on #112217 background

This text has black color on #112217 background.


White color preview on #112217 background

This text has white color on #112217 background.