COLOR #112724

HEX: #112724
RGB: (17,39,36)

Color info

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

RGB color model

#112724 color RGB value is (17,39,36).

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

RGB channels and saturation

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

17
39
36

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

Portions of RGB colors in percentages

R + G + B =
17 + 39 + 36 = 92 (100%)
R 17 of 92 ~ 18.48%
G 39 of 92 ~ 42.39%
B 36 of 92 ~ 39.13%

%18.48
%42.39
%39.13

CMYK color model

#112724 color CMYK value is (56,0,8,85).

  • cyan value is 56.41%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 84.71%
CMYK:
(56,0,8,85)
C56M0Y8K85 
(56%,0%,8%,85%)
(0.56/0.00/0.08/0.85)	

CMYK percentages

%56.41
%0
%7.69
%84.71

Codes

Color #112724 in popluar color models

112724
RGB173936
HSL172°39.29%10.98%
HSB/HSV172°56.41%15.29%
CMYK56.41%0.00%7.69%
84.71%

Color #112724 in popluar number systems.

HEX112724
Decimal173936
Binary10001100111100100
Octal214744

Shades and tints

Shades of #112724

#112724
(17,39,36)
#102421
(16,36,33)
#0F211E
(15,33,30)
#0E1E1B
(14,30,27)
#0D1B18
(13,27,24)
#0C1815
(12,24,21)
#0B1512
(11,21,18)
#0A120F
(10,18,15)
#090F0C
(9,15,12)
#080C09
(8,12,9)
#070906
(7,9,6)
#000000
(0,0,0)

Tints of #112724

#112724
(17,39,36)
#263A37
(38,58,55)
#3B4D4A
(59,77,74)
#50605D
(80,96,93)
#657370
(101,115,112)
#7A8683
(122,134,131)
#8F9996
(143,153,150)
#A4ACA9
(164,172,169)
#B9BFBC
(185,191,188)
#CED2CF
(206,210,207)
#E3E5E2
(227,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112724; }

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

This text font color is #112724.


Background Color

.myBgColor { background-color: #112724; }

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

This div background color is #112724.


Border color

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

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

This div border color is #112724.


Opacity

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

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

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

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

This text has shadow with #112724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112724 on black background.


Color preview on white background

This text has color #112724 on white background.



Black color preview on #112724 background

This text has black color on #112724 background.


White color preview on #112724 background

This text has white color on #112724 background.