COLOR #132B28

HEX: #132B28 RGB: (19,43,40)

Color info

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

RGB color model

#132B28 color RGB value is (19,43,40).

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

RGB channels and saturation

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

19
43
40

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

Portions of RGB colors in percentages

R + G + B = 19 + 43 + 40 = 102 (100%)
R 19 of 102 ~ 18.63%
G 43 of 102 ~ 42.16%
B 40 of 102 ~ 39.22'%

%18.63
%42.16
%39.22

CMYK color model

#132B28 color CMYK value is (56,0,7,83).

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

CMYK: (56,0,7,83)
C56M0Y7K83 (56%, 0%, 7%, 83%)
(0.56 / 0.00 / 0.07 / 0.83)

CMYK percentages

%55.81
%0
%6.98
%83.14

Codes

Color #132B28 in popluar color models

13 2B 28
RGB 19 43 40
HSL 173° 38.71% 12.16%
HSB/HSV 173° 55.81% 16.86%
CMYK 55.81% 0.00% 6.98%
83.14%

Color #132B28 in popluar number systems.

HEX 13 2B 28
Decimal 19 43 40
Binary 10011 101011 101000
Octal 23 53 50

Shades and tints

Shades of #132B28

#132B28
(19,43,40)
#122825
(18,40,37)
#112522
(17,37,34)
#10221F
(16,34,31)
#0F1F1C
(15,31,28)
#0E1C19
(14,28,25)
#0D1916
(13,25,22)
#0C1613
(12,22,19)
#0B1310
(11,19,16)
#0A100D
(10,16,13)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #132B28

#132B28
(19,43,40)
#283E3B
(40,62,59)
#3D514E
(61,81,78)
#526461
(82,100,97)
#677774
(103,119,116)
#7C8A87
(124,138,135)
#919D9A
(145,157,154)
#A6B0AD
(166,176,173)
#BBC3C0
(187,195,192)
#D0D6D3
(208,214,211)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132B28; }

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

This text font color is #132B28.

Background Color

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

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

This div background color is #132B28.

Border color

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

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

This div border color is #132B28.

Opacity

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

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

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

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

This text has shadow with #132B28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #132B28.

Preview

Color preview on black background

This text has color #132B28 on black background.


Color preview on white background

This text has color #132B28 on white background.


Black color preview on #132B28 background

This text has black color on #132B28 background.


White color preview on #132B28 background

This text has white color on #132B28 background.


Related colors

Complementary color

Complementary color for #hex is #ECD4D7.


I love getcolorcode.com

Triadic colors

1 #28132B and #2B2813 with #132B28 are triadic colors.

2 #282B13 and #2B1328 with #132B28 are triadic colors.