COLOR #111E1C

HEX: #111E1C
RGB: (17,30,28)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

17
30
28

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

Portions of RGB colors in percentages

R + G + B =
17 + 30 + 28 = 75 (100%)
R 17 of 75 ~ 22.67%
G 30 of 75 ~ 40%
B 28 of 75 ~ 37.33%

%22.67
%40
%37.33

CMYK color model

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

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

CMYK percentages

%43.33
%0
%6.67
%88.24

Codes

Color #111E1C in popluar color models

111E1C
RGB173028
HSL171°27.66%9.22%
HSB/HSV171°43.33%11.76%
CMYK43.33%0.00%6.67%
88.24%

Color #111E1C in popluar number systems.

HEX111E1C
Decimal173028
Binary100011111011100
Octal213634

Shades and tints

Shades of #111E1C

#111E1C
(17,30,28)
#101C1A
(16,28,26)
#0F1A18
(15,26,24)
#0E1816
(14,24,22)
#0D1614
(13,22,20)
#0C1412
(12,20,18)
#0B1210
(11,18,16)
#0A100E
(10,16,14)
#090E0C
(9,14,12)
#080C0A
(8,12,10)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #111E1C

#111E1C
(17,30,28)
#263230
(38,50,48)
#3B4644
(59,70,68)
#505A58
(80,90,88)
#656E6C
(101,110,108)
#7A8280
(122,130,128)
#8F9694
(143,150,148)
#A4AAA8
(164,170,168)
#B9BEBC
(185,190,188)
#CED2D0
(206,210,208)
#E3E6E4
(227,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111E1C; }

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

This text font color is #111E1C.


Background Color

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

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

This div background color is #111E1C.


Border color

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

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

This div border color is #111E1C.


Opacity

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

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

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

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

This text has shadow with #111E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111E1C on black background.


Color preview on white background

This text has color #111E1C on white background.



Black color preview on #111E1C background

This text has black color on #111E1C background.


White color preview on #111E1C background

This text has white color on #111E1C background.