COLOR #112829

HEX: #112829
RGB: (17,40,41)

Color info

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

RGB color model

#112829 color RGB value is (17,40,41).

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

RGB channels and saturation

R 17 of 255 = 7%
G 40 of 255 = 16%
B 41 of 255 = 16%

17
40
41

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

Portions of RGB colors in percentages

R + G + B =
17 + 40 + 41 = 98 (100%)
R 17 of 98 ~ 17.35%
G 40 of 98 ~ 40.82%
B 41 of 98 ~ 41.84%

%17.35
%40.82
%41.84

CMYK color model

#112829 color CMYK value is (59,2,0,84).

  • cyan value is 58.54%
  • magenta value is 2.44%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(59,2,0,84)
C59M2Y0K84 
(59%,2%,0%,84%)
(0.59/0.02/0.00/0.84)	

CMYK percentages

%58.54
%2.44
%0
%83.92

Codes

Color #112829 in popluar color models

112829
RGB174041
HSL183°41.38%11.37%
HSB/HSV183°58.54%16.08%
CMYK58.54%2.44%0.00%
83.92%

Color #112829 in popluar number systems.

HEX112829
Decimal174041
Binary10001101000101001
Octal215051

Shades and tints

Shades of #112829

#112829
(17,40,41)
#102526
(16,37,38)
#0F2223
(15,34,35)
#0E1F20
(14,31,32)
#0D1C1D
(13,28,29)
#0C191A
(12,25,26)
#0B1617
(11,22,23)
#0A1314
(10,19,20)
#091011
(9,16,17)
#080D0E
(8,13,14)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #112829

#112829
(17,40,41)
#263B3C
(38,59,60)
#3B4E4F
(59,78,79)
#506162
(80,97,98)
#657475
(101,116,117)
#7A8788
(122,135,136)
#8F9A9B
(143,154,155)
#A4ADAE
(164,173,174)
#B9C0C1
(185,192,193)
#CED3D4
(206,211,212)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112829; }

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

This text font color is #112829.


Background Color

.myBgColor { background-color: #112829; }

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

This div background color is #112829.


Border color

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

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

This div border color is #112829.


Opacity

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

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

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

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

This text has shadow with #112829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112829 on black background.


Color preview on white background

This text has color #112829 on white background.



Black color preview on #112829 background

This text has black color on #112829 background.


White color preview on #112829 background

This text has white color on #112829 background.