COLOR #132B21

HEX: #132B21
RGB: (19,43,33)

Color info

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

RGB color model

#132B21 color RGB value is (19,43,33).

  • red value is 19;
  • green value is 43;
  • blue value is 33.
RGB:
(19,43,33)
(7%,17%,13%)

RGB channels and saturation

R 19 of 255 = 7%
G 43 of 255 = 17%
B 33 of 255 = 13%

19
43
33

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

Portions of RGB colors in percentages

R + G + B =
19 + 43 + 33 = 95 (100%)
R 19 of 95 ~ 20%
G 43 of 95 ~ 45.26%
B 33 of 95 ~ 34.74%

%20
%45.26
%34.74

CMYK color model

#132B21 color CMYK value is (56,0,23,83).

  • cyan value is 55.81%
  • magenta value is 0.00%
  • yellow value is 23.26%
  • key color value is 83.14%
CMYK:
(56,0,23,83)
C56M0Y23K83 
(56%,0%,23%,83%)
(0.56/0.00/0.23/0.83)	

CMYK percentages

%55.81
%0
%23.26
%83.14

Codes

Color #132B21 in popluar color models

132B21
RGB194333
HSL155°38.71%12.16%
HSB/HSV155°55.81%16.86%
CMYK55.81%0.00%23.26%
83.14%

Color #132B21 in popluar number systems.

HEX132B21
Decimal194333
Binary10011101011100001
Octal235341

Shades and tints

Shades of #132B21

#132B21
(19,43,33)
#12281E
(18,40,30)
#11251B
(17,37,27)
#102218
(16,34,24)
#0F1F15
(15,31,21)
#0E1C12
(14,28,18)
#0D190F
(13,25,15)
#0C160C
(12,22,12)
#0B1309
(11,19,9)
#0A1006
(10,16,6)
#090D03
(9,13,3)
#000000
(0,0,0)

Tints of #132B21

#132B21
(19,43,33)
#283E35
(40,62,53)
#3D5149
(61,81,73)
#52645D
(82,100,93)
#677771
(103,119,113)
#7C8A85
(124,138,133)
#919D99
(145,157,153)
#A6B0AD
(166,176,173)
#BBC3C1
(187,195,193)
#D0D6D5
(208,214,213)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132B21; }

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

This text font color is #132B21.


Background Color

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

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

This div background color is #132B21.


Border color

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

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

This div border color is #132B21.


Opacity

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

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

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

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

This text has shadow with #132B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132B21 on black background.


Color preview on white background

This text has color #132B21 on white background.



Black color preview on #132B21 background

This text has black color on #132B21 background.


White color preview on #132B21 background

This text has white color on #132B21 background.