COLOR #132131

HEX: #132131 RGB: (19,33,49)

Color info

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

RGB color model

#132131 color RGB value is (19,33,49).

RGB: (19,33,49) (7%, 13%, 19%)

RGB channels and saturation

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

19
33
49

R + G + B ~ 13%. #132131 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 33 + 49 = 101 (100%)
R 19 of 101 ~ 18.81%
G 33 of 101 ~ 32.67%
B 49 of 101 ~ 48.51'%

%18.81
%32.67
%48.51

CMYK color model

#132131 color CMYK value is (61,33,0,81).

  • cyan value is 61.22%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (61,33,0,81)
C61M33Y0K81 (61%, 33%, 0%, 81%)
(0.61 / 0.33 / 0.00 / 0.81)

CMYK percentages

%61.22
%32.65
%0
%80.78

Codes

Color #132131 in popluar color models

13 21 31
RGB 19 33 49
HSL 212° 44.12% 13.33%
HSB/HSV 212° 61.22% 19.22%
CMYK 61.22% 32.65% 0.00%
80.78%

Color #132131 in popluar number systems.

HEX 13 21 31
Decimal 19 33 49
Binary 10011 100001 110001
Octal 23 41 61

Shades and tints

Shades of #132131

#132131
(19,33,49)
#121E2D
(18,30,45)
#111B29
(17,27,41)
#101825
(16,24,37)
#0F1521
(15,21,33)
#0E121D
(14,18,29)
#0D0F19
(13,15,25)
#0C0C15
(12,12,21)
#0B0911
(11,9,17)
#0A060D
(10,6,13)
#090309
(9,3,9)
#000000
(0,0,0)

Tints of #132131

#132131
(19,33,49)
#283543
(40,53,67)
#3D4955
(61,73,85)
#525D67
(82,93,103)
#677179
(103,113,121)
#7C858B
(124,133,139)
#91999D
(145,153,157)
#A6ADAF
(166,173,175)
#BBC1C1
(187,193,193)
#D0D5D3
(208,213,211)
#E5E9E5
(229,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132131; }

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

This text font color is #132131.

Background Color

.myBgColor { background-color: #132131; }

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

This div background color is #132131.

Border color

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

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

This div border color is #132131.

Opacity

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

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

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

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

This text has shadow with #132131 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #132131.

Preview

Color preview on black background

This text has color #132131 on black background.


Color preview on white background

This text has color #132131 on white background.


Black color preview on #132131 background

This text has black color on #132131 background.


White color preview on #132131 background

This text has white color on #132131 background.


Related colors

Complementary color

Complementary color for #hex is #ECDECE.


I love getcolorcode.com

Triadic colors

1 #311321 and #213113 with #132131 are triadic colors.

2 #312113 and #211331 with #132131 are triadic colors.