COLOR #111D20

HEX: #111D20 RGB: (17,29,32)

Color info

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

RGB color model

#111D20 color RGB value is (17,29,32).

RGB: (17,29,32) (7%, 11%, 13%)

RGB channels and saturation

R 17 of 255 = 7%
G 29 of 255 = 11%
B 32 of 255 = 13%

17
29
32

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

Portions of RGB colors in percentages

R + G + B = 17 + 29 + 32 = 78 (100%)
R 17 of 78 ~ 21.79%
G 29 of 78 ~ 37.18%
B 32 of 78 ~ 41.03'%

%21.79
%37.18
%41.03

CMYK color model

#111D20 color CMYK value is (47,9,0,87).

  • cyan value is 46.88%
  • magenta value is 9.37%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK: (47,9,0,87) C47M9Y0K87 (47%,9%,0%,87%) (0.47/0.09/0.00/0.87) 

CMYK percentages

%46.88
%9.37
%0
%87.45

Codes

Color #111D20 in popluar color models

11 1D 20
RGB 17 29 32
HSL 192° 30.61% 9.61%
HSB/HSV 192° 46.88% 12.55%
CMYK 46.88% 9.37% 0.00%
87.45%

Color #111D20 in popluar number systems.

HEX 11 1D 20
Decimal 17 29 32
Binary 10001 11101 100000
Octal 21 35 40

Shades and tints

Shades of #111D20

#111D20
(17,29,32)
#101B1E
(16,27,30)
#0F191C
(15,25,28)
#0E171A
(14,23,26)
#0D1518
(13,21,24)
#0C1316
(12,19,22)
#0B1114
(11,17,20)
#0A0F12
(10,15,18)
#090D10
(9,13,16)
#080B0E
(8,11,14)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #111D20

#111D20
(17,29,32)
#263134
(38,49,52)
#3B4548
(59,69,72)
#50595C
(80,89,92)
#656D70
(101,109,112)
#7A8184
(122,129,132)
#8F9598
(143,149,152)
#A4A9AC
(164,169,172)
#B9BDC0
(185,189,192)
#CED1D4
(206,209,212)
#E3E5E8
(227,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111D20 color. Also use rgb(17,29,32) instead hex code.

Text Font Color

.myTextColor { color: #111D20; }

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

This text font color is #111D20.

Background Color

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

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

This div background color is #111D20.

Border color

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

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

This div border color is #111D20.

Opacity

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

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

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

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

This text has shadow with #111D20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111D20.

Preview

Color preview on black background

This text has color #111D20 on black background.


Color preview on white background

This text has color #111D20 on white background.


Black color preview on #111D20 background

This text has black color on #111D20 background.


White color preview on #111D20 background

This text has white color on #111D20 background.


Related colors

Complementary color

Complementary color for #hex is #EEE2DF.


I love getcolorcode.com

Triadic colors

1 #20111D and #1D2011 with #111D20 are triadic colors.

2 #201D11 and #1D1120 with #111D20 are triadic colors.