COLOR #132022

HEX: #132022 RGB: (19,32,34)

Color info

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

RGB color model

#132022 color RGB value is (19,32,34).

RGB: (19,32,34) (7%, 13%, 13%)

RGB channels and saturation

R 19 of 255 = 7%
G 32 of 255 = 13%
B 34 of 255 = 13%

19
32
34

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

Portions of RGB colors in percentages

R + G + B = 19 + 32 + 34 = 85 (100%)
R 19 of 85 ~ 22.35%
G 32 of 85 ~ 37.65%
B 34 of 85 ~ 40'%

%22.35
%37.65
%40

CMYK color model

#132022 color CMYK value is (44,6,0,87).

  • cyan value is 44.12%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 86.67%

CMYK: (44,6,0,87)
C44M6Y0K87 (44%, 6%, 0%, 87%)
(0.44 / 0.06 / 0.00 / 0.87)

CMYK percentages

%44.12
%5.88
%0
%86.67

Codes

Color #132022 in popluar color models

13 20 22
RGB 19 32 34
HSL 188° 28.30% 10.39%
HSB/HSV 188° 44.12% 13.33%
CMYK 44.12% 5.88% 0.00%
86.67%

Color #132022 in popluar number systems.

HEX 13 20 22
Decimal 19 32 34
Binary 10011 100000 100010
Octal 23 40 42

Shades and tints

Shades of #132022

#132022
(19,32,34)
#121E1F
(18,30,31)
#111C1C
(17,28,28)
#101A19
(16,26,25)
#0F1816
(15,24,22)
#0E1613
(14,22,19)
#0D1410
(13,20,16)
#0C120D
(12,18,13)
#0B100A
(11,16,10)
#0A0E07
(10,14,7)
#090C04
(9,12,4)
#000000
(0,0,0)

Tints of #132022

#132022
(19,32,34)
#283436
(40,52,54)
#3D484A
(61,72,74)
#525C5E
(82,92,94)
#677072
(103,112,114)
#7C8486
(124,132,134)
#91989A
(145,152,154)
#A6ACAE
(166,172,174)
#BBC0C2
(187,192,194)
#D0D4D6
(208,212,214)
#E5E8EA
(229,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132022; }

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

This text font color is #132022.

Background Color

.myBgColor { background-color: #132022; }

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

This div background color is #132022.

Border color

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

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

This div border color is #132022.

Opacity

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

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

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

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

This text has shadow with #132022 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #132022.

Preview

Color preview on black background

This text has color #132022 on black background.


Color preview on white background

This text has color #132022 on white background.


Black color preview on #132022 background

This text has black color on #132022 background.


White color preview on #132022 background

This text has white color on #132022 background.


Related colors

Complementary color

Complementary color for #hex is #ECDFDD.


I love getcolorcode.com

Triadic colors

1 #221320 and #202213 with #132022 are triadic colors.

2 #222013 and #201322 with #132022 are triadic colors.