COLOR #13462D

HEX: #13462D
RGB: (19,70,45)

Color info

#13462D contains red, green and blue colors in about the same proportion. Web safe color of #13462D is #003333 (or #033).

RGB color model

#13462D color RGB value is (19,70,45).

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

RGB channels and saturation

R 19 of 255 = 7%
G 70 of 255 = 27%
B 45 of 255 = 18%

19
70
45

R + G + B ~ 17%. #13462D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 70 + 45 = 134 (100%)
R 19 of 134 ~ 14.18%
G 70 of 134 ~ 52.24%
B 45 of 134 ~ 33.58%

%14.18
%52.24
%33.58

CMYK color model

#13462D color CMYK value is (73,0,36,73).

  • cyan value is 72.86%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 72.55%
CMYK:
(73,0,36,73)
C73M0Y36K73 
(73%,0%,36%,73%)
(0.73/0.00/0.36/0.73)	

CMYK percentages

%72.86
%0
%35.71
%72.55

Codes

Color #13462D in popluar color models

13462D
RGB197045
HSL151°57.30%17.45%
HSB/HSV151°72.86%27.45%
CMYK72.86%0.00%35.71%
72.55%

Color #13462D in popluar number systems.

HEX13462D
Decimal197045
Binary100111000110101101
Octal2310655

Shades and tints

Shades of #13462D

#13462D
(19,70,45)
#124029
(18,64,41)
#113A25
(17,58,37)
#103421
(16,52,33)
#0F2E1D
(15,46,29)
#0E2819
(14,40,25)
#0D2215
(13,34,21)
#0C1C11
(12,28,17)
#0B160D
(11,22,13)
#0A1009
(10,16,9)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #13462D

#13462D
(19,70,45)
#285640
(40,86,64)
#3D6653
(61,102,83)
#527666
(82,118,102)
#678679
(103,134,121)
#7C968C
(124,150,140)
#91A69F
(145,166,159)
#A6B6B2
(166,182,178)
#BBC6C5
(187,198,197)
#D0D6D8
(208,214,216)
#E5E6EB
(229,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13462D; }

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

This text font color is #13462D.


Background Color

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

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

This div background color is #13462D.


Border color

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

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

This div border color is #13462D.


Opacity

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

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

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

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

This text has shadow with #13462D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13462D on black background.


Color preview on white background

This text has color #13462D on white background.



Black color preview on #13462D background

This text has black color on #13462D background.


White color preview on #13462D background

This text has white color on #13462D background.