COLOR #11061E

HEX: #11061E
RGB: (17,6,30)

Color info

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

RGB color model

#11061E color RGB value is (17,6,30).

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

RGB channels and saturation

R 17 of 255 = 7%
G 6 of 255 = 2%
B 30 of 255 = 12%

17
6
30

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

Portions of RGB colors in percentages

R + G + B =
17 + 6 + 30 = 53 (100%)
R 17 of 53 ~ 32.08%
G 6 of 53 ~ 11.32%
B 30 of 53 ~ 56.6%

%32.08
%11.32
%56.6

CMYK color model

#11061E color CMYK value is (43,80,0,88).

  • cyan value is 43.33%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(43,80,0,88)
C43M80Y0K88 
(43%,80%,0%,88%)
(0.43/0.80/0.00/0.88)	

CMYK percentages

%43.33
%80
%0
%88.24

Codes

Color #11061E in popluar color models

11061E
RGB17630
HSL268°66.67%7.06%
HSB/HSV268°80.00%11.76%
CMYK43.33%80.00%0.00%
88.24%

Color #11061E in popluar number systems.

HEX11061E
Decimal17630
Binary1000111011110
Octal21636

Shades and tints

Shades of #11061E

#11061E
(17,6,30)
#10061C
(16,6,28)
#0F061A
(15,6,26)
#0E0618
(14,6,24)
#0D0616
(13,6,22)
#0C0614
(12,6,20)
#0B0612
(11,6,18)
#0A0610
(10,6,16)
#09060E
(9,6,14)
#08060C
(8,6,12)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #11061E

#11061E
(17,6,30)
#261C32
(38,28,50)
#3B3246
(59,50,70)
#50485A
(80,72,90)
#655E6E
(101,94,110)
#7A7482
(122,116,130)
#8F8A96
(143,138,150)
#A4A0AA
(164,160,170)
#B9B6BE
(185,182,190)
#CECCD2
(206,204,210)
#E3E2E6
(227,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11061E; }

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

This text font color is #11061E.


Background Color

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

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

This div background color is #11061E.


Border color

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

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

This div border color is #11061E.


Opacity

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

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

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

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

This text has shadow with #11061E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11061E on black background.


Color preview on white background

This text has color #11061E on white background.



Black color preview on #11061E background

This text has black color on #11061E background.


White color preview on #11061E background

This text has white color on #11061E background.