COLOR #110A0D

HEX: #110A0D
RGB: (17,10,13)

Color info

#110A0D contains red, green and blue colors in about the same proportion. Web safe color of #110A0D is #000000 (or #000).

RGB color model

#110A0D color RGB value is (17,10,13).

  • red value is 17;
  • green value is 10;
  • blue value is 13.
RGB:
(17,10,13)
(7%,4%,5%)

RGB channels and saturation

R 17 of 255 = 7%
G 10 of 255 = 4%
B 13 of 255 = 5%

17
10
13

R + G + B ~ 5%. #110A0D is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 10 + 13 = 40 (100%)
R 17 of 40 ~ 42.5%
G 10 of 40 ~ 25%
B 13 of 40 ~ 32.5%

%42.5
%25
%32.5

CMYK color model

#110A0D color CMYK value is (0,41,24,93).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 23.53%
  • key color value is 93.33%
CMYK:
(0,41,24,93)
C0M41Y24K93 
(0%,41%,24%,93%)
(0.00/0.41/0.24/0.93)	

CMYK percentages

%0
%41.18
%23.53
%93.33

Codes

Color #110A0D in popluar color models

110A0D
RGB171013
HSL334°25.93%5.29%
HSB/HSV334°41.18%6.67%
CMYK0.00%41.18%23.53%
93.33%

Color #110A0D in popluar number systems.

HEX110A0D
Decimal171013
Binary1000110101101
Octal211215

Shades and tints

Shades of #110A0D

#110A0D
(17,10,13)
#100A0C
(16,10,12)
#0F0A0B
(15,10,11)
#0E0A0A
(14,10,10)
#0D0A09
(13,10,9)
#0C0A08
(12,10,8)
#0B0A07
(11,10,7)
#0A0A06
(10,10,6)
#090A05
(9,10,5)
#080A04
(8,10,4)
#070A03
(7,10,3)
#000000
(0,0,0)

Tints of #110A0D

#110A0D
(17,10,13)
#262023
(38,32,35)
#3B3639
(59,54,57)
#504C4F
(80,76,79)
#656265
(101,98,101)
#7A787B
(122,120,123)
#8F8E91
(143,142,145)
#A4A4A7
(164,164,167)
#B9BABD
(185,186,189)
#CED0D3
(206,208,211)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110A0D color. Also use rgb(17,10,13) instead hex code.

Text Font Color

.myTextColor { color: #110A0D; }

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

This text font color is #110A0D.


Background Color

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

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

This div background color is #110A0D.


Border color

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

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

This div border color is #110A0D.


Opacity

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

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

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

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

This text has shadow with #110A0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110A0D on black background.


Color preview on white background

This text has color #110A0D on white background.



Black color preview on #110A0D background

This text has black color on #110A0D background.


White color preview on #110A0D background

This text has white color on #110A0D background.