COLOR #13070C

HEX: #13070C RGB: (19,7,12)

Color info

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

RGB color model

#13070C color RGB value is (19,7,12).

RGB: (19,7,12) (7%, 3%, 5%)

RGB channels and saturation

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

19
7
12

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

Portions of RGB colors in percentages

R + G + B = 19 + 7 + 12 = 38 (100%)
R 19 of 38 ~ 50%
G 7 of 38 ~ 18.42%
B 12 of 38 ~ 31.58'%

%50
%18.42
%31.58

CMYK color model

#13070C color CMYK value is (0,63,37,93).

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

CMYK: (0,63,37,93)
C0M63Y37K93 (0%, 63%, 37%, 93%)
(0.00 / 0.63 / 0.37 / 0.93)

CMYK percentages

%0
%63.16
%36.84
%92.55

Codes

Color #13070C in popluar color models

13 07 0C
RGB 19 7 12
HSL 335° 46.15% 5.10%
HSB/HSV 335° 63.16% 7.45%
CMYK 0.00% 63.16% 36.84%
92.55%

Color #13070C in popluar number systems.

HEX 13 07 0C
Decimal 19 7 12
Binary 10011 111 1100
Octal 23 7 14

Shades and tints

Shades of #13070C

#13070C
(19,7,12)
#12070B
(18,7,11)
#11070A
(17,7,10)
#100709
(16,7,9)
#0F0708
(15,7,8)
#0E0707
(14,7,7)
#0D0706
(13,7,6)
#0C0705
(12,7,5)
#0B0704
(11,7,4)
#0A0703
(10,7,3)
#090702
(9,7,2)
#000000
(0,0,0)

Tints of #13070C

#13070C
(19,7,12)
#281D22
(40,29,34)
#3D3338
(61,51,56)
#52494E
(82,73,78)
#675F64
(103,95,100)
#7C757A
(124,117,122)
#918B90
(145,139,144)
#A6A1A6
(166,161,166)
#BBB7BC
(187,183,188)
#D0CDD2
(208,205,210)
#E5E3E8
(229,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13070C; }

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

This text font color is #13070C.

Background Color

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

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

This div background color is #13070C.

Border color

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

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

This div border color is #13070C.

Opacity

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

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

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

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

This text has shadow with #13070C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13070C.

Preview

Color preview on black background

This text has color #13070C on black background.


Color preview on white background

This text has color #13070C on white background.


Black color preview on #13070C background

This text has black color on #13070C background.


White color preview on #13070C background

This text has white color on #13070C background.


Related colors

Complementary color

Complementary color for #hex is #ECF8F3.


I love getcolorcode.com

Triadic colors

1 #0C1307 and #070C13 with #13070C are triadic colors.

2 #0C0713 and #07130C with #13070C are triadic colors.