COLOR #110E1E

HEX: #110E1E
RGB: (17,14,30)

Color info

#110E1E contains red, green and blue colors in about the same proportion. Web safe color of #110E1E is #000033 (or #003).

RGB color model

#110E1E color RGB value is (17,14,30).

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

RGB channels and saturation

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

17
14
30

R + G + B ~ 8%. #110E1E is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 14 + 30 = 61 (100%)
R 17 of 61 ~ 27.87%
G 14 of 61 ~ 22.95%
B 30 of 61 ~ 49.18%

%27.87
%22.95
%49.18

CMYK color model

#110E1E color CMYK value is (43,53,0,88).

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

CMYK percentages

%43.33
%53.33
%0
%88.24

Codes

Color #110E1E in popluar color models

110E1E
RGB171430
HSL251°36.36%8.63%
HSB/HSV251°53.33%11.76%
CMYK43.33%53.33%0.00%
88.24%

Color #110E1E in popluar number systems.

HEX110E1E
Decimal171430
Binary10001111011110
Octal211636

Shades and tints

Shades of #110E1E

#110E1E
(17,14,30)
#100D1C
(16,13,28)
#0F0C1A
(15,12,26)
#0E0B18
(14,11,24)
#0D0A16
(13,10,22)
#0C0914
(12,9,20)
#0B0812
(11,8,18)
#0A0710
(10,7,16)
#09060E
(9,6,14)
#08050C
(8,5,12)
#07040A
(7,4,10)
#000000
(0,0,0)

Tints of #110E1E

#110E1E
(17,14,30)
#262332
(38,35,50)
#3B3846
(59,56,70)
#504D5A
(80,77,90)
#65626E
(101,98,110)
#7A7782
(122,119,130)
#8F8C96
(143,140,150)
#A4A1AA
(164,161,170)
#B9B6BE
(185,182,190)
#CECBD2
(206,203,210)
#E3E0E6
(227,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110E1E; }

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

This text font color is #110E1E.


Background Color

.myBgColor { background-color: #110E1E; }

<div style="background-color:#110E1E">Inner text</div>

This div background color is #110E1E.


Border color

.myBorderColor { border: 1px solid #110E1E; }

<div style="border:3px solid #110E1E">Div</div>

This div border color is #110E1E.


Opacity

.myOpacity80 { color: #110E1E; opacity: 0.8; }

<p style="color:#110E1E;opacity:0.8;">80%</p>

Text with #110E1E 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 #110E1E;}

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

This text has shadow with #110E1E color.

.textShadow {text-shadow: 3px 3px 1px #110E1E, 3px 3px 1px red;}

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

This text has shadow with #110E1E primary color and red secondary color.


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

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

This text has shadow with #110E1E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110E1E on black background.


Color preview on white background

This text has color #110E1E on white background.



Black color preview on #110E1E background

This text has black color on #110E1E background.


White color preview on #110E1E background

This text has white color on #110E1E background.