COLOR #130809

HEX: #130809
RGB: (19,8,9)

Color info

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

RGB color model

#130809 color RGB value is (19,8,9).

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

RGB channels and saturation

R 19 of 255 = 7%
G 8 of 255 = 3%
B 9 of 255 = 4%

19
8
9

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

Portions of RGB colors in percentages

R + G + B =
19 + 8 + 9 = 36 (100%)
R 19 of 36 ~ 52.78%
G 8 of 36 ~ 22.22%
B 9 of 36 ~ 25%

%52.78
%22.22
%25

CMYK color model

#130809 color CMYK value is (0,58,53,93).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 52.63%
  • key color value is 92.55%
CMYK:
(0,58,53,93)
C0M58Y53K93 
(0%,58%,53%,93%)
(0.00/0.58/0.53/0.93)	

CMYK percentages

%0
%57.89
%52.63
%92.55

Codes

Color #130809 in popluar color models

130809
RGB1989
HSL355°40.74%5.29%
HSB/HSV355°57.89%7.45%
CMYK0.00%57.89%52.63%
92.55%

Color #130809 in popluar number systems.

HEX130809
Decimal1989
Binary1001110001001
Octal231011

Shades and tints

Shades of #130809

#130809
(19,8,9)
#120809
(18,8,9)
#110809
(17,8,9)
#100809
(16,8,9)
#0F0809
(15,8,9)
#0E0809
(14,8,9)
#0D0809
(13,8,9)
#0C0809
(12,8,9)
#0B0809
(11,8,9)
#0A0809
(10,8,9)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #130809

#130809
(19,8,9)
#281E1F
(40,30,31)
#3D3435
(61,52,53)
#524A4B
(82,74,75)
#676061
(103,96,97)
#7C7677
(124,118,119)
#918C8D
(145,140,141)
#A6A2A3
(166,162,163)
#BBB8B9
(187,184,185)
#D0CECF
(208,206,207)
#E5E4E5
(229,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130809; }

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

This text font color is #130809.


Background Color

.myBgColor { background-color: #130809; }

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

This div background color is #130809.


Border color

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

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

This div border color is #130809.


Opacity

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

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

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

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

This text has shadow with #130809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130809 on black background.


Color preview on white background

This text has color #130809 on white background.



Black color preview on #130809 background

This text has black color on #130809 background.


White color preview on #130809 background

This text has white color on #130809 background.