COLOR #11071E

HEX: #11071E
RGB: (17,7,30)

Color info

#11071E contains red, green and blue colors in about the same proportion. Web safe color of #11071E is #000033 (or #003).

RGB color model

#11071E color RGB value is (17,7,30).

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

RGB channels and saturation

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

17
7
30

R + G + B ~ 7%. #11071E is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 7 + 30 = 54 (100%)
R 17 of 54 ~ 31.48%
G 7 of 54 ~ 12.96%
B 30 of 54 ~ 55.56%

%31.48
%12.96
%55.56

CMYK color model

#11071E color CMYK value is (43,77,0,88).

  • cyan value is 43.33%
  • magenta value is 76.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(43,77,0,88)
C43M77Y0K88 
(43%,77%,0%,88%)
(0.43/0.77/0.00/0.88)	

CMYK percentages

%43.33
%76.67
%0
%88.24

Codes

Color #11071E in popluar color models

11071E
RGB17730
HSL266°62.16%7.25%
HSB/HSV266°76.67%11.76%
CMYK43.33%76.67%0.00%
88.24%

Color #11071E in popluar number systems.

HEX11071E
Decimal17730
Binary1000111111110
Octal21736

Shades and tints

Shades of #11071E

#11071E
(17,7,30)
#10071C
(16,7,28)
#0F071A
(15,7,26)
#0E0718
(14,7,24)
#0D0716
(13,7,22)
#0C0714
(12,7,20)
#0B0712
(11,7,18)
#0A0710
(10,7,16)
#09070E
(9,7,14)
#08070C
(8,7,12)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #11071E

#11071E
(17,7,30)
#261D32
(38,29,50)
#3B3346
(59,51,70)
#50495A
(80,73,90)
#655F6E
(101,95,110)
#7A7582
(122,117,130)
#8F8B96
(143,139,150)
#A4A1AA
(164,161,170)
#B9B7BE
(185,183,190)
#CECDD2
(206,205,210)
#E3E3E6
(227,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11071E; }

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

This text font color is #11071E.


Background Color

.myBgColor { background-color: #11071E; }

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

This div background color is #11071E.


Border color

.myBorderColor { border: 1px solid #11071E; }

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

This div border color is #11071E.


Opacity

.myOpacity80 { color: #11071E; opacity: 0.8; }

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

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

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

This text has shadow with #11071E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11071E on black background.


Color preview on white background

This text has color #11071E on white background.



Black color preview on #11071E background

This text has black color on #11071E background.


White color preview on #11071E background

This text has white color on #11071E background.