COLOR #111E1B

HEX: #111E1B
RGB: (17,30,27)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

17
30
27

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

Portions of RGB colors in percentages

R + G + B =
17 + 30 + 27 = 74 (100%)
R 17 of 74 ~ 22.97%
G 30 of 74 ~ 40.54%
B 27 of 74 ~ 36.49%

%22.97
%40.54
%36.49

CMYK color model

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

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

CMYK percentages

%43.33
%0
%10
%88.24

Codes

Color #111E1B in popluar color models

111E1B
RGB173027
HSL166°27.66%9.22%
HSB/HSV166°43.33%11.76%
CMYK43.33%0.00%10.00%
88.24%

Color #111E1B in popluar number systems.

HEX111E1B
Decimal173027
Binary100011111011011
Octal213633

Shades and tints

Shades of #111E1B

#111E1B
(17,30,27)
#101C19
(16,28,25)
#0F1A17
(15,26,23)
#0E1815
(14,24,21)
#0D1613
(13,22,19)
#0C1411
(12,20,17)
#0B120F
(11,18,15)
#0A100D
(10,16,13)
#090E0B
(9,14,11)
#080C09
(8,12,9)
#070A07
(7,10,7)
#000000
(0,0,0)

Tints of #111E1B

#111E1B
(17,30,27)
#26322F
(38,50,47)
#3B4643
(59,70,67)
#505A57
(80,90,87)
#656E6B
(101,110,107)
#7A827F
(122,130,127)
#8F9693
(143,150,147)
#A4AAA7
(164,170,167)
#B9BEBB
(185,190,187)
#CED2CF
(206,210,207)
#E3E6E3
(227,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111E1B; }

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

This text font color is #111E1B.


Background Color

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

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

This div background color is #111E1B.


Border color

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

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

This div border color is #111E1B.


Opacity

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

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

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

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

This text has shadow with #111E1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111E1B on black background.


Color preview on white background

This text has color #111E1B on white background.



Black color preview on #111E1B background

This text has black color on #111E1B background.


White color preview on #111E1B background

This text has white color on #111E1B background.