COLOR #132B1E

HEX: #132B1E
RGB: (19,43,30)

Color info

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

RGB color model

#132B1E color RGB value is (19,43,30).

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

RGB channels and saturation

R 19 of 255 = 7%
G 43 of 255 = 17%
B 30 of 255 = 12%

19
43
30

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

Portions of RGB colors in percentages

R + G + B =
19 + 43 + 30 = 92 (100%)
R 19 of 92 ~ 20.65%
G 43 of 92 ~ 46.74%
B 30 of 92 ~ 32.61%

%20.65
%46.74
%32.61

CMYK color model

#132B1E color CMYK value is (56,0,30,83).

  • cyan value is 55.81%
  • magenta value is 0.00%
  • yellow value is 30.23%
  • key color value is 83.14%
CMYK:
(56,0,30,83)
C56M0Y30K83 
(56%,0%,30%,83%)
(0.56/0.00/0.30/0.83)	

CMYK percentages

%55.81
%0
%30.23
%83.14

Codes

Color #132B1E in popluar color models

132B1E
RGB194330
HSL148°38.71%12.16%
HSB/HSV148°55.81%16.86%
CMYK55.81%0.00%30.23%
83.14%

Color #132B1E in popluar number systems.

HEX132B1E
Decimal194330
Binary1001110101111110
Octal235336

Shades and tints

Shades of #132B1E

#132B1E
(19,43,30)
#12281C
(18,40,28)
#11251A
(17,37,26)
#102218
(16,34,24)
#0F1F16
(15,31,22)
#0E1C14
(14,28,20)
#0D1912
(13,25,18)
#0C1610
(12,22,16)
#0B130E
(11,19,14)
#0A100C
(10,16,12)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #132B1E

#132B1E
(19,43,30)
#283E32
(40,62,50)
#3D5146
(61,81,70)
#52645A
(82,100,90)
#67776E
(103,119,110)
#7C8A82
(124,138,130)
#919D96
(145,157,150)
#A6B0AA
(166,176,170)
#BBC3BE
(187,195,190)
#D0D6D2
(208,214,210)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132B1E; }

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

This text font color is #132B1E.


Background Color

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

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

This div background color is #132B1E.


Border color

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

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

This div border color is #132B1E.


Opacity

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

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

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

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

This text has shadow with #132B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132B1E on black background.


Color preview on white background

This text has color #132B1E on white background.



Black color preview on #132B1E background

This text has black color on #132B1E background.


White color preview on #132B1E background

This text has white color on #132B1E background.