COLOR #131732

HEX: #131732 RGB: (19,23,50)

Color info

#131732 contains red, green and blue colors in about the same proportion. Web safe color of #131732 is #000033 (or #003).

RGB color model

#131732 color RGB value is (19,23,50).

RGB: (19,23,50) (7%, 9%, 20%)

RGB channels and saturation

R 19 of 255 = 7%
G 23 of 255 = 9%
B 50 of 255 = 20%

19
23
50

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

Portions of RGB colors in percentages

R + G + B = 19 + 23 + 50 = 92 (100%)
R 19 of 92 ~ 20.65%
G 23 of 92 ~ 25%
B 50 of 92 ~ 54.35'%

%20.65
%25
%54.35

CMYK color model

#131732 color CMYK value is (62,54,0,80).

  • cyan value is 62.00%
  • magenta value is 54.00%
  • yellow value is 0.00%
  • key color value is 80.39%

CMYK: (62,54,0,80)
C62M54Y0K80 (62%, 54%, 0%, 80%)
(0.62 / 0.54 / 0.00 / 0.80)

CMYK percentages

%62
%54
%0
%80.39

Codes

Color #131732 in popluar color models

13 17 32
RGB 19 23 50
HSL 232° 44.93% 13.53%
HSB/HSV 232° 62.00% 19.61%
CMYK 62.00% 54.00% 0.00%
80.39%

Color #131732 in popluar number systems.

HEX 13 17 32
Decimal 19 23 50
Binary 10011 10111 110010
Octal 23 27 62

Shades and tints

Shades of #131732

#131732
(19,23,50)
#12152E
(18,21,46)
#11132A
(17,19,42)
#101126
(16,17,38)
#0F0F22
(15,15,34)
#0E0D1E
(14,13,30)
#0D0B1A
(13,11,26)
#0C0916
(12,9,22)
#0B0712
(11,7,18)
#0A050E
(10,5,14)
#09030A
(9,3,10)
#000000
(0,0,0)

Tints of #131732

#131732
(19,23,50)
#282C44
(40,44,68)
#3D4156
(61,65,86)
#525668
(82,86,104)
#676B7A
(103,107,122)
#7C808C
(124,128,140)
#91959E
(145,149,158)
#A6AAB0
(166,170,176)
#BBBFC2
(187,191,194)
#D0D4D4
(208,212,212)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131732; }

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

This text font color is #131732.

Background Color

.myBgColor { background-color: #131732; }

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

This div background color is #131732.

Border color

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

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

This div border color is #131732.

Opacity

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

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

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

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

This text has shadow with #131732 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131732.

Preview

Color preview on black background

This text has color #131732 on black background.


Color preview on white background

This text has color #131732 on white background.


Black color preview on #131732 background

This text has black color on #131732 background.


White color preview on #131732 background

This text has white color on #131732 background.


Related colors

Complementary color

Complementary color for #hex is #ECE8CD.


I love getcolorcode.com

Triadic colors

1 #321317 and #173213 with #131732 are triadic colors.

2 #321713 and #171332 with #131732 are triadic colors.