COLOR #13402A

HEX: #13402A
RGB: (19,64,42)

Color info

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

RGB color model

#13402A color RGB value is (19,64,42).

  • red value is 19;
  • green value is 64;
  • blue value is 42.
RGB:
(19,64,42)
(7%,25%,16%)

RGB channels and saturation

R 19 of 255 = 7%
G 64 of 255 = 25%
B 42 of 255 = 16%

19
64
42

R + G + B ~ 16%. #13402A is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 64 + 42 = 125 (100%)
R 19 of 125 ~ 15.2%
G 64 of 125 ~ 51.2%
B 42 of 125 ~ 33.6%

%15.2
%51.2
%33.6

CMYK color model

#13402A color CMYK value is (70,0,34,75).

  • cyan value is 70.31%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 74.90%
CMYK:
(70,0,34,75)
C70M0Y34K75 
(70%,0%,34%,75%)
(0.70/0.00/0.34/0.75)	

CMYK percentages

%70.31
%0
%34.38
%74.9

Codes

Color #13402A in popluar color models

13402A
RGB196442
HSL151°54.22%16.27%
HSB/HSV151°70.31%25.10%
CMYK70.31%0.00%34.38%
74.90%

Color #13402A in popluar number systems.

HEX13402A
Decimal196442
Binary100111000000101010
Octal2310052

Shades and tints

Shades of #13402A

#13402A
(19,64,42)
#123B27
(18,59,39)
#113624
(17,54,36)
#103121
(16,49,33)
#0F2C1E
(15,44,30)
#0E271B
(14,39,27)
#0D2218
(13,34,24)
#0C1D15
(12,29,21)
#0B1812
(11,24,18)
#0A130F
(10,19,15)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #13402A

#13402A
(19,64,42)
#28513D
(40,81,61)
#3D6250
(61,98,80)
#527363
(82,115,99)
#678476
(103,132,118)
#7C9589
(124,149,137)
#91A69C
(145,166,156)
#A6B7AF
(166,183,175)
#BBC8C2
(187,200,194)
#D0D9D5
(208,217,213)
#E5EAE8
(229,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13402A color. Also use rgb(19,64,42) instead hex code.

Text Font Color

.myTextColor { color: #13402A; }

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

This text font color is #13402A.


Background Color

.myBgColor { background-color: #13402A; }

<div style="background-color:#13402A">Inner text</div>

This div background color is #13402A.


Border color

.myBorderColor { border: 1px solid #13402A; }

<div style="border:3px solid #13402A">Div</div>

This div border color is #13402A.


Opacity

.myOpacity80 { color: #13402A; opacity: 0.8; }

<p style="color:#13402A;opacity:0.8;">80%</p>

Text with #13402A 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 #13402A;}

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

This text has shadow with #13402A color.

.textShadow {text-shadow: 3px 3px 1px #13402A, 3px 3px 1px red;}

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

This text has shadow with #13402A primary color and red secondary color.


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

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

This text has shadow with #13402A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13402A on black background.


Color preview on white background

This text has color #13402A on white background.



Black color preview on #13402A background

This text has black color on #13402A background.


White color preview on #13402A background

This text has white color on #13402A background.