COLOR #110711

HEX: #110711
RGB: (17,7,17)

Color info

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

RGB color model

#110711 color RGB value is (17,7,17).

  • red value is 17;
  • green value is 7;
  • blue value is 17.
RGB:
(17,7,17)
(7%,3%,7%)

RGB channels and saturation

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

17
7
17

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

Portions of RGB colors in percentages

R + G + B =
17 + 7 + 17 = 41 (100%)
R 17 of 41 ~ 41.46%
G 7 of 41 ~ 17.07%
B 17 of 41 ~ 41.46%

%41.46
%17.07
%41.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 93.33%
CMYK:
(0,59,0,93)
C0M59Y0K93 
(0%,59%,0%,93%)
(0.00/0.59/0.00/0.93)	

CMYK percentages

%0
%58.82
%0
%93.33

Codes

Color #110711 in popluar color models

110711
RGB17717
HSL300°41.67%4.71%
HSB/HSV300°58.82%6.67%
CMYK0.00%58.82%0.00%
93.33%

Color #110711 in popluar number systems.

HEX110711
Decimal17717
Binary1000111110001
Octal21721

Shades and tints

Shades of #110711

#110711
(17,7,17)
#100710
(16,7,16)
#0F070F
(15,7,15)
#0E070E
(14,7,14)
#0D070D
(13,7,13)
#0C070C
(12,7,12)
#0B070B
(11,7,11)
#0A070A
(10,7,10)
#090709
(9,7,9)
#080708
(8,7,8)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #110711

#110711
(17,7,17)
#261D26
(38,29,38)
#3B333B
(59,51,59)
#504950
(80,73,80)
#655F65
(101,95,101)
#7A757A
(122,117,122)
#8F8B8F
(143,139,143)
#A4A1A4
(164,161,164)
#B9B7B9
(185,183,185)
#CECDCE
(206,205,206)
#E3E3E3
(227,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110711; }

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

This text font color is #110711.


Background Color

.myBgColor { background-color: #110711; }

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

This div background color is #110711.


Border color

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

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

This div border color is #110711.


Opacity

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

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

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

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

This text has shadow with #110711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110711 on black background.


Color preview on white background

This text has color #110711 on white background.



Black color preview on #110711 background

This text has black color on #110711 background.


White color preview on #110711 background

This text has white color on #110711 background.