COLOR #13190D

HEX: #13190D
RGB: (19,25,13)

Color info

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

RGB color model

#13190D color RGB value is (19,25,13).

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

RGB channels and saturation

R 19 of 255 = 7%
G 25 of 255 = 10%
B 13 of 255 = 5%

19
25
13

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

Portions of RGB colors in percentages

R + G + B =
19 + 25 + 13 = 57 (100%)
R 19 of 57 ~ 33.33%
G 25 of 57 ~ 43.86%
B 13 of 57 ~ 22.81%

%33.33
%43.86
%22.81

CMYK color model

#13190D color CMYK value is (24,0,48,90).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 90.20%
CMYK:
(24,0,48,90)
C24M0Y48K90 
(24%,0%,48%,90%)
(0.24/0.00/0.48/0.90)	

CMYK percentages

%24
%0
%48
%90.2

Codes

Color #13190D in popluar color models

13190D
RGB192513
HSL90°31.58%7.45%
HSB/HSV90°48.00%9.80%
CMYK24.00%0.00%48.00%
90.20%

Color #13190D in popluar number systems.

HEX13190D
Decimal192513
Binary10011110011101
Octal233115

Shades and tints

Shades of #13190D

#13190D
(19,25,13)
#12170C
(18,23,12)
#11150B
(17,21,11)
#10130A
(16,19,10)
#0F1109
(15,17,9)
#0E0F08
(14,15,8)
#0D0D07
(13,13,7)
#0C0B06
(12,11,6)
#0B0905
(11,9,5)
#0A0704
(10,7,4)
#090503
(9,5,3)
#000000
(0,0,0)

Tints of #13190D

#13190D
(19,25,13)
#282D23
(40,45,35)
#3D4139
(61,65,57)
#52554F
(82,85,79)
#676965
(103,105,101)
#7C7D7B
(124,125,123)
#919191
(145,145,145)
#A6A5A7
(166,165,167)
#BBB9BD
(187,185,189)
#D0CDD3
(208,205,211)
#E5E1E9
(229,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13190D; }

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

This text font color is #13190D.


Background Color

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

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

This div background color is #13190D.


Border color

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

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

This div border color is #13190D.


Opacity

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

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

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

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

This text has shadow with #13190D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13190D on black background.


Color preview on white background

This text has color #13190D on white background.



Black color preview on #13190D background

This text has black color on #13190D background.


White color preview on #13190D background

This text has white color on #13190D background.