COLOR #130F0C

HEX: #130F0C RGB: (19,15,12)

Color info

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

RGB color model

#130F0C color RGB value is (19,15,12).

RGB: (19,15,12) (7%, 6%, 5%)

RGB channels and saturation

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

19
15
12

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

Portions of RGB colors in percentages

R + G + B = 19 + 15 + 12 = 46 (100%)
R 19 of 46 ~ 41.3%
G 15 of 46 ~ 32.61%
B 12 of 46 ~ 26.09'%

%41.3
%32.61
%26.09

CMYK color model

#130F0C color CMYK value is (0,21,37,93).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 36.84%
  • key color value is 92.55%

CMYK: (0,21,37,93)
C0M21Y37K93 (0%, 21%, 37%, 93%)
(0.00 / 0.21 / 0.37 / 0.93)

CMYK percentages

%0
%21.05
%36.84
%92.55

Codes

Color #130F0C in popluar color models

13 0F 0C
RGB 19 15 12
HSL 26° 22.58% 6.08%
HSB/HSV 26° 36.84% 7.45%
CMYK 0.00% 21.05% 36.84%
92.55%

Color #130F0C in popluar number systems.

HEX 13 0F 0C
Decimal 19 15 12
Binary 10011 1111 1100
Octal 23 17 14

Shades and tints

Shades of #130F0C

#130F0C
(19,15,12)
#120E0B
(18,14,11)
#110D0A
(17,13,10)
#100C09
(16,12,9)
#0F0B08
(15,11,8)
#0E0A07
(14,10,7)
#0D0906
(13,9,6)
#0C0805
(12,8,5)
#0B0704
(11,7,4)
#0A0603
(10,6,3)
#090502
(9,5,2)
#000000
(0,0,0)

Tints of #130F0C

#130F0C
(19,15,12)
#282422
(40,36,34)
#3D3938
(61,57,56)
#524E4E
(82,78,78)
#676364
(103,99,100)
#7C787A
(124,120,122)
#918D90
(145,141,144)
#A6A2A6
(166,162,166)
#BBB7BC
(187,183,188)
#D0CCD2
(208,204,210)
#E5E1E8
(229,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130F0C; }

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

This text font color is #130F0C.

Background Color

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

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

This div background color is #130F0C.

Border color

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

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

This div border color is #130F0C.

Opacity

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

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

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

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

This text has shadow with #130F0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130F0C.

Preview

Color preview on black background

This text has color #130F0C on black background.


Color preview on white background

This text has color #130F0C on white background.


Black color preview on #130F0C background

This text has black color on #130F0C background.


White color preview on #130F0C background

This text has white color on #130F0C background.


Related colors

Complementary color

Complementary color for #hex is #ECF0F3.


I love getcolorcode.com

Triadic colors

1 #0C130F and #0F0C13 with #130F0C are triadic colors.

2 #0C0F13 and #0F130C with #130F0C are triadic colors.