COLOR #132224

HEX: #132224
RGB: (19,34,36)

Color info

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

RGB color model

#132224 color RGB value is (19,34,36).

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

RGB channels and saturation

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

19
34
36

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

Portions of RGB colors in percentages

R + G + B =
19 + 34 + 36 = 89 (100%)
R 19 of 89 ~ 21.35%
G 34 of 89 ~ 38.2%
B 36 of 89 ~ 40.45%

%21.35
%38.2
%40.45

CMYK color model

#132224 color CMYK value is (47,6,0,86).

  • cyan value is 47.22%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(47,6,0,86)
C47M6Y0K86 
(47%,6%,0%,86%)
(0.47/0.06/0.00/0.86)	

CMYK percentages

%47.22
%5.56
%0
%85.88

Codes

Color #132224 in popluar color models

132224
RGB193436
HSL187°30.91%10.78%
HSB/HSV187°47.22%14.12%
CMYK47.22%5.56%0.00%
85.88%

Color #132224 in popluar number systems.

HEX132224
Decimal193436
Binary10011100010100100
Octal234244

Shades and tints

Shades of #132224

#132224
(19,34,36)
#121F21
(18,31,33)
#111C1E
(17,28,30)
#10191B
(16,25,27)
#0F1618
(15,22,24)
#0E1315
(14,19,21)
#0D1012
(13,16,18)
#0C0D0F
(12,13,15)
#0B0A0C
(11,10,12)
#0A0709
(10,7,9)
#090406
(9,4,6)
#000000
(0,0,0)

Tints of #132224

#132224
(19,34,36)
#283637
(40,54,55)
#3D4A4A
(61,74,74)
#525E5D
(82,94,93)
#677270
(103,114,112)
#7C8683
(124,134,131)
#919A96
(145,154,150)
#A6AEA9
(166,174,169)
#BBC2BC
(187,194,188)
#D0D6CF
(208,214,207)
#E5EAE2
(229,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132224; }

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

This text font color is #132224.


Background Color

.myBgColor { background-color: #132224; }

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

This div background color is #132224.


Border color

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

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

This div border color is #132224.


Opacity

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

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

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

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

This text has shadow with #132224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132224 on black background.


Color preview on white background

This text has color #132224 on white background.



Black color preview on #132224 background

This text has black color on #132224 background.


White color preview on #132224 background

This text has white color on #132224 background.