COLOR #11130D

HEX: #11130D
RGB: (17,19,13)

Color info

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

RGB color model

#11130D color RGB value is (17,19,13).

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

RGB channels and saturation

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

17
19
13

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

Portions of RGB colors in percentages

R + G + B =
17 + 19 + 13 = 49 (100%)
R 17 of 49 ~ 34.69%
G 19 of 49 ~ 38.78%
B 13 of 49 ~ 26.53%

%34.69
%38.78
%26.53

CMYK color model

#11130D color CMYK value is (11,0,32,93).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 92.55%
CMYK:
(11,0,32,93)
C11M0Y32K93 
(11%,0%,32%,93%)
(0.11/0.00/0.32/0.93)	

CMYK percentages

%10.53
%0
%31.58
%92.55

Codes

Color #11130D in popluar color models

11130D
RGB171913
HSL80°18.75%6.27%
HSB/HSV80°31.58%7.45%
CMYK10.53%0.00%31.58%
92.55%

Color #11130D in popluar number systems.

HEX11130D
Decimal171913
Binary10001100111101
Octal212315

Shades and tints

Shades of #11130D

#11130D
(17,19,13)
#10120C
(16,18,12)
#0F110B
(15,17,11)
#0E100A
(14,16,10)
#0D0F09
(13,15,9)
#0C0E08
(12,14,8)
#0B0D07
(11,13,7)
#0A0C06
(10,12,6)
#090B05
(9,11,5)
#080A04
(8,10,4)
#070903
(7,9,3)
#000000
(0,0,0)

Tints of #11130D

#11130D
(17,19,13)
#262823
(38,40,35)
#3B3D39
(59,61,57)
#50524F
(80,82,79)
#656765
(101,103,101)
#7A7C7B
(122,124,123)
#8F9191
(143,145,145)
#A4A6A7
(164,166,167)
#B9BBBD
(185,187,189)
#CED0D3
(206,208,211)
#E3E5E9
(227,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11130D; }

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

This text font color is #11130D.


Background Color

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

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

This div background color is #11130D.


Border color

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

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

This div border color is #11130D.


Opacity

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

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

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

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

This text has shadow with #11130D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11130D on black background.


Color preview on white background

This text has color #11130D on white background.



Black color preview on #11130D background

This text has black color on #11130D background.


White color preview on #11130D background

This text has white color on #11130D background.