COLOR #112214

HEX: #112214
RGB: (17,34,20)

Color info

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

RGB color model

#112214 color RGB value is (17,34,20).

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

RGB channels and saturation

R 17 of 255 = 7%
G 34 of 255 = 13%
B 20 of 255 = 8%

17
34
20

R + G + B ~ 9%. #112214 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 34 + 20 = 71 (100%)
R 17 of 71 ~ 23.94%
G 34 of 71 ~ 47.89%
B 20 of 71 ~ 28.17%

%23.94
%47.89
%28.17

CMYK color model

#112214 color CMYK value is (50,0,41,87).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 86.67%
CMYK:
(50,0,41,87)
C50M0Y41K87 
(50%,0%,41%,87%)
(0.50/0.00/0.41/0.87)	

CMYK percentages

%50
%0
%41.18
%86.67

Codes

Color #112214 in popluar color models

112214
RGB173420
HSL131°33.33%10.00%
HSB/HSV131°50.00%13.33%
CMYK50.00%0.00%41.18%
86.67%

Color #112214 in popluar number systems.

HEX112214
Decimal173420
Binary1000110001010100
Octal214224

Shades and tints

Shades of #112214

#112214
(17,34,20)
#101F13
(16,31,19)
#0F1C12
(15,28,18)
#0E1911
(14,25,17)
#0D1610
(13,22,16)
#0C130F
(12,19,15)
#0B100E
(11,16,14)
#0A0D0D
(10,13,13)
#090A0C
(9,10,12)
#08070B
(8,7,11)
#07040A
(7,4,10)
#000000
(0,0,0)

Tints of #112214

#112214
(17,34,20)
#263629
(38,54,41)
#3B4A3E
(59,74,62)
#505E53
(80,94,83)
#657268
(101,114,104)
#7A867D
(122,134,125)
#8F9A92
(143,154,146)
#A4AEA7
(164,174,167)
#B9C2BC
(185,194,188)
#CED6D1
(206,214,209)
#E3EAE6
(227,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112214; }

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

This text font color is #112214.


Background Color

.myBgColor { background-color: #112214; }

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

This div background color is #112214.


Border color

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

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

This div border color is #112214.


Opacity

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

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

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

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

This text has shadow with #112214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112214 on black background.


Color preview on white background

This text has color #112214 on white background.



Black color preview on #112214 background

This text has black color on #112214 background.


White color preview on #112214 background

This text has white color on #112214 background.