COLOR #130806

HEX: #130806 RGB: (19,8,6)

Color info

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

RGB color model

#130806 color RGB value is (19,8,6).

RGB: (19,8,6) (7%, 3%, 2%)

RGB channels and saturation

R 19 of 255 = 7%
G 8 of 255 = 3%
B 6 of 255 = 2%

19
8
6

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

Portions of RGB colors in percentages

R + G + B = 19 + 8 + 6 = 33 (100%)
R 19 of 33 ~ 57.58%
G 8 of 33 ~ 24.24%
B 6 of 33 ~ 18.18'%

%57.58
%24.24
%18.18

CMYK color model

#130806 color CMYK value is (0,58,68,93).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 68.42%
  • key color value is 92.55%

CMYK: (0,58,68,93)
C0M58Y68K93 (0%, 58%, 68%, 93%)
(0.00 / 0.58 / 0.68 / 0.93)

CMYK percentages

%0
%57.89
%68.42
%92.55

Codes

Color #130806 in popluar color models

13 08 06
RGB 19 8 6
HSL 52.00% 4.90%
HSB/HSV 68.42% 7.45%
CMYK 0.00% 57.89% 68.42%
92.55%

Color #130806 in popluar number systems.

HEX 13 08 06
Decimal 19 8 6
Binary 10011 1000 110
Octal 23 10 6

Shades and tints

Shades of #130806

#130806
(19,8,6)
#120806
(18,8,6)
#110806
(17,8,6)
#100806
(16,8,6)
#0F0806
(15,8,6)
#0E0806
(14,8,6)
#0D0806
(13,8,6)
#0C0806
(12,8,6)
#0B0806
(11,8,6)
#0A0806
(10,8,6)
#090806
(9,8,6)
#000000
(0,0,0)

Tints of #130806

#130806
(19,8,6)
#281E1C
(40,30,28)
#3D3432
(61,52,50)
#524A48
(82,74,72)
#67605E
(103,96,94)
#7C7674
(124,118,116)
#918C8A
(145,140,138)
#A6A2A0
(166,162,160)
#BBB8B6
(187,184,182)
#D0CECC
(208,206,204)
#E5E4E2
(229,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130806; }

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

This text font color is #130806.

Background Color

.myBgColor { background-color: #130806; }

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

This div background color is #130806.

Border color

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

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

This div border color is #130806.

Opacity

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

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

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

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

This text has shadow with #130806 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130806.

Preview

Color preview on black background

This text has color #130806 on black background.


Color preview on white background

This text has color #130806 on white background.


Black color preview on #130806 background

This text has black color on #130806 background.


White color preview on #130806 background

This text has white color on #130806 background.


Related colors

Complementary color

Complementary color for #hex is #ECF7F9.


I love getcolorcode.com

Triadic colors

1 #061308 and #080613 with #130806 are triadic colors.

2 #060813 and #081306 with #130806 are triadic colors.