COLOR #130D0C

HEX: #130D0C
RGB: (19,13,12)

Color info

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

RGB color model

#130D0C color RGB value is (19,13,12).

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

RGB channels and saturation

R 19 of 255 = 7%
G 13 of 255 = 5%
B 12 of 255 = 5%

19
13
12

R + G + B ~ 6%. #130D0C is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 13 + 12 = 44 (100%)
R 19 of 44 ~ 43.18%
G 13 of 44 ~ 29.55%
B 12 of 44 ~ 27.27%

%43.18
%29.55
%27.27

CMYK color model

#130D0C color CMYK value is (0,32,37,93).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 36.84%
  • key color value is 92.55%
CMYK:
(0,32,37,93)
C0M32Y37K93 
(0%,32%,37%,93%)
(0.00/0.32/0.37/0.93)	

CMYK percentages

%0
%31.58
%36.84
%92.55

Codes

Color #130D0C in popluar color models

130D0C
RGB191312
HSL22.58%6.08%
HSB/HSV36.84%7.45%
CMYK0.00%31.58%36.84%
92.55%

Color #130D0C in popluar number systems.

HEX130D0C
Decimal191312
Binary1001111011100
Octal231514

Shades and tints

Shades of #130D0C

#130D0C
(19,13,12)
#120C0B
(18,12,11)
#110B0A
(17,11,10)
#100A09
(16,10,9)
#0F0908
(15,9,8)
#0E0807
(14,8,7)
#0D0706
(13,7,6)
#0C0605
(12,6,5)
#0B0504
(11,5,4)
#0A0403
(10,4,3)
#090302
(9,3,2)
#000000
(0,0,0)

Tints of #130D0C

#130D0C
(19,13,12)
#282322
(40,35,34)
#3D3938
(61,57,56)
#524F4E
(82,79,78)
#676564
(103,101,100)
#7C7B7A
(124,123,122)
#919190
(145,145,144)
#A6A7A6
(166,167,166)
#BBBDBC
(187,189,188)
#D0D3D2
(208,211,210)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130D0C color. Also use rgb(19,13,12) instead hex code.

Text Font Color

.myTextColor { color: #130D0C; }

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

This text font color is #130D0C.


Background Color

.myBgColor { background-color: #130D0C; }

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

This div background color is #130D0C.


Border color

.myBorderColor { border: 1px solid #130D0C; }

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

This div border color is #130D0C.


Opacity

.myOpacity80 { color: #130D0C; opacity: 0.8; }

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

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

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

This text has shadow with #130D0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130D0C on black background.


Color preview on white background

This text has color #130D0C on white background.



Black color preview on #130D0C background

This text has black color on #130D0C background.


White color preview on #130D0C background

This text has white color on #130D0C background.