COLOR #112620

HEX: #112620
RGB: (17,38,32)

Color info

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

RGB color model

#112620 color RGB value is (17,38,32).

  • red value is 17;
  • green value is 38;
  • blue value is 32.
RGB:
(17,38,32)
(7%,15%,13%)

RGB channels and saturation

R 17 of 255 = 7%
G 38 of 255 = 15%
B 32 of 255 = 13%

17
38
32

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

Portions of RGB colors in percentages

R + G + B =
17 + 38 + 32 = 87 (100%)
R 17 of 87 ~ 19.54%
G 38 of 87 ~ 43.68%
B 32 of 87 ~ 36.78%

%19.54
%43.68
%36.78

CMYK color model

#112620 color CMYK value is (55,0,16,85).

  • cyan value is 55.26%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 85.10%
CMYK:
(55,0,16,85)
C55M0Y16K85 
(55%,0%,16%,85%)
(0.55/0.00/0.16/0.85)	

CMYK percentages

%55.26
%0
%15.79
%85.1

Codes

Color #112620 in popluar color models

112620
RGB173832
HSL163°38.18%10.78%
HSB/HSV163°55.26%14.90%
CMYK55.26%0.00%15.79%
85.10%

Color #112620 in popluar number systems.

HEX112620
Decimal173832
Binary10001100110100000
Octal214640

Shades and tints

Shades of #112620

#112620
(17,38,32)
#10231E
(16,35,30)
#0F201C
(15,32,28)
#0E1D1A
(14,29,26)
#0D1A18
(13,26,24)
#0C1716
(12,23,22)
#0B1414
(11,20,20)
#0A1112
(10,17,18)
#090E10
(9,14,16)
#080B0E
(8,11,14)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #112620

#112620
(17,38,32)
#263934
(38,57,52)
#3B4C48
(59,76,72)
#505F5C
(80,95,92)
#657270
(101,114,112)
#7A8584
(122,133,132)
#8F9898
(143,152,152)
#A4ABAC
(164,171,172)
#B9BEC0
(185,190,192)
#CED1D4
(206,209,212)
#E3E4E8
(227,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112620 color. Also use rgb(17,38,32) instead hex code.

Text Font Color

.myTextColor { color: #112620; }

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

This text font color is #112620.


Background Color

.myBgColor { background-color: #112620; }

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

This div background color is #112620.


Border color

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

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

This div border color is #112620.


Opacity

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

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

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

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

This text has shadow with #112620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112620 on black background.


Color preview on white background

This text has color #112620 on white background.



Black color preview on #112620 background

This text has black color on #112620 background.


White color preview on #112620 background

This text has white color on #112620 background.