COLOR #130607

HEX: #130607
RGB: (19,6,7)

Color info

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

RGB color model

#130607 color RGB value is (19,6,7).

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

RGB channels and saturation

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

19
6
7

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

Portions of RGB colors in percentages

R + G + B =
19 + 6 + 7 = 32 (100%)
R 19 of 32 ~ 59.38%
G 6 of 32 ~ 18.75%
B 7 of 32 ~ 21.88%

%59.38
%18.75
%21.88

CMYK color model

#130607 color CMYK value is (0,68,63,93).

  • cyan value is 0.00%
  • magenta value is 68.42%
  • yellow value is 63.16%
  • key color value is 92.55%
CMYK:
(0,68,63,93)
C0M68Y63K93 
(0%,68%,63%,93%)
(0.00/0.68/0.63/0.93)	

CMYK percentages

%0
%68.42
%63.16
%92.55

Codes

Color #130607 in popluar color models

130607
RGB1967
HSL355°52.00%4.90%
HSB/HSV355°68.42%7.45%
CMYK0.00%68.42%63.16%
92.55%

Color #130607 in popluar number systems.

HEX130607
Decimal1967
Binary10011110111
Octal2367

Shades and tints

Shades of #130607

#130607
(19,6,7)
#120607
(18,6,7)
#110607
(17,6,7)
#100607
(16,6,7)
#0F0607
(15,6,7)
#0E0607
(14,6,7)
#0D0607
(13,6,7)
#0C0607
(12,6,7)
#0B0607
(11,6,7)
#0A0607
(10,6,7)
#090607
(9,6,7)
#000000
(0,0,0)

Tints of #130607

#130607
(19,6,7)
#281C1D
(40,28,29)
#3D3233
(61,50,51)
#524849
(82,72,73)
#675E5F
(103,94,95)
#7C7475
(124,116,117)
#918A8B
(145,138,139)
#A6A0A1
(166,160,161)
#BBB6B7
(187,182,183)
#D0CCCD
(208,204,205)
#E5E2E3
(229,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130607; }

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

This text font color is #130607.


Background Color

.myBgColor { background-color: #130607; }

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

This div background color is #130607.


Border color

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

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

This div border color is #130607.


Opacity

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

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

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

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

This text has shadow with #130607 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130607 on black background.


Color preview on white background

This text has color #130607 on white background.



Black color preview on #130607 background

This text has black color on #130607 background.


White color preview on #130607 background

This text has white color on #130607 background.