COLOR #111E14

HEX: #111E14
RGB: (17,30,20)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

17
30
20

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

Portions of RGB colors in percentages

R + G + B =
17 + 30 + 20 = 67 (100%)
R 17 of 67 ~ 25.37%
G 30 of 67 ~ 44.78%
B 20 of 67 ~ 29.85%

%25.37
%44.78
%29.85

CMYK color model

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

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

CMYK percentages

%43.33
%0
%33.33
%88.24

Codes

Color #111E14 in popluar color models

111E14
RGB173020
HSL134°27.66%9.22%
HSB/HSV134°43.33%11.76%
CMYK43.33%0.00%33.33%
88.24%

Color #111E14 in popluar number systems.

HEX111E14
Decimal173020
Binary100011111010100
Octal213624

Shades and tints

Shades of #111E14

#111E14
(17,30,20)
#101C13
(16,28,19)
#0F1A12
(15,26,18)
#0E1811
(14,24,17)
#0D1610
(13,22,16)
#0C140F
(12,20,15)
#0B120E
(11,18,14)
#0A100D
(10,16,13)
#090E0C
(9,14,12)
#080C0B
(8,12,11)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #111E14

#111E14
(17,30,20)
#263229
(38,50,41)
#3B463E
(59,70,62)
#505A53
(80,90,83)
#656E68
(101,110,104)
#7A827D
(122,130,125)
#8F9692
(143,150,146)
#A4AAA7
(164,170,167)
#B9BEBC
(185,190,188)
#CED2D1
(206,210,209)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111E14; }

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

This text font color is #111E14.


Background Color

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

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

This div background color is #111E14.


Border color

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

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

This div border color is #111E14.


Opacity

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

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

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

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

This text has shadow with #111E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111E14 on black background.


Color preview on white background

This text has color #111E14 on white background.



Black color preview on #111E14 background

This text has black color on #111E14 background.


White color preview on #111E14 background

This text has white color on #111E14 background.