COLOR #130906

HEX: #130906
RGB: (19,9,6)

Color info

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

RGB color model

#130906 color RGB value is (19,9,6).

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

RGB channels and saturation

R 19 of 255 = 7%
G 9 of 255 = 4%
B 6 of 255 = 2%

19
9
6

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

Portions of RGB colors in percentages

R + G + B =
19 + 9 + 6 = 34 (100%)
R 19 of 34 ~ 55.88%
G 9 of 34 ~ 26.47%
B 6 of 34 ~ 17.65%

%55.88
%26.47
%17.65

CMYK color model

#130906 color CMYK value is (0,53,68,93).

  • cyan value is 0.00%
  • magenta value is 52.63%
  • yellow value is 68.42%
  • key color value is 92.55%
CMYK:
(0,53,68,93)
C0M53Y68K93 
(0%,53%,68%,93%)
(0.00/0.53/0.68/0.93)	

CMYK percentages

%0
%52.63
%68.42
%92.55

Codes

Color #130906 in popluar color models

130906
RGB1996
HSL14°52.00%4.90%
HSB/HSV14°68.42%7.45%
CMYK0.00%52.63%68.42%
92.55%

Color #130906 in popluar number systems.

HEX130906
Decimal1996
Binary100111001110
Octal23116

Shades and tints

Shades of #130906

#130906
(19,9,6)
#120906
(18,9,6)
#110906
(17,9,6)
#100906
(16,9,6)
#0F0906
(15,9,6)
#0E0906
(14,9,6)
#0D0906
(13,9,6)
#0C0906
(12,9,6)
#0B0906
(11,9,6)
#0A0906
(10,9,6)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #130906

#130906
(19,9,6)
#281F1C
(40,31,28)
#3D3532
(61,53,50)
#524B48
(82,75,72)
#67615E
(103,97,94)
#7C7774
(124,119,116)
#918D8A
(145,141,138)
#A6A3A0
(166,163,160)
#BBB9B6
(187,185,182)
#D0CFCC
(208,207,204)
#E5E5E2
(229,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130906; }

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

This text font color is #130906.


Background Color

.myBgColor { background-color: #130906; }

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

This div background color is #130906.


Border color

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

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

This div border color is #130906.


Opacity

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

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

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

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

This text has shadow with #130906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130906 on black background.


Color preview on white background

This text has color #130906 on white background.



Black color preview on #130906 background

This text has black color on #130906 background.


White color preview on #130906 background

This text has white color on #130906 background.