COLOR #110A08

HEX: #110A08 RGB: (17,10,8)

Color info

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

RGB color model

#110A08 color RGB value is (17,10,8).

RGB: (17,10,8) (7%, 4%, 3%)

RGB channels and saturation

R 17 of 255 = 7%
G 10 of 255 = 4%
B 8 of 255 = 3%

17
10
8

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

Portions of RGB colors in percentages

R + G + B = 17 + 10 + 8 = 35 (100%)
R 17 of 35 ~ 48.57%
G 10 of 35 ~ 28.57%
B 8 of 35 ~ 22.86'%

%48.57
%28.57
%22.86

CMYK color model

#110A08 color CMYK value is (0,41,53,93).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 52.94%
  • key color value is 93.33%

CMYK: (0,41,53,93)
C0M41Y53K93 (0%, 41%, 53%, 93%)
(0.00 / 0.41 / 0.53 / 0.93)

CMYK percentages

%0
%41.18
%52.94
%93.33

Codes

Color #110A08 in popluar color models

11 0A 08
RGB 17 10 8
HSL 13° 36.00% 4.90%
HSB/HSV 13° 52.94% 6.67%
CMYK 0.00% 41.18% 52.94%
93.33%

Color #110A08 in popluar number systems.

HEX 11 0A 08
Decimal 17 10 8
Binary 10001 1010 1000
Octal 21 12 10

Shades and tints

Shades of #110A08

#110A08
(17,10,8)
#100A08
(16,10,8)
#0F0A08
(15,10,8)
#0E0A08
(14,10,8)
#0D0A08
(13,10,8)
#0C0A08
(12,10,8)
#0B0A08
(11,10,8)
#0A0A08
(10,10,8)
#090A08
(9,10,8)
#080A08
(8,10,8)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #110A08

#110A08
(17,10,8)
#26201E
(38,32,30)
#3B3634
(59,54,52)
#504C4A
(80,76,74)
#656260
(101,98,96)
#7A7876
(122,120,118)
#8F8E8C
(143,142,140)
#A4A4A2
(164,164,162)
#B9BAB8
(185,186,184)
#CED0CE
(206,208,206)
#E3E6E4
(227,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110A08; }

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

This text font color is #110A08.

Background Color

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

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

This div background color is #110A08.

Border color

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

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

This div border color is #110A08.

Opacity

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

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

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

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

This text has shadow with #110A08 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110A08.

Preview

Color preview on black background

This text has color #110A08 on black background.


Color preview on white background

This text has color #110A08 on white background.


Black color preview on #110A08 background

This text has black color on #110A08 background.


White color preview on #110A08 background

This text has white color on #110A08 background.


Related colors

Complementary color

Complementary color for #hex is #EEF5F7.


I love getcolorcode.com

Triadic colors

1 #08110A and #0A0811 with #110A08 are triadic colors.

2 #080A11 and #0A1108 with #110A08 are triadic colors.