COLOR #13460D

HEX: #13460D
RGB: (19,70,13)

Color info

#13460D contains red, green and blue colors in about the same proportion. Web safe color of #13460D is #003300 (or #030).

RGB color model

#13460D color RGB value is (19,70,13).

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

RGB channels and saturation

R 19 of 255 = 7%
G 70 of 255 = 27%
B 13 of 255 = 5%

19
70
13

R + G + B ~ 13%. #13460D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 70 + 13 = 102 (100%)
R 19 of 102 ~ 18.63%
G 70 of 102 ~ 68.63%
B 13 of 102 ~ 12.75%

%18.63
%68.63
%12.75

CMYK color model

#13460D color CMYK value is (73,0,81,73).

  • cyan value is 72.86%
  • magenta value is 0.00%
  • yellow value is 81.43%
  • key color value is 72.55%
CMYK:
(73,0,81,73)
C73M0Y81K73 
(73%,0%,81%,73%)
(0.73/0.00/0.81/0.73)	

CMYK percentages

%72.86
%0
%81.43
%72.55

Codes

Color #13460D in popluar color models

13460D
RGB197013
HSL114°68.67%16.27%
HSB/HSV114°81.43%27.45%
CMYK72.86%0.00%81.43%
72.55%

Color #13460D in popluar number systems.

HEX13460D
Decimal197013
Binary1001110001101101
Octal2310615

Shades and tints

Shades of #13460D

#13460D
(19,70,13)
#12400C
(18,64,12)
#113A0B
(17,58,11)
#10340A
(16,52,10)
#0F2E09
(15,46,9)
#0E2808
(14,40,8)
#0D2207
(13,34,7)
#0C1C06
(12,28,6)
#0B1605
(11,22,5)
#0A1004
(10,16,4)
#090A03
(9,10,3)
#000000
(0,0,0)

Tints of #13460D

#13460D
(19,70,13)
#285623
(40,86,35)
#3D6639
(61,102,57)
#52764F
(82,118,79)
#678665
(103,134,101)
#7C967B
(124,150,123)
#91A691
(145,166,145)
#A6B6A7
(166,182,167)
#BBC6BD
(187,198,189)
#D0D6D3
(208,214,211)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13460D; }

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

This text font color is #13460D.


Background Color

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

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

This div background color is #13460D.


Border color

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

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

This div border color is #13460D.


Opacity

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

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

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

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

This text has shadow with #13460D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13460D on black background.


Color preview on white background

This text has color #13460D on white background.



Black color preview on #13460D background

This text has black color on #13460D background.


White color preview on #13460D background

This text has white color on #13460D background.