COLOR #132421

HEX: #132421
RGB: (19,36,33)

Color info

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

RGB color model

#132421 color RGB value is (19,36,33).

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

RGB channels and saturation

R 19 of 255 = 7%
G 36 of 255 = 14%
B 33 of 255 = 13%

19
36
33

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

Portions of RGB colors in percentages

R + G + B =
19 + 36 + 33 = 88 (100%)
R 19 of 88 ~ 21.59%
G 36 of 88 ~ 40.91%
B 33 of 88 ~ 37.5%

%21.59
%40.91
%37.5

CMYK color model

#132421 color CMYK value is (47,0,8,86).

  • cyan value is 47.22%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 85.88%
CMYK:
(47,0,8,86)
C47M0Y8K86 
(47%,0%,8%,86%)
(0.47/0.00/0.08/0.86)	

CMYK percentages

%47.22
%0
%8.33
%85.88

Codes

Color #132421 in popluar color models

132421
RGB193633
HSL169°30.91%10.78%
HSB/HSV169°47.22%14.12%
CMYK47.22%0.00%8.33%
85.88%

Color #132421 in popluar number systems.

HEX132421
Decimal193633
Binary10011100100100001
Octal234441

Shades and tints

Shades of #132421

#132421
(19,36,33)
#12211E
(18,33,30)
#111E1B
(17,30,27)
#101B18
(16,27,24)
#0F1815
(15,24,21)
#0E1512
(14,21,18)
#0D120F
(13,18,15)
#0C0F0C
(12,15,12)
#0B0C09
(11,12,9)
#0A0906
(10,9,6)
#090603
(9,6,3)
#000000
(0,0,0)

Tints of #132421

#132421
(19,36,33)
#283735
(40,55,53)
#3D4A49
(61,74,73)
#525D5D
(82,93,93)
#677071
(103,112,113)
#7C8385
(124,131,133)
#919699
(145,150,153)
#A6A9AD
(166,169,173)
#BBBCC1
(187,188,193)
#D0CFD5
(208,207,213)
#E5E2E9
(229,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132421 color. Also use rgb(19,36,33) instead hex code.

Text Font Color

.myTextColor { color: #132421; }

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

This text font color is #132421.


Background Color

.myBgColor { background-color: #132421; }

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

This div background color is #132421.


Border color

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

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

This div border color is #132421.


Opacity

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

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

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

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

This text has shadow with #132421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132421 on black background.


Color preview on white background

This text has color #132421 on white background.



Black color preview on #132421 background

This text has black color on #132421 background.


White color preview on #132421 background

This text has white color on #132421 background.