COLOR #13322E

HEX: #13322E
RGB: (19,50,46)

Color info

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

RGB color model

#13322E color RGB value is (19,50,46).

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

RGB channels and saturation

R 19 of 255 = 7%
G 50 of 255 = 20%
B 46 of 255 = 18%

19
50
46

R + G + B ~ 15%. #13322E is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 50 + 46 = 115 (100%)
R 19 of 115 ~ 16.52%
G 50 of 115 ~ 43.48%
B 46 of 115 ~ 40%

%16.52
%43.48
%40

CMYK color model

#13322E color CMYK value is (62,0,8,80).

  • cyan value is 62.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 80.39%
CMYK:
(62,0,8,80)
C62M0Y8K80 
(62%,0%,8%,80%)
(0.62/0.00/0.08/0.80)	

CMYK percentages

%62
%0
%8
%80.39

Codes

Color #13322E in popluar color models

13322E
RGB195046
HSL172°44.93%13.53%
HSB/HSV172°62.00%19.61%
CMYK62.00%0.00%8.00%
80.39%

Color #13322E in popluar number systems.

HEX13322E
Decimal195046
Binary10011110010101110
Octal236256

Shades and tints

Shades of #13322E

#13322E
(19,50,46)
#122E2A
(18,46,42)
#112A26
(17,42,38)
#102622
(16,38,34)
#0F221E
(15,34,30)
#0E1E1A
(14,30,26)
#0D1A16
(13,26,22)
#0C1612
(12,22,18)
#0B120E
(11,18,14)
#0A0E0A
(10,14,10)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #13322E

#13322E
(19,50,46)
#284441
(40,68,65)
#3D5654
(61,86,84)
#526867
(82,104,103)
#677A7A
(103,122,122)
#7C8C8D
(124,140,141)
#919EA0
(145,158,160)
#A6B0B3
(166,176,179)
#BBC2C6
(187,194,198)
#D0D4D9
(208,212,217)
#E5E6EC
(229,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13322E; }

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

This text font color is #13322E.


Background Color

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

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

This div background color is #13322E.


Border color

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

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

This div border color is #13322E.


Opacity

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

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

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

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

This text has shadow with #13322E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13322E on black background.


Color preview on white background

This text has color #13322E on white background.



Black color preview on #13322E background

This text has black color on #13322E background.


White color preview on #13322E background

This text has white color on #13322E background.