COLOR #112624

HEX: #112624
RGB: (17,38,36)

Color info

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

RGB color model

#112624 color RGB value is (17,38,36).

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

RGB channels and saturation

R 17 of 255 = 7%
G 38 of 255 = 15%
B 36 of 255 = 14%

17
38
36

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

Portions of RGB colors in percentages

R + G + B =
17 + 38 + 36 = 91 (100%)
R 17 of 91 ~ 18.68%
G 38 of 91 ~ 41.76%
B 36 of 91 ~ 39.56%

%18.68
%41.76
%39.56

CMYK color model

#112624 color CMYK value is (55,0,5,85).

  • cyan value is 55.26%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 85.10%
CMYK:
(55,0,5,85)
C55M0Y5K85 
(55%,0%,5%,85%)
(0.55/0.00/0.05/0.85)	

CMYK percentages

%55.26
%0
%5.26
%85.1

Codes

Color #112624 in popluar color models

112624
RGB173836
HSL174°38.18%10.78%
HSB/HSV174°55.26%14.90%
CMYK55.26%0.00%5.26%
85.10%

Color #112624 in popluar number systems.

HEX112624
Decimal173836
Binary10001100110100100
Octal214644

Shades and tints

Shades of #112624

#112624
(17,38,36)
#102321
(16,35,33)
#0F201E
(15,32,30)
#0E1D1B
(14,29,27)
#0D1A18
(13,26,24)
#0C1715
(12,23,21)
#0B1412
(11,20,18)
#0A110F
(10,17,15)
#090E0C
(9,14,12)
#080B09
(8,11,9)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #112624

#112624
(17,38,36)
#263937
(38,57,55)
#3B4C4A
(59,76,74)
#505F5D
(80,95,93)
#657270
(101,114,112)
#7A8583
(122,133,131)
#8F9896
(143,152,150)
#A4ABA9
(164,171,169)
#B9BEBC
(185,190,188)
#CED1CF
(206,209,207)
#E3E4E2
(227,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112624; }

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

This text font color is #112624.


Background Color

.myBgColor { background-color: #112624; }

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

This div background color is #112624.


Border color

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

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

This div border color is #112624.


Opacity

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

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

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

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

This text has shadow with #112624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112624 on black background.


Color preview on white background

This text has color #112624 on white background.



Black color preview on #112624 background

This text has black color on #112624 background.


White color preview on #112624 background

This text has white color on #112624 background.