COLOR #130807

HEX: #130807
RGB: (19,8,7)

Color info

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

RGB color model

#130807 color RGB value is (19,8,7).

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

RGB channels and saturation

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

19
8
7

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

Portions of RGB colors in percentages

R + G + B =
19 + 8 + 7 = 34 (100%)
R 19 of 34 ~ 55.88%
G 8 of 34 ~ 23.53%
B 7 of 34 ~ 20.59%

%55.88
%23.53
%20.59

CMYK color model

#130807 color CMYK value is (0,58,63,93).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 63.16%
  • key color value is 92.55%
CMYK:
(0,58,63,93)
C0M58Y63K93 
(0%,58%,63%,93%)
(0.00/0.58/0.63/0.93)	

CMYK percentages

%0
%57.89
%63.16
%92.55

Codes

Color #130807 in popluar color models

130807
RGB1987
HSL46.15%5.10%
HSB/HSV63.16%7.45%
CMYK0.00%57.89%63.16%
92.55%

Color #130807 in popluar number systems.

HEX130807
Decimal1987
Binary100111000111
Octal23107

Shades and tints

Shades of #130807

#130807
(19,8,7)
#120807
(18,8,7)
#110807
(17,8,7)
#100807
(16,8,7)
#0F0807
(15,8,7)
#0E0807
(14,8,7)
#0D0807
(13,8,7)
#0C0807
(12,8,7)
#0B0807
(11,8,7)
#0A0807
(10,8,7)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #130807

#130807
(19,8,7)
#281E1D
(40,30,29)
#3D3433
(61,52,51)
#524A49
(82,74,73)
#67605F
(103,96,95)
#7C7675
(124,118,117)
#918C8B
(145,140,139)
#A6A2A1
(166,162,161)
#BBB8B7
(187,184,183)
#D0CECD
(208,206,205)
#E5E4E3
(229,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130807; }

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

This text font color is #130807.


Background Color

.myBgColor { background-color: #130807; }

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

This div background color is #130807.


Border color

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

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

This div border color is #130807.


Opacity

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

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

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

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

This text has shadow with #130807 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130807 on black background.


Color preview on white background

This text has color #130807 on white background.



Black color preview on #130807 background

This text has black color on #130807 background.


White color preview on #130807 background

This text has white color on #130807 background.