COLOR #132411

HEX: #132411
RGB: (19,36,17)

Color info

#132411 contains red, green and blue colors in about the same proportion. Web safe color of #132411 is #003300 (or #030).

RGB color model

#132411 color RGB value is (19,36,17).

  • red value is 19;
  • green value is 36;
  • blue value is 17.
RGB:
(19,36,17)
(7%,14%,7%)

RGB channels and saturation

R 19 of 255 = 7%
G 36 of 255 = 14%
B 17 of 255 = 7%

19
36
17

R + G + B ~ 9%. #132411 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 36 + 17 = 72 (100%)
R 19 of 72 ~ 26.39%
G 36 of 72 ~ 50%
B 17 of 72 ~ 23.61%

%26.39
%50
%23.61

CMYK color model

#132411 color CMYK value is (47,0,53,86).

  • cyan value is 47.22%
  • magenta value is 0.00%
  • yellow value is 52.78%
  • key color value is 85.88%
CMYK:
(47,0,53,86)
C47M0Y53K86 
(47%,0%,53%,86%)
(0.47/0.00/0.53/0.86)	

CMYK percentages

%47.22
%0
%52.78
%85.88

Codes

Color #132411 in popluar color models

132411
RGB193617
HSL114°35.85%10.39%
HSB/HSV114°52.78%14.12%
CMYK47.22%0.00%52.78%
85.88%

Color #132411 in popluar number systems.

HEX132411
Decimal193617
Binary1001110010010001
Octal234421

Shades and tints

Shades of #132411

#132411
(19,36,17)
#122110
(18,33,16)
#111E0F
(17,30,15)
#101B0E
(16,27,14)
#0F180D
(15,24,13)
#0E150C
(14,21,12)
#0D120B
(13,18,11)
#0C0F0A
(12,15,10)
#0B0C09
(11,12,9)
#0A0908
(10,9,8)
#090607
(9,6,7)
#000000
(0,0,0)

Tints of #132411

#132411
(19,36,17)
#283726
(40,55,38)
#3D4A3B
(61,74,59)
#525D50
(82,93,80)
#677065
(103,112,101)
#7C837A
(124,131,122)
#91968F
(145,150,143)
#A6A9A4
(166,169,164)
#BBBCB9
(187,188,185)
#D0CFCE
(208,207,206)
#E5E2E3
(229,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132411 color. Also use rgb(19,36,17) instead hex code.

Text Font Color

.myTextColor { color: #132411; }

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

This text font color is #132411.


Background Color

.myBgColor { background-color: #132411; }

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

This div background color is #132411.


Border color

.myBorderColor { border: 1px solid #132411; }

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

This div border color is #132411.


Opacity

.myOpacity80 { color: #132411; opacity: 0.8; }

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

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

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

This text has shadow with #132411 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132411 on black background.


Color preview on white background

This text has color #132411 on white background.



Black color preview on #132411 background

This text has black color on #132411 background.


White color preview on #132411 background

This text has white color on #132411 background.