COLOR #13322A

HEX: #13322A
RGB: (19,50,42)

Color info

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

RGB color model

#13322A color RGB value is (19,50,42).

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

RGB channels and saturation

R 19 of 255 = 7%
G 50 of 255 = 20%
B 42 of 255 = 16%

19
50
42

R + G + B ~ 14%. #13322A is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 50 + 42 = 111 (100%)
R 19 of 111 ~ 17.12%
G 50 of 111 ~ 45.05%
B 42 of 111 ~ 37.84%

%17.12
%45.05
%37.84

CMYK color model

#13322A color CMYK value is (62,0,16,80).

  • cyan value is 62.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 80.39%
CMYK:
(62,0,16,80)
C62M0Y16K80 
(62%,0%,16%,80%)
(0.62/0.00/0.16/0.80)	

CMYK percentages

%62
%0
%16
%80.39

Codes

Color #13322A in popluar color models

13322A
RGB195042
HSL165°44.93%13.53%
HSB/HSV165°62.00%19.61%
CMYK62.00%0.00%16.00%
80.39%

Color #13322A in popluar number systems.

HEX13322A
Decimal195042
Binary10011110010101010
Octal236252

Shades and tints

Shades of #13322A

#13322A
(19,50,42)
#122E27
(18,46,39)
#112A24
(17,42,36)
#102621
(16,38,33)
#0F221E
(15,34,30)
#0E1E1B
(14,30,27)
#0D1A18
(13,26,24)
#0C1615
(12,22,21)
#0B1212
(11,18,18)
#0A0E0F
(10,14,15)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #13322A

#13322A
(19,50,42)
#28443D
(40,68,61)
#3D5650
(61,86,80)
#526863
(82,104,99)
#677A76
(103,122,118)
#7C8C89
(124,140,137)
#919E9C
(145,158,156)
#A6B0AF
(166,176,175)
#BBC2C2
(187,194,194)
#D0D4D5
(208,212,213)
#E5E6E8
(229,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13322A; }

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

This text font color is #13322A.


Background Color

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

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

This div background color is #13322A.


Border color

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

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

This div border color is #13322A.


Opacity

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

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

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

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

This text has shadow with #13322A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13322A on black background.


Color preview on white background

This text has color #13322A on white background.



Black color preview on #13322A background

This text has black color on #13322A background.


White color preview on #13322A background

This text has white color on #13322A background.