COLOR #132112

HEX: #132112
RGB: (19,33,18)

Color info

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

RGB color model

#132112 color RGB value is (19,33,18).

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

RGB channels and saturation

R 19 of 255 = 7%
G 33 of 255 = 13%
B 18 of 255 = 7%

19
33
18

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

Portions of RGB colors in percentages

R + G + B =
19 + 33 + 18 = 70 (100%)
R 19 of 70 ~ 27.14%
G 33 of 70 ~ 47.14%
B 18 of 70 ~ 25.71%

%27.14
%47.14
%25.71

CMYK color model

#132112 color CMYK value is (42,0,45,87).

  • cyan value is 42.42%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 87.06%
CMYK:
(42,0,45,87)
C42M0Y45K87 
(42%,0%,45%,87%)
(0.42/0.00/0.45/0.87)	

CMYK percentages

%42.42
%0
%45.45
%87.06

Codes

Color #132112 in popluar color models

132112
RGB193318
HSL116°29.41%10.00%
HSB/HSV116°45.45%12.94%
CMYK42.42%0.00%45.45%
87.06%

Color #132112 in popluar number systems.

HEX132112
Decimal193318
Binary1001110000110010
Octal234122

Shades and tints

Shades of #132112

#132112
(19,33,18)
#121E11
(18,30,17)
#111B10
(17,27,16)
#10180F
(16,24,15)
#0F150E
(15,21,14)
#0E120D
(14,18,13)
#0D0F0C
(13,15,12)
#0C0C0B
(12,12,11)
#0B090A
(11,9,10)
#0A0609
(10,6,9)
#090308
(9,3,8)
#000000
(0,0,0)

Tints of #132112

#132112
(19,33,18)
#283527
(40,53,39)
#3D493C
(61,73,60)
#525D51
(82,93,81)
#677166
(103,113,102)
#7C857B
(124,133,123)
#919990
(145,153,144)
#A6ADA5
(166,173,165)
#BBC1BA
(187,193,186)
#D0D5CF
(208,213,207)
#E5E9E4
(229,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132112; }

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

This text font color is #132112.


Background Color

.myBgColor { background-color: #132112; }

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

This div background color is #132112.


Border color

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

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

This div border color is #132112.


Opacity

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

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

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

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

This text has shadow with #132112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132112 on black background.


Color preview on white background

This text has color #132112 on white background.



Black color preview on #132112 background

This text has black color on #132112 background.


White color preview on #132112 background

This text has white color on #132112 background.