COLOR #13060F

HEX: #13060F
RGB: (19,6,15)

Color info

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

RGB color model

#13060F color RGB value is (19,6,15).

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

RGB channels and saturation

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

19
6
15

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

Portions of RGB colors in percentages

R + G + B =
19 + 6 + 15 = 40 (100%)
R 19 of 40 ~ 47.5%
G 6 of 40 ~ 15%
B 15 of 40 ~ 37.5%

%47.5
%15
%37.5

CMYK color model

#13060F color CMYK value is (0,68,21,93).

  • cyan value is 0.00%
  • magenta value is 68.42%
  • yellow value is 21.05%
  • key color value is 92.55%
CMYK:
(0,68,21,93)
C0M68Y21K93 
(0%,68%,21%,93%)
(0.00/0.68/0.21/0.93)	

CMYK percentages

%0
%68.42
%21.05
%92.55

Codes

Color #13060F in popluar color models

13060F
RGB19615
HSL318°52.00%4.90%
HSB/HSV318°68.42%7.45%
CMYK0.00%68.42%21.05%
92.55%

Color #13060F in popluar number systems.

HEX13060F
Decimal19615
Binary100111101111
Octal23617

Shades and tints

Shades of #13060F

#13060F
(19,6,15)
#12060E
(18,6,14)
#11060D
(17,6,13)
#10060C
(16,6,12)
#0F060B
(15,6,11)
#0E060A
(14,6,10)
#0D0609
(13,6,9)
#0C0608
(12,6,8)
#0B0607
(11,6,7)
#0A0606
(10,6,6)
#090605
(9,6,5)
#000000
(0,0,0)

Tints of #13060F

#13060F
(19,6,15)
#281C24
(40,28,36)
#3D3239
(61,50,57)
#52484E
(82,72,78)
#675E63
(103,94,99)
#7C7478
(124,116,120)
#918A8D
(145,138,141)
#A6A0A2
(166,160,162)
#BBB6B7
(187,182,183)
#D0CCCC
(208,204,204)
#E5E2E1
(229,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13060F; }

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

This text font color is #13060F.


Background Color

.myBgColor { background-color: #13060F; }

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

This div background color is #13060F.


Border color

.myBorderColor { border: 1px solid #13060F; }

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

This div border color is #13060F.


Opacity

.myOpacity80 { color: #13060F; opacity: 0.8; }

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

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

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

This text has shadow with #13060F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13060F on black background.


Color preview on white background

This text has color #13060F on white background.



Black color preview on #13060F background

This text has black color on #13060F background.


White color preview on #13060F background

This text has white color on #13060F background.