COLOR #132121

HEX: #132121
RGB: (19,33,33)

Color info

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

RGB color model

#132121 color RGB value is (19,33,33).

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

RGB channels and saturation

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

19
33
33

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

Portions of RGB colors in percentages

R + G + B =
19 + 33 + 33 = 85 (100%)
R 19 of 85 ~ 22.35%
G 33 of 85 ~ 38.82%
B 33 of 85 ~ 38.82%

%22.35
%38.82
%38.82

CMYK color model

#132121 color CMYK value is (42,0,0,87).

  • cyan value is 42.42%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(42,0,0,87)
C42M0Y0K87 
(42%,0%,0%,87%)
(0.42/0.00/0.00/0.87)	

CMYK percentages

%42.42
%0
%0
%87.06

Codes

Color #132121 in popluar color models

132121
RGB193333
HSL180°26.92%10.20%
HSB/HSV180°42.42%12.94%
CMYK42.42%0.00%0.00%
87.06%

Color #132121 in popluar number systems.

HEX132121
Decimal193333
Binary10011100001100001
Octal234141

Shades and tints

Shades of #132121

#132121
(19,33,33)
#121E1E
(18,30,30)
#111B1B
(17,27,27)
#101818
(16,24,24)
#0F1515
(15,21,21)
#0E1212
(14,18,18)
#0D0F0F
(13,15,15)
#0C0C0C
(12,12,12)
#0B0909
(11,9,9)
#0A0606
(10,6,6)
#090303
(9,3,3)
#000000
(0,0,0)

Tints of #132121

#132121
(19,33,33)
#283535
(40,53,53)
#3D4949
(61,73,73)
#525D5D
(82,93,93)
#677171
(103,113,113)
#7C8585
(124,133,133)
#919999
(145,153,153)
#A6ADAD
(166,173,173)
#BBC1C1
(187,193,193)
#D0D5D5
(208,213,213)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132121; }

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

This text font color is #132121.


Background Color

.myBgColor { background-color: #132121; }

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

This div background color is #132121.


Border color

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

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

This div border color is #132121.


Opacity

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

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

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

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

This text has shadow with #132121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132121 on black background.


Color preview on white background

This text has color #132121 on white background.



Black color preview on #132121 background

This text has black color on #132121 background.


White color preview on #132121 background

This text has white color on #132121 background.