COLOR #132B29

HEX: #132B29 RGB: (19,43,41)

Color info

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

RGB color model

#132B29 color RGB value is (19,43,41).

RGB: (19,43,41) (7%, 17%, 16%)

RGB channels and saturation

R 19 of 255 = 7%
G 43 of 255 = 17%
B 41 of 255 = 16%

19
43
41

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

Portions of RGB colors in percentages

R + G + B = 19 + 43 + 41 = 103 (100%)
R 19 of 103 ~ 18.45%
G 43 of 103 ~ 41.75%
B 41 of 103 ~ 39.81'%

%18.45
%41.75
%39.81

CMYK color model

#132B29 color CMYK value is (56,0,5,83).

  • cyan value is 55.81%
  • magenta value is 0.00%
  • yellow value is 4.65%
  • key color value is 83.14%

CMYK: (56,0,5,83)
C56M0Y5K83 (56%, 0%, 5%, 83%)
(0.56 / 0.00 / 0.05 / 0.83)

CMYK percentages

%55.81
%0
%4.65
%83.14

Codes

Color #132B29 in popluar color models

13 2B 29
RGB 19 43 41
HSL 175° 38.71% 12.16%
HSB/HSV 175° 55.81% 16.86%
CMYK 55.81% 0.00% 4.65%
83.14%

Color #132B29 in popluar number systems.

HEX 13 2B 29
Decimal 19 43 41
Binary 10011 101011 101001
Octal 23 53 51

Shades and tints

Shades of #132B29

#132B29
(19,43,41)
#122826
(18,40,38)
#112523
(17,37,35)
#102220
(16,34,32)
#0F1F1D
(15,31,29)
#0E1C1A
(14,28,26)
#0D1917
(13,25,23)
#0C1614
(12,22,20)
#0B1311
(11,19,17)
#0A100E
(10,16,14)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #132B29

#132B29
(19,43,41)
#283E3C
(40,62,60)
#3D514F
(61,81,79)
#526462
(82,100,98)
#677775
(103,119,117)
#7C8A88
(124,138,136)
#919D9B
(145,157,155)
#A6B0AE
(166,176,174)
#BBC3C1
(187,195,193)
#D0D6D4
(208,214,212)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132B29 color. Also use rgb(19,43,41) instead hex code.

Text Font Color

.myTextColor { color: #132B29; }

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

This text font color is #132B29.

Background Color

.myBgColor { background-color: #132B29; }

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

This div background color is #132B29.

Border color

.myBorderColor { border: 1px solid #132B29; }

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

This div border color is #132B29.

Opacity

.myOpacity80 { color: #132B29; opacity: 0.8; }

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

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

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

This text has shadow with #132B29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #132B29.

Preview

Color preview on black background

This text has color #132B29 on black background.


Color preview on white background

This text has color #132B29 on white background.


Black color preview on #132B29 background

This text has black color on #132B29 background.


White color preview on #132B29 background

This text has white color on #132B29 background.


Related colors

Complementary color

Complementary color for #hex is #ECD4D6.


I love getcolorcode.com

Triadic colors

1 #29132B and #2B2913 with #132B29 are triadic colors.

2 #292B13 and #2B1329 with #132B29 are triadic colors.