COLOR #13070D

HEX: #13070D
RGB: (19,7,13)

Color info

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

RGB color model

#13070D color RGB value is (19,7,13).

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

RGB channels and saturation

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

19
7
13

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

Portions of RGB colors in percentages

R + G + B =
19 + 7 + 13 = 39 (100%)
R 19 of 39 ~ 48.72%
G 7 of 39 ~ 17.95%
B 13 of 39 ~ 33.33%

%48.72
%17.95
%33.33

CMYK color model

#13070D color CMYK value is (0,63,32,93).

  • cyan value is 0.00%
  • magenta value is 63.16%
  • yellow value is 31.58%
  • key color value is 92.55%
CMYK:
(0,63,32,93)
C0M63Y32K93 
(0%,63%,32%,93%)
(0.00/0.63/0.32/0.93)	

CMYK percentages

%0
%63.16
%31.58
%92.55

Codes

Color #13070D in popluar color models

13070D
RGB19713
HSL330°46.15%5.10%
HSB/HSV330°63.16%7.45%
CMYK0.00%63.16%31.58%
92.55%

Color #13070D in popluar number systems.

HEX13070D
Decimal19713
Binary100111111101
Octal23715

Shades and tints

Shades of #13070D

#13070D
(19,7,13)
#12070C
(18,7,12)
#11070B
(17,7,11)
#10070A
(16,7,10)
#0F0709
(15,7,9)
#0E0708
(14,7,8)
#0D0707
(13,7,7)
#0C0706
(12,7,6)
#0B0705
(11,7,5)
#0A0704
(10,7,4)
#090703
(9,7,3)
#000000
(0,0,0)

Tints of #13070D

#13070D
(19,7,13)
#281D23
(40,29,35)
#3D3339
(61,51,57)
#52494F
(82,73,79)
#675F65
(103,95,101)
#7C757B
(124,117,123)
#918B91
(145,139,145)
#A6A1A7
(166,161,167)
#BBB7BD
(187,183,189)
#D0CDD3
(208,205,211)
#E5E3E9
(229,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13070D; }

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

This text font color is #13070D.


Background Color

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

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

This div background color is #13070D.


Border color

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

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

This div border color is #13070D.


Opacity

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

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

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

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

This text has shadow with #13070D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13070D on black background.


Color preview on white background

This text has color #13070D on white background.



Black color preview on #13070D background

This text has black color on #13070D background.


White color preview on #13070D background

This text has white color on #13070D background.