COLOR #112827

HEX: #112827
RGB: (17,40,39)

Color info

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

RGB color model

#112827 color RGB value is (17,40,39).

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

RGB channels and saturation

R 17 of 255 = 7%
G 40 of 255 = 16%
B 39 of 255 = 15%

17
40
39

R + G + B ~ 13%. #112827 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 40 + 39 = 96 (100%)
R 17 of 96 ~ 17.71%
G 40 of 96 ~ 41.67%
B 39 of 96 ~ 40.63%

%17.71
%41.67
%40.63

CMYK color model

#112827 color CMYK value is (58,0,2,84).

  • cyan value is 57.50%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 84.31%
CMYK:
(58,0,2,84)
C58M0Y2K84 
(58%,0%,2%,84%)
(0.58/0.00/0.02/0.84)	

CMYK percentages

%57.5
%0
%2.5
%84.31

Codes

Color #112827 in popluar color models

112827
RGB174039
HSL177°40.35%11.18%
HSB/HSV177°57.50%15.69%
CMYK57.50%0.00%2.50%
84.31%

Color #112827 in popluar number systems.

HEX112827
Decimal174039
Binary10001101000100111
Octal215047

Shades and tints

Shades of #112827

#112827
(17,40,39)
#102524
(16,37,36)
#0F2221
(15,34,33)
#0E1F1E
(14,31,30)
#0D1C1B
(13,28,27)
#0C1918
(12,25,24)
#0B1615
(11,22,21)
#0A1312
(10,19,18)
#09100F
(9,16,15)
#080D0C
(8,13,12)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #112827

#112827
(17,40,39)
#263B3A
(38,59,58)
#3B4E4D
(59,78,77)
#506160
(80,97,96)
#657473
(101,116,115)
#7A8786
(122,135,134)
#8F9A99
(143,154,153)
#A4ADAC
(164,173,172)
#B9C0BF
(185,192,191)
#CED3D2
(206,211,210)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112827; }

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

This text font color is #112827.


Background Color

.myBgColor { background-color: #112827; }

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

This div background color is #112827.


Border color

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

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

This div border color is #112827.


Opacity

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

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

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

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

This text has shadow with #112827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112827 on black background.


Color preview on white background

This text has color #112827 on white background.



Black color preview on #112827 background

This text has black color on #112827 background.


White color preview on #112827 background

This text has white color on #112827 background.