COLOR #132821

HEX: #132821
RGB: (19,40,33)

Color info

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

RGB color model

#132821 color RGB value is (19,40,33).

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

RGB channels and saturation

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

19
40
33

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

Portions of RGB colors in percentages

R + G + B =
19 + 40 + 33 = 92 (100%)
R 19 of 92 ~ 20.65%
G 40 of 92 ~ 43.48%
B 33 of 92 ~ 35.87%

%20.65
%43.48
%35.87

CMYK color model

#132821 color CMYK value is (53,0,18,84).

  • cyan value is 52.50%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 84.31%
CMYK:
(53,0,18,84)
C53M0Y18K84 
(53%,0%,18%,84%)
(0.53/0.00/0.18/0.84)	

CMYK percentages

%52.5
%0
%17.5
%84.31

Codes

Color #132821 in popluar color models

132821
RGB194033
HSL160°35.59%11.57%
HSB/HSV160°52.50%15.69%
CMYK52.50%0.00%17.50%
84.31%

Color #132821 in popluar number systems.

HEX132821
Decimal194033
Binary10011101000100001
Octal235041

Shades and tints

Shades of #132821

#132821
(19,40,33)
#12251E
(18,37,30)
#11221B
(17,34,27)
#101F18
(16,31,24)
#0F1C15
(15,28,21)
#0E1912
(14,25,18)
#0D160F
(13,22,15)
#0C130C
(12,19,12)
#0B1009
(11,16,9)
#0A0D06
(10,13,6)
#090A03
(9,10,3)
#000000
(0,0,0)

Tints of #132821

#132821
(19,40,33)
#283B35
(40,59,53)
#3D4E49
(61,78,73)
#52615D
(82,97,93)
#677471
(103,116,113)
#7C8785
(124,135,133)
#919A99
(145,154,153)
#A6ADAD
(166,173,173)
#BBC0C1
(187,192,193)
#D0D3D5
(208,211,213)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132821; }

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

This text font color is #132821.


Background Color

.myBgColor { background-color: #132821; }

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

This div background color is #132821.


Border color

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

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

This div border color is #132821.


Opacity

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

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

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

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

This text has shadow with #132821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132821 on black background.


Color preview on white background

This text has color #132821 on white background.



Black color preview on #132821 background

This text has black color on #132821 background.


White color preview on #132821 background

This text has white color on #132821 background.