COLOR #111F29

HEX: #111F29
RGB: (17,31,41)

Color info

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

RGB color model

#111F29 color RGB value is (17,31,41).

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

RGB channels and saturation

R 17 of 255 = 7%
G 31 of 255 = 12%
B 41 of 255 = 16%

17
31
41

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

Portions of RGB colors in percentages

R + G + B =
17 + 31 + 41 = 89 (100%)
R 17 of 89 ~ 19.1%
G 31 of 89 ~ 34.83%
B 41 of 89 ~ 46.07%

%19.1
%34.83
%46.07

CMYK color model

#111F29 color CMYK value is (59,24,0,84).

  • cyan value is 58.54%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(59,24,0,84)
C59M24Y0K84 
(59%,24%,0%,84%)
(0.59/0.24/0.00/0.84)	

CMYK percentages

%58.54
%24.39
%0
%83.92

Codes

Color #111F29 in popluar color models

111F29
RGB173141
HSL205°41.38%11.37%
HSB/HSV205°58.54%16.08%
CMYK58.54%24.39%0.00%
83.92%

Color #111F29 in popluar number systems.

HEX111F29
Decimal173141
Binary1000111111101001
Octal213751

Shades and tints

Shades of #111F29

#111F29
(17,31,41)
#101D26
(16,29,38)
#0F1B23
(15,27,35)
#0E1920
(14,25,32)
#0D171D
(13,23,29)
#0C151A
(12,21,26)
#0B1317
(11,19,23)
#0A1114
(10,17,20)
#090F11
(9,15,17)
#080D0E
(8,13,14)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #111F29

#111F29
(17,31,41)
#26333C
(38,51,60)
#3B474F
(59,71,79)
#505B62
(80,91,98)
#656F75
(101,111,117)
#7A8388
(122,131,136)
#8F979B
(143,151,155)
#A4ABAE
(164,171,174)
#B9BFC1
(185,191,193)
#CED3D4
(206,211,212)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111F29; }

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

This text font color is #111F29.


Background Color

.myBgColor { background-color: #111F29; }

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

This div background color is #111F29.


Border color

.myBorderColor { border: 1px solid #111F29; }

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

This div border color is #111F29.


Opacity

.myOpacity80 { color: #111F29; opacity: 0.8; }

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

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

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

This text has shadow with #111F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111F29 on black background.


Color preview on white background

This text has color #111F29 on white background.



Black color preview on #111F29 background

This text has black color on #111F29 background.


White color preview on #111F29 background

This text has white color on #111F29 background.