COLOR #130A06

HEX: #130A06
RGB: (19,10,6)

Color info

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

RGB color model

#130A06 color RGB value is (19,10,6).

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

RGB channels and saturation

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

19
10
6

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

Portions of RGB colors in percentages

R + G + B =
19 + 10 + 6 = 35 (100%)
R 19 of 35 ~ 54.29%
G 10 of 35 ~ 28.57%
B 6 of 35 ~ 17.14%

%54.29
%28.57
%17.14

CMYK color model

#130A06 color CMYK value is (0,47,68,93).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 68.42%
  • key color value is 92.55%
CMYK:
(0,47,68,93)
C0M47Y68K93 
(0%,47%,68%,93%)
(0.00/0.47/0.68/0.93)	

CMYK percentages

%0
%47.37
%68.42
%92.55

Codes

Color #130A06 in popluar color models

130A06
RGB19106
HSL18°52.00%4.90%
HSB/HSV18°68.42%7.45%
CMYK0.00%47.37%68.42%
92.55%

Color #130A06 in popluar number systems.

HEX130A06
Decimal19106
Binary100111010110
Octal23126

Shades and tints

Shades of #130A06

#130A06
(19,10,6)
#120A06
(18,10,6)
#110A06
(17,10,6)
#100A06
(16,10,6)
#0F0A06
(15,10,6)
#0E0A06
(14,10,6)
#0D0A06
(13,10,6)
#0C0A06
(12,10,6)
#0B0A06
(11,10,6)
#0A0A06
(10,10,6)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #130A06

#130A06
(19,10,6)
#28201C
(40,32,28)
#3D3632
(61,54,50)
#524C48
(82,76,72)
#67625E
(103,98,94)
#7C7874
(124,120,116)
#918E8A
(145,142,138)
#A6A4A0
(166,164,160)
#BBBAB6
(187,186,182)
#D0D0CC
(208,208,204)
#E5E6E2
(229,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130A06; }

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

This text font color is #130A06.


Background Color

.myBgColor { background-color: #130A06; }

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

This div background color is #130A06.


Border color

.myBorderColor { border: 1px solid #130A06; }

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

This div border color is #130A06.


Opacity

.myOpacity80 { color: #130A06; opacity: 0.8; }

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

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

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

This text has shadow with #130A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130A06 on black background.


Color preview on white background

This text has color #130A06 on white background.



Black color preview on #130A06 background

This text has black color on #130A06 background.


White color preview on #130A06 background

This text has white color on #130A06 background.