COLOR #110F0A

HEX: #110F0A
RGB: (17,15,10)

Color info

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

RGB color model

#110F0A color RGB value is (17,15,10).

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

RGB channels and saturation

R 17 of 255 = 7%
G 15 of 255 = 6%
B 10 of 255 = 4%

17
15
10

R + G + B ~ 6%. #110F0A is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 15 + 10 = 42 (100%)
R 17 of 42 ~ 40.48%
G 15 of 42 ~ 35.71%
B 10 of 42 ~ 23.81%

%40.48
%35.71
%23.81

CMYK color model

#110F0A color CMYK value is (0,12,41,93).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 41.18%
  • key color value is 93.33%
CMYK:
(0,12,41,93)
C0M12Y41K93 
(0%,12%,41%,93%)
(0.00/0.12/0.41/0.93)	

CMYK percentages

%0
%11.76
%41.18
%93.33

Codes

Color #110F0A in popluar color models

110F0A
RGB171510
HSL43°25.93%5.29%
HSB/HSV43°41.18%6.67%
CMYK0.00%11.76%41.18%
93.33%

Color #110F0A in popluar number systems.

HEX110F0A
Decimal171510
Binary1000111111010
Octal211712

Shades and tints

Shades of #110F0A

#110F0A
(17,15,10)
#100E0A
(16,14,10)
#0F0D0A
(15,13,10)
#0E0C0A
(14,12,10)
#0D0B0A
(13,11,10)
#0C0A0A
(12,10,10)
#0B090A
(11,9,10)
#0A080A
(10,8,10)
#09070A
(9,7,10)
#08060A
(8,6,10)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #110F0A

#110F0A
(17,15,10)
#262420
(38,36,32)
#3B3936
(59,57,54)
#504E4C
(80,78,76)
#656362
(101,99,98)
#7A7878
(122,120,120)
#8F8D8E
(143,141,142)
#A4A2A4
(164,162,164)
#B9B7BA
(185,183,186)
#CECCD0
(206,204,208)
#E3E1E6
(227,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110F0A; }

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

This text font color is #110F0A.


Background Color

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

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

This div background color is #110F0A.


Border color

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

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

This div border color is #110F0A.


Opacity

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

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

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

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

This text has shadow with #110F0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110F0A on black background.


Color preview on white background

This text has color #110F0A on white background.



Black color preview on #110F0A background

This text has black color on #110F0A background.


White color preview on #110F0A background

This text has white color on #110F0A background.