COLOR #112119

HEX: #112119
RGB: (17,33,25)

Color info

#112119 contains red, green and blue colors in about the same proportion. Web safe color of #112119 is #003300 (or #030).

RGB color model

#112119 color RGB value is (17,33,25).

  • red value is 17;
  • green value is 33;
  • blue value is 25.
RGB:
(17,33,25)
(7%,13%,10%)

RGB channels and saturation

R 17 of 255 = 7%
G 33 of 255 = 13%
B 25 of 255 = 10%

17
33
25

R + G + B ~ 10%. #112119 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 33 + 25 = 75 (100%)
R 17 of 75 ~ 22.67%
G 33 of 75 ~ 44%
B 25 of 75 ~ 33.33%

%22.67
%44
%33.33

CMYK color model

#112119 color CMYK value is (48,0,24,87).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 87.06%
CMYK:
(48,0,24,87)
C48M0Y24K87 
(48%,0%,24%,87%)
(0.48/0.00/0.24/0.87)	

CMYK percentages

%48.48
%0
%24.24
%87.06

Codes

Color #112119 in popluar color models

112119
RGB173325
HSL150°32.00%9.80%
HSB/HSV150°48.48%12.94%
CMYK48.48%0.00%24.24%
87.06%

Color #112119 in popluar number systems.

HEX112119
Decimal173325
Binary1000110000111001
Octal214131

Shades and tints

Shades of #112119

#112119
(17,33,25)
#101E17
(16,30,23)
#0F1B15
(15,27,21)
#0E1813
(14,24,19)
#0D1511
(13,21,17)
#0C120F
(12,18,15)
#0B0F0D
(11,15,13)
#0A0C0B
(10,12,11)
#090909
(9,9,9)
#080607
(8,6,7)
#070305
(7,3,5)
#000000
(0,0,0)

Tints of #112119

#112119
(17,33,25)
#26352D
(38,53,45)
#3B4941
(59,73,65)
#505D55
(80,93,85)
#657169
(101,113,105)
#7A857D
(122,133,125)
#8F9991
(143,153,145)
#A4ADA5
(164,173,165)
#B9C1B9
(185,193,185)
#CED5CD
(206,213,205)
#E3E9E1
(227,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112119 color. Also use rgb(17,33,25) instead hex code.

Text Font Color

.myTextColor { color: #112119; }

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

This text font color is #112119.


Background Color

.myBgColor { background-color: #112119; }

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

This div background color is #112119.


Border color

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

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

This div border color is #112119.


Opacity

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

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

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

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

This text has shadow with #112119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112119 on black background.


Color preview on white background

This text has color #112119 on white background.



Black color preview on #112119 background

This text has black color on #112119 background.


White color preview on #112119 background

This text has white color on #112119 background.