COLOR #11050A

HEX: #11050A
RGB: (17,5,10)

Color info

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

RGB color model

#11050A color RGB value is (17,5,10).

  • red value is 17;
  • green value is 5;
  • blue value is 10.
RGB:
(17,5,10)
(7%,2%,4%)

RGB channels and saturation

R 17 of 255 = 7%
G 5 of 255 = 2%
B 10 of 255 = 4%

17
5
10

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

Portions of RGB colors in percentages

R + G + B =
17 + 5 + 10 = 32 (100%)
R 17 of 32 ~ 53.13%
G 5 of 32 ~ 15.63%
B 10 of 32 ~ 31.25%

%53.13
%15.63
%31.25

CMYK color model

#11050A color CMYK value is (0,71,41,93).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 41.18%
  • key color value is 93.33%
CMYK:
(0,71,41,93)
C0M71Y41K93 
(0%,71%,41%,93%)
(0.00/0.71/0.41/0.93)	

CMYK percentages

%0
%70.59
%41.18
%93.33

Codes

Color #11050A in popluar color models

11050A
RGB17510
HSL335°54.55%4.31%
HSB/HSV335°70.59%6.67%
CMYK0.00%70.59%41.18%
93.33%

Color #11050A in popluar number systems.

HEX11050A
Decimal17510
Binary100011011010
Octal21512

Shades and tints

Shades of #11050A

#11050A
(17,5,10)
#10050A
(16,5,10)
#0F050A
(15,5,10)
#0E050A
(14,5,10)
#0D050A
(13,5,10)
#0C050A
(12,5,10)
#0B050A
(11,5,10)
#0A050A
(10,5,10)
#09050A
(9,5,10)
#08050A
(8,5,10)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #11050A

#11050A
(17,5,10)
#261B20
(38,27,32)
#3B3136
(59,49,54)
#50474C
(80,71,76)
#655D62
(101,93,98)
#7A7378
(122,115,120)
#8F898E
(143,137,142)
#A49FA4
(164,159,164)
#B9B5BA
(185,181,186)
#CECBD0
(206,203,208)
#E3E1E6
(227,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11050A color. Also use rgb(17,5,10) instead hex code.

Text Font Color

.myTextColor { color: #11050A; }

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

This text font color is #11050A.


Background Color

.myBgColor { background-color: #11050A; }

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

This div background color is #11050A.


Border color

.myBorderColor { border: 1px solid #11050A; }

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

This div border color is #11050A.


Opacity

.myOpacity80 { color: #11050A; opacity: 0.8; }

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

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

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

This text has shadow with #11050A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11050A on black background.


Color preview on white background

This text has color #11050A on white background.



Black color preview on #11050A background

This text has black color on #11050A background.


White color preview on #11050A background

This text has white color on #11050A background.