COLOR #131106

HEX: #131106
RGB: (19,17,6)

Color info

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

RGB color model

#131106 color RGB value is (19,17,6).

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

RGB channels and saturation

R 19 of 255 = 7%
G 17 of 255 = 7%
B 6 of 255 = 2%

19
17
6

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

Portions of RGB colors in percentages

R + G + B =
19 + 17 + 6 = 42 (100%)
R 19 of 42 ~ 45.24%
G 17 of 42 ~ 40.48%
B 6 of 42 ~ 14.29%

%45.24
%40.48
%14.29

CMYK color model

#131106 color CMYK value is (0,11,68,93).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 68.42%
  • key color value is 92.55%
CMYK:
(0,11,68,93)
C0M11Y68K93 
(0%,11%,68%,93%)
(0.00/0.11/0.68/0.93)	

CMYK percentages

%0
%10.53
%68.42
%92.55

Codes

Color #131106 in popluar color models

131106
RGB19176
HSL51°52.00%4.90%
HSB/HSV51°68.42%7.45%
CMYK0.00%10.53%68.42%
92.55%

Color #131106 in popluar number systems.

HEX131106
Decimal19176
Binary1001110001110
Octal23216

Shades and tints

Shades of #131106

#131106
(19,17,6)
#121006
(18,16,6)
#110F06
(17,15,6)
#100E06
(16,14,6)
#0F0D06
(15,13,6)
#0E0C06
(14,12,6)
#0D0B06
(13,11,6)
#0C0A06
(12,10,6)
#0B0906
(11,9,6)
#0A0806
(10,8,6)
#090706
(9,7,6)
#000000
(0,0,0)

Tints of #131106

#131106
(19,17,6)
#28261C
(40,38,28)
#3D3B32
(61,59,50)
#525048
(82,80,72)
#67655E
(103,101,94)
#7C7A74
(124,122,116)
#918F8A
(145,143,138)
#A6A4A0
(166,164,160)
#BBB9B6
(187,185,182)
#D0CECC
(208,206,204)
#E5E3E2
(229,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131106; }

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

This text font color is #131106.


Background Color

.myBgColor { background-color: #131106; }

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

This div background color is #131106.


Border color

.myBorderColor { border: 1px solid #131106; }

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

This div border color is #131106.


Opacity

.myOpacity80 { color: #131106; opacity: 0.8; }

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

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

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

This text has shadow with #131106 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131106 on black background.


Color preview on white background

This text has color #131106 on white background.



Black color preview on #131106 background

This text has black color on #131106 background.


White color preview on #131106 background

This text has white color on #131106 background.