COLOR #132F1B

HEX: #132F1B
RGB: (19,47,27)

Color info

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

RGB color model

#132F1B color RGB value is (19,47,27).

  • red value is 19;
  • green value is 47;
  • blue value is 27.
RGB:
(19,47,27)
(7%,18%,11%)

RGB channels and saturation

R 19 of 255 = 7%
G 47 of 255 = 18%
B 27 of 255 = 11%

19
47
27

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

Portions of RGB colors in percentages

R + G + B =
19 + 47 + 27 = 93 (100%)
R 19 of 93 ~ 20.43%
G 47 of 93 ~ 50.54%
B 27 of 93 ~ 29.03%

%20.43
%50.54
%29.03

CMYK color model

#132F1B color CMYK value is (60,0,43,82).

  • cyan value is 59.57%
  • magenta value is 0.00%
  • yellow value is 42.55%
  • key color value is 81.57%
CMYK:
(60,0,43,82)
C60M0Y43K82 
(60%,0%,43%,82%)
(0.60/0.00/0.43/0.82)	

CMYK percentages

%59.57
%0
%42.55
%81.57

Codes

Color #132F1B in popluar color models

132F1B
RGB194727
HSL137°42.42%12.94%
HSB/HSV137°59.57%18.43%
CMYK59.57%0.00%42.55%
81.57%

Color #132F1B in popluar number systems.

HEX132F1B
Decimal194727
Binary1001110111111011
Octal235733

Shades and tints

Shades of #132F1B

#132F1B
(19,47,27)
#122B19
(18,43,25)
#112717
(17,39,23)
#102315
(16,35,21)
#0F1F13
(15,31,19)
#0E1B11
(14,27,17)
#0D170F
(13,23,15)
#0C130D
(12,19,13)
#0B0F0B
(11,15,11)
#0A0B09
(10,11,9)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #132F1B

#132F1B
(19,47,27)
#28412F
(40,65,47)
#3D5343
(61,83,67)
#526557
(82,101,87)
#67776B
(103,119,107)
#7C897F
(124,137,127)
#919B93
(145,155,147)
#A6ADA7
(166,173,167)
#BBBFBB
(187,191,187)
#D0D1CF
(208,209,207)
#E5E3E3
(229,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132F1B color. Also use rgb(19,47,27) instead hex code.

Text Font Color

.myTextColor { color: #132F1B; }

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

This text font color is #132F1B.


Background Color

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

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

This div background color is #132F1B.


Border color

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

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

This div border color is #132F1B.


Opacity

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

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

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

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

This text has shadow with #132F1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132F1B on black background.


Color preview on white background

This text has color #132F1B on white background.



Black color preview on #132F1B background

This text has black color on #132F1B background.


White color preview on #132F1B background

This text has white color on #132F1B background.