COLOR #13060C

HEX: #13060C
RGB: (19,6,12)

Color info

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

RGB color model

#13060C color RGB value is (19,6,12).

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

RGB channels and saturation

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

19
6
12

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

Portions of RGB colors in percentages

R + G + B =
19 + 6 + 12 = 37 (100%)
R 19 of 37 ~ 51.35%
G 6 of 37 ~ 16.22%
B 12 of 37 ~ 32.43%

%51.35
%16.22
%32.43

CMYK color model

#13060C color CMYK value is (0,68,37,93).

  • cyan value is 0.00%
  • magenta value is 68.42%
  • yellow value is 36.84%
  • key color value is 92.55%
CMYK:
(0,68,37,93)
C0M68Y37K93 
(0%,68%,37%,93%)
(0.00/0.68/0.37/0.93)	

CMYK percentages

%0
%68.42
%36.84
%92.55

Codes

Color #13060C in popluar color models

13060C
RGB19612
HSL332°52.00%4.90%
HSB/HSV332°68.42%7.45%
CMYK0.00%68.42%36.84%
92.55%

Color #13060C in popluar number systems.

HEX13060C
Decimal19612
Binary100111101100
Octal23614

Shades and tints

Shades of #13060C

#13060C
(19,6,12)
#12060B
(18,6,11)
#11060A
(17,6,10)
#100609
(16,6,9)
#0F0608
(15,6,8)
#0E0607
(14,6,7)
#0D0606
(13,6,6)
#0C0605
(12,6,5)
#0B0604
(11,6,4)
#0A0603
(10,6,3)
#090602
(9,6,2)
#000000
(0,0,0)

Tints of #13060C

#13060C
(19,6,12)
#281C22
(40,28,34)
#3D3238
(61,50,56)
#52484E
(82,72,78)
#675E64
(103,94,100)
#7C747A
(124,116,122)
#918A90
(145,138,144)
#A6A0A6
(166,160,166)
#BBB6BC
(187,182,188)
#D0CCD2
(208,204,210)
#E5E2E8
(229,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13060C; }

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

This text font color is #13060C.


Background Color

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

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

This div background color is #13060C.


Border color

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

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

This div border color is #13060C.


Opacity

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

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

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

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

This text has shadow with #13060C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13060C on black background.


Color preview on white background

This text has color #13060C on white background.



Black color preview on #13060C background

This text has black color on #13060C background.


White color preview on #13060C background

This text has white color on #13060C background.