COLOR #13322F

HEX: #13322F RGB: (19,50,47)

Color info

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

RGB color model

#13322F color RGB value is (19,50,47).

RGB: (19,50,47) (7%, 20%, 18%)

RGB channels and saturation

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

19
50
47

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

Portions of RGB colors in percentages

R + G + B = 19 + 50 + 47 = 116 (100%)
R 19 of 116 ~ 16.38%
G 50 of 116 ~ 43.1%
B 47 of 116 ~ 40.52'%

%16.38
%43.1
%40.52

CMYK color model

#13322F color CMYK value is (62,0,6,80).

  • cyan value is 62.00%
  • magenta value is 0.00%
  • yellow value is 6.00%
  • key color value is 80.39%

CMYK: (62,0,6,80)
C62M0Y6K80 (62%, 0%, 6%, 80%)
(0.62 / 0.00 / 0.06 / 0.80)

CMYK percentages

%62
%0
%6
%80.39

Codes

Color #13322F in popluar color models

13 32 2F
RGB 19 50 47
HSL 174° 44.93% 13.53%
HSB/HSV 174° 62.00% 19.61%
CMYK 62.00% 0.00% 6.00%
80.39%

Color #13322F in popluar number systems.

HEX 13 32 2F
Decimal 19 50 47
Binary 10011 110010 101111
Octal 23 62 57

Shades and tints

Shades of #13322F

#13322F
(19,50,47)
#122E2B
(18,46,43)
#112A27
(17,42,39)
#102623
(16,38,35)
#0F221F
(15,34,31)
#0E1E1B
(14,30,27)
#0D1A17
(13,26,23)
#0C1613
(12,22,19)
#0B120F
(11,18,15)
#0A0E0B
(10,14,11)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #13322F

#13322F
(19,50,47)
#284441
(40,68,65)
#3D5653
(61,86,83)
#526865
(82,104,101)
#677A77
(103,122,119)
#7C8C89
(124,140,137)
#919E9B
(145,158,155)
#A6B0AD
(166,176,173)
#BBC2BF
(187,194,191)
#D0D4D1
(208,212,209)
#E5E6E3
(229,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13322F; }

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

This text font color is #13322F.

Background Color

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

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

This div background color is #13322F.

Border color

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

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

This div border color is #13322F.

Opacity

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

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

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

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

This text has shadow with #13322F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13322F.

Preview

Color preview on black background

This text has color #13322F on black background.


Color preview on white background

This text has color #13322F on white background.


Black color preview on #13322F background

This text has black color on #13322F background.


White color preview on #13322F background

This text has white color on #13322F background.


Related colors

Complementary color

Complementary color for #hex is #ECCDD0.


I love getcolorcode.com

Triadic colors

1 #2F1332 and #322F13 with #13322F are triadic colors.

2 #2F3213 and #32132F with #13322F are triadic colors.