COLOR #132720

HEX: #132720
RGB: (19,39,32)

Color info

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

RGB color model

#132720 color RGB value is (19,39,32).

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

RGB channels and saturation

R 19 of 255 = 7%
G 39 of 255 = 15%
B 32 of 255 = 13%

19
39
32

R + G + B ~ 12%. #132720 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 39 + 32 = 90 (100%)
R 19 of 90 ~ 21.11%
G 39 of 90 ~ 43.33%
B 32 of 90 ~ 35.56%

%21.11
%43.33
%35.56

CMYK color model

#132720 color CMYK value is (51,0,18,85).

  • cyan value is 51.28%
  • magenta value is 0.00%
  • yellow value is 17.95%
  • key color value is 84.71%
CMYK:
(51,0,18,85)
C51M0Y18K85 
(51%,0%,18%,85%)
(0.51/0.00/0.18/0.85)	

CMYK percentages

%51.28
%0
%17.95
%84.71

Codes

Color #132720 in popluar color models

132720
RGB193932
HSL159°34.48%11.37%
HSB/HSV159°51.28%15.29%
CMYK51.28%0.00%17.95%
84.71%

Color #132720 in popluar number systems.

HEX132720
Decimal193932
Binary10011100111100000
Octal234740

Shades and tints

Shades of #132720

#132720
(19,39,32)
#12241E
(18,36,30)
#11211C
(17,33,28)
#101E1A
(16,30,26)
#0F1B18
(15,27,24)
#0E1816
(14,24,22)
#0D1514
(13,21,20)
#0C1212
(12,18,18)
#0B0F10
(11,15,16)
#0A0C0E
(10,12,14)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #132720

#132720
(19,39,32)
#283A34
(40,58,52)
#3D4D48
(61,77,72)
#52605C
(82,96,92)
#677370
(103,115,112)
#7C8684
(124,134,132)
#919998
(145,153,152)
#A6ACAC
(166,172,172)
#BBBFC0
(187,191,192)
#D0D2D4
(208,210,212)
#E5E5E8
(229,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132720; }

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

This text font color is #132720.


Background Color

.myBgColor { background-color: #132720; }

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

This div background color is #132720.


Border color

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

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

This div border color is #132720.


Opacity

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

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

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

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

This text has shadow with #132720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132720 on black background.


Color preview on white background

This text has color #132720 on white background.



Black color preview on #132720 background

This text has black color on #132720 background.


White color preview on #132720 background

This text has white color on #132720 background.