COLOR #130605

HEX: #130605
RGB: (19,6,5)

Color info

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

RGB color model

#130605 color RGB value is (19,6,5).

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

RGB channels and saturation

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

19
6
5

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

Portions of RGB colors in percentages

R + G + B =
19 + 6 + 5 = 30 (100%)
R 19 of 30 ~ 63.33%
G 6 of 30 ~ 20%
B 5 of 30 ~ 16.67%

%63.33
%20
%16.67

CMYK color model

#130605 color CMYK value is (0,68,74,93).

  • cyan value is 0.00%
  • magenta value is 68.42%
  • yellow value is 73.68%
  • key color value is 92.55%
CMYK:
(0,68,74,93)
C0M68Y74K93 
(0%,68%,74%,93%)
(0.00/0.68/0.74/0.93)	

CMYK percentages

%0
%68.42
%73.68
%92.55

Codes

Color #130605 in popluar color models

130605
RGB1965
HSL58.33%4.71%
HSB/HSV73.68%7.45%
CMYK0.00%68.42%73.68%
92.55%

Color #130605 in popluar number systems.

HEX130605
Decimal1965
Binary10011110101
Octal2365

Shades and tints

Shades of #130605

#130605
(19,6,5)
#120605
(18,6,5)
#110605
(17,6,5)
#100605
(16,6,5)
#0F0605
(15,6,5)
#0E0605
(14,6,5)
#0D0605
(13,6,5)
#0C0605
(12,6,5)
#0B0605
(11,6,5)
#0A0605
(10,6,5)
#090605
(9,6,5)
#000000
(0,0,0)

Tints of #130605

#130605
(19,6,5)
#281C1B
(40,28,27)
#3D3231
(61,50,49)
#524847
(82,72,71)
#675E5D
(103,94,93)
#7C7473
(124,116,115)
#918A89
(145,138,137)
#A6A09F
(166,160,159)
#BBB6B5
(187,182,181)
#D0CCCB
(208,204,203)
#E5E2E1
(229,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130605; }

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

This text font color is #130605.


Background Color

.myBgColor { background-color: #130605; }

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

This div background color is #130605.


Border color

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

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

This div border color is #130605.


Opacity

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

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

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

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

This text has shadow with #130605 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130605 on black background.


Color preview on white background

This text has color #130605 on white background.



Black color preview on #130605 background

This text has black color on #130605 background.


White color preview on #130605 background

This text has white color on #130605 background.