COLOR #111E11

HEX: #111E11
RGB: (17,30,17)

Color info

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

RGB color model

#111E11 color RGB value is (17,30,17).

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

RGB channels and saturation

R 17 of 255 = 7%
G 30 of 255 = 12%
B 17 of 255 = 7%

17
30
17

R + G + B ~ 9%. #111E11 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 30 + 17 = 64 (100%)
R 17 of 64 ~ 26.56%
G 30 of 64 ~ 46.88%
B 17 of 64 ~ 26.56%

%26.56
%46.88
%26.56

CMYK color model

#111E11 color CMYK value is (43,0,43,88).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 43.33%
  • key color value is 88.24%
CMYK:
(43,0,43,88)
C43M0Y43K88 
(43%,0%,43%,88%)
(0.43/0.00/0.43/0.88)	

CMYK percentages

%43.33
%0
%43.33
%88.24

Codes

Color #111E11 in popluar color models

111E11
RGB173017
HSL120°27.66%9.22%
HSB/HSV120°43.33%11.76%
CMYK43.33%0.00%43.33%
88.24%

Color #111E11 in popluar number systems.

HEX111E11
Decimal173017
Binary100011111010001
Octal213621

Shades and tints

Shades of #111E11

#111E11
(17,30,17)
#101C10
(16,28,16)
#0F1A0F
(15,26,15)
#0E180E
(14,24,14)
#0D160D
(13,22,13)
#0C140C
(12,20,12)
#0B120B
(11,18,11)
#0A100A
(10,16,10)
#090E09
(9,14,9)
#080C08
(8,12,8)
#070A07
(7,10,7)
#000000
(0,0,0)

Tints of #111E11

#111E11
(17,30,17)
#263226
(38,50,38)
#3B463B
(59,70,59)
#505A50
(80,90,80)
#656E65
(101,110,101)
#7A827A
(122,130,122)
#8F968F
(143,150,143)
#A4AAA4
(164,170,164)
#B9BEB9
(185,190,185)
#CED2CE
(206,210,206)
#E3E6E3
(227,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111E11; }

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

This text font color is #111E11.


Background Color

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

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

This div background color is #111E11.


Border color

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

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

This div border color is #111E11.


Opacity

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

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

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

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

This text has shadow with #111E11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111E11 on black background.


Color preview on white background

This text has color #111E11 on white background.



Black color preview on #111E11 background

This text has black color on #111E11 background.


White color preview on #111E11 background

This text has white color on #111E11 background.