COLOR #11050D

HEX: #11050D
RGB: (17,5,13)

Color info

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

RGB color model

#11050D color RGB value is (17,5,13).

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

RGB channels and saturation

R 17 of 255 = 7%
G 5 of 255 = 2%
B 13 of 255 = 5%

17
5
13

R + G + B ~ 5%. #11050D is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 5 + 13 = 35 (100%)
R 17 of 35 ~ 48.57%
G 5 of 35 ~ 14.29%
B 13 of 35 ~ 37.14%

%48.57
%14.29
%37.14

CMYK color model

#11050D color CMYK value is (0,71,24,93).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 23.53%
  • key color value is 93.33%
CMYK:
(0,71,24,93)
C0M71Y24K93 
(0%,71%,24%,93%)
(0.00/0.71/0.24/0.93)	

CMYK percentages

%0
%70.59
%23.53
%93.33

Codes

Color #11050D in popluar color models

11050D
RGB17513
HSL320°54.55%4.31%
HSB/HSV320°70.59%6.67%
CMYK0.00%70.59%23.53%
93.33%

Color #11050D in popluar number systems.

HEX11050D
Decimal17513
Binary100011011101
Octal21515

Shades and tints

Shades of #11050D

#11050D
(17,5,13)
#10050C
(16,5,12)
#0F050B
(15,5,11)
#0E050A
(14,5,10)
#0D0509
(13,5,9)
#0C0508
(12,5,8)
#0B0507
(11,5,7)
#0A0506
(10,5,6)
#090505
(9,5,5)
#080504
(8,5,4)
#070503
(7,5,3)
#000000
(0,0,0)

Tints of #11050D

#11050D
(17,5,13)
#261B23
(38,27,35)
#3B3139
(59,49,57)
#50474F
(80,71,79)
#655D65
(101,93,101)
#7A737B
(122,115,123)
#8F8991
(143,137,145)
#A49FA7
(164,159,167)
#B9B5BD
(185,181,189)
#CECBD3
(206,203,211)
#E3E1E9
(227,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11050D; }

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

This text font color is #11050D.


Background Color

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

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

This div background color is #11050D.


Border color

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

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

This div border color is #11050D.


Opacity

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

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

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

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

This text has shadow with #11050D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11050D on black background.


Color preview on white background

This text has color #11050D on white background.



Black color preview on #11050D background

This text has black color on #11050D background.


White color preview on #11050D background

This text has white color on #11050D background.