COLOR #110807

HEX: #110807 RGB: (17,8,7)

Color info

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

RGB color model

#110807 color RGB value is (17,8,7).

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

RGB channels and saturation

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

17
8
7

R + G + B ~ 4%. #110807 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 8 + 7 = 32 (100%)
R 17 of 32 ~ 53.13%
G 8 of 32 ~ 25%
B 7 of 32 ~ 21.88'%

%53.13
%25
%21.88

CMYK color model

#110807 color CMYK value is (0,53,59,93).

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

CMYK: (0,53,59,93)
C0M53Y59K93 (0%, 53%, 59%, 93%)
(0.00 / 0.53 / 0.59 / 0.93)

CMYK percentages

%0
%52.94
%58.82
%93.33

Codes

Color #110807 in popluar color models

11 08 07
RGB 17 8 7
HSL 41.67% 4.71%
HSB/HSV 58.82% 6.67%
CMYK 0.00% 52.94% 58.82%
93.33%

Color #110807 in popluar number systems.

HEX 11 08 07
Decimal 17 8 7
Binary 10001 1000 111
Octal 21 10 7

Shades and tints

Shades of #110807

#110807
(17,8,7)
#100807
(16,8,7)
#0F0807
(15,8,7)
#0E0807
(14,8,7)
#0D0807
(13,8,7)
#0C0807
(12,8,7)
#0B0807
(11,8,7)
#0A0807
(10,8,7)
#090807
(9,8,7)
#080807
(8,8,7)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #110807

#110807
(17,8,7)
#261E1D
(38,30,29)
#3B3433
(59,52,51)
#504A49
(80,74,73)
#65605F
(101,96,95)
#7A7675
(122,118,117)
#8F8C8B
(143,140,139)
#A4A2A1
(164,162,161)
#B9B8B7
(185,184,183)
#CECECD
(206,206,205)
#E3E4E3
(227,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110807; }

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

This text font color is #110807.

Background Color

.myBgColor { background-color: #110807; }

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

This div background color is #110807.

Border color

.myBorderColor { border: 1px solid #110807; }

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

This div border color is #110807.

Opacity

.myOpacity80 { color: #110807; opacity: 0.8; }

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

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

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

This text has shadow with #110807 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110807.

Preview

Color preview on black background

This text has color #110807 on black background.


Color preview on white background

This text has color #110807 on white background.


Black color preview on #110807 background

This text has black color on #110807 background.


White color preview on #110807 background

This text has white color on #110807 background.


Related colors

Complementary color

Complementary color for #hex is #EEF7F8.


I love getcolorcode.com

Triadic colors

1 #071108 and #080711 with #110807 are triadic colors.

2 #070811 and #081107 with #110807 are triadic colors.