COLOR #132320

HEX: #132320
RGB: (19,35,32)

Color info

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

RGB color model

#132320 color RGB value is (19,35,32).

  • red value is 19;
  • green value is 35;
  • blue value is 32.
RGB:
(19,35,32)
(7%,14%,13%)

RGB channels and saturation

R 19 of 255 = 7%
G 35 of 255 = 14%
B 32 of 255 = 13%

19
35
32

R + G + B ~ 11%. #132320 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 35 + 32 = 86 (100%)
R 19 of 86 ~ 22.09%
G 35 of 86 ~ 40.7%
B 32 of 86 ~ 37.21%

%22.09
%40.7
%37.21

CMYK color model

#132320 color CMYK value is (46,0,9,86).

  • cyan value is 45.71%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 86.27%
CMYK:
(46,0,9,86)
C46M0Y9K86 
(46%,0%,9%,86%)
(0.46/0.00/0.09/0.86)	

CMYK percentages

%45.71
%0
%8.57
%86.27

Codes

Color #132320 in popluar color models

132320
RGB193532
HSL169°29.63%10.59%
HSB/HSV169°45.71%13.73%
CMYK45.71%0.00%8.57%
86.27%

Color #132320 in popluar number systems.

HEX132320
Decimal193532
Binary10011100011100000
Octal234340

Shades and tints

Shades of #132320

#132320
(19,35,32)
#12201E
(18,32,30)
#111D1C
(17,29,28)
#101A1A
(16,26,26)
#0F1718
(15,23,24)
#0E1416
(14,20,22)
#0D1114
(13,17,20)
#0C0E12
(12,14,18)
#0B0B10
(11,11,16)
#0A080E
(10,8,14)
#09050C
(9,5,12)
#000000
(0,0,0)

Tints of #132320

#132320
(19,35,32)
#283734
(40,55,52)
#3D4B48
(61,75,72)
#525F5C
(82,95,92)
#677370
(103,115,112)
#7C8784
(124,135,132)
#919B98
(145,155,152)
#A6AFAC
(166,175,172)
#BBC3C0
(187,195,192)
#D0D7D4
(208,215,212)
#E5EBE8
(229,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132320 color. Also use rgb(19,35,32) instead hex code.

Text Font Color

.myTextColor { color: #132320; }

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

This text font color is #132320.


Background Color

.myBgColor { background-color: #132320; }

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

This div background color is #132320.


Border color

.myBorderColor { border: 1px solid #132320; }

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

This div border color is #132320.


Opacity

.myOpacity80 { color: #132320; opacity: 0.8; }

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

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

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

This text has shadow with #132320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132320 on black background.


Color preview on white background

This text has color #132320 on white background.



Black color preview on #132320 background

This text has black color on #132320 background.


White color preview on #132320 background

This text has white color on #132320 background.