COLOR #13071D

HEX: #13071D
RGB: (19,7,29)

Color info

#13071D contains red, green and blue colors in about the same proportion. Web safe color of #13071D is #000033 (or #003).

RGB color model

#13071D color RGB value is (19,7,29).

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

RGB channels and saturation

R 19 of 255 = 7%
G 7 of 255 = 3%
B 29 of 255 = 11%

19
7
29

R + G + B ~ 7%. #13071D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 7 + 29 = 55 (100%)
R 19 of 55 ~ 34.55%
G 7 of 55 ~ 12.73%
B 29 of 55 ~ 52.73%

%34.55
%12.73
%52.73

CMYK color model

#13071D color CMYK value is (34,76,0,89).

  • cyan value is 34.48%
  • magenta value is 75.86%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK: (34,76,0,89) C34M76Y0K89 (34%,76%,0%,89%) (0.34/0.76/0.00/0.89)

CMYK percentages

%34.48
%75.86
%0
%88.63

Codes

Color #13071D in popluar color models

13071D
RGB19729
HSL273°61.11%7.06%
HSB/HSV273°75.86%11.37%
CMYK34.48%75.86%0.00%
88.63%

Color #13071D in popluar number systems.

HEX13071D
Decimal19729
Binary1001111111101
Octal23735

Shades and tints

Shades of #13071D

#13071D
(19,7,29)
#12071B
(18,7,27)
#110719
(17,7,25)
#100717
(16,7,23)
#0F0715
(15,7,21)
#0E0713
(14,7,19)
#0D0711
(13,7,17)
#0C070F
(12,7,15)
#0B070D
(11,7,13)
#0A070B
(10,7,11)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #13071D

#13071D
(19,7,29)
#281D31
(40,29,49)
#3D3345
(61,51,69)
#524959
(82,73,89)
#675F6D
(103,95,109)
#7C7581
(124,117,129)
#918B95
(145,139,149)
#A6A1A9
(166,161,169)
#BBB7BD
(187,183,189)
#D0CDD1
(208,205,209)
#E5E3E5
(229,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13071D; }

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

This text font color is #13071D.


Background Color

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

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

This div background color is #13071D.


Border color

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

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

This div border color is #13071D.


Opacity

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

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

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

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

This text has shadow with #13071D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #13071D on black background.


Color preview on white background

This text has color #13071D on white background.



Black color preview on #13071D background

This text has black color on #13071D background.


White color preview on #13071D background

This text has white color on #13071D background.