COLOR #13460B

HEX: #13460B
RGB: (19,70,11)

Color info

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

RGB color model

#13460B color RGB value is (19,70,11).

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

RGB channels and saturation

R 19 of 255 = 7%
G 70 of 255 = 27%
B 11 of 255 = 4%

19
70
11

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

Portions of RGB colors in percentages

R + G + B =
19 + 70 + 11 = 100 (100%)
R 19 of 100 ~ 19%
G 70 of 100 ~ 70%
B 11 of 100 ~ 11%

%19
%70
%11

CMYK color model

#13460B color CMYK value is (73,0,84,73).

  • cyan value is 72.86%
  • magenta value is 0.00%
  • yellow value is 84.29%
  • key color value is 72.55%
CMYK:
(73,0,84,73)
C73M0Y84K73 
(73%,0%,84%,73%)
(0.73/0.00/0.84/0.73)	

CMYK percentages

%72.86
%0
%84.29
%72.55

Codes

Color #13460B in popluar color models

13460B
RGB197011
HSL112°72.84%15.88%
HSB/HSV112°84.29%27.45%
CMYK72.86%0.00%84.29%
72.55%

Color #13460B in popluar number systems.

HEX13460B
Decimal197011
Binary1001110001101011
Octal2310613

Shades and tints

Shades of #13460B

#13460B
(19,70,11)
#12400A
(18,64,10)
#113A09
(17,58,9)
#103408
(16,52,8)
#0F2E07
(15,46,7)
#0E2806
(14,40,6)
#0D2205
(13,34,5)
#0C1C04
(12,28,4)
#0B1603
(11,22,3)
#0A1002
(10,16,2)
#090A01
(9,10,1)
#000000
(0,0,0)

Tints of #13460B

#13460B
(19,70,11)
#285621
(40,86,33)
#3D6637
(61,102,55)
#52764D
(82,118,77)
#678663
(103,134,99)
#7C9679
(124,150,121)
#91A68F
(145,166,143)
#A6B6A5
(166,182,165)
#BBC6BB
(187,198,187)
#D0D6D1
(208,214,209)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13460B; }

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

This text font color is #13460B.


Background Color

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

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

This div background color is #13460B.


Border color

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

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

This div border color is #13460B.


Opacity

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

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

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

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

This text has shadow with #13460B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13460B on black background.


Color preview on white background

This text has color #13460B on white background.



Black color preview on #13460B background

This text has black color on #13460B background.


White color preview on #13460B background

This text has white color on #13460B background.