COLOR #132812

HEX: #132812
RGB: (19,40,18)

Color info

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

RGB color model

#132812 color RGB value is (19,40,18).

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

RGB channels and saturation

R 19 of 255 = 7%
G 40 of 255 = 16%
B 18 of 255 = 7%

19
40
18

R + G + B ~ 10%. #132812 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 40 + 18 = 77 (100%)
R 19 of 77 ~ 24.68%
G 40 of 77 ~ 51.95%
B 18 of 77 ~ 23.38%

%24.68
%51.95
%23.38

CMYK color model

#132812 color CMYK value is (53,0,55,84).

  • cyan value is 52.50%
  • magenta value is 0.00%
  • yellow value is 55.00%
  • key color value is 84.31%
CMYK:
(53,0,55,84)
C53M0Y55K84 
(53%,0%,55%,84%)
(0.53/0.00/0.55/0.84)	

CMYK percentages

%52.5
%0
%55
%84.31

Codes

Color #132812 in popluar color models

132812
RGB194018
HSL117°37.93%11.37%
HSB/HSV117°55.00%15.69%
CMYK52.50%0.00%55.00%
84.31%

Color #132812 in popluar number systems.

HEX132812
Decimal194018
Binary1001110100010010
Octal235022

Shades and tints

Shades of #132812

#132812
(19,40,18)
#122511
(18,37,17)
#112210
(17,34,16)
#101F0F
(16,31,15)
#0F1C0E
(15,28,14)
#0E190D
(14,25,13)
#0D160C
(13,22,12)
#0C130B
(12,19,11)
#0B100A
(11,16,10)
#0A0D09
(10,13,9)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #132812

#132812
(19,40,18)
#283B27
(40,59,39)
#3D4E3C
(61,78,60)
#526151
(82,97,81)
#677466
(103,116,102)
#7C877B
(124,135,123)
#919A90
(145,154,144)
#A6ADA5
(166,173,165)
#BBC0BA
(187,192,186)
#D0D3CF
(208,211,207)
#E5E6E4
(229,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132812; }

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

This text font color is #132812.


Background Color

.myBgColor { background-color: #132812; }

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

This div background color is #132812.


Border color

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

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

This div border color is #132812.


Opacity

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

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

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

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

This text has shadow with #132812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132812 on black background.


Color preview on white background

This text has color #132812 on white background.



Black color preview on #132812 background

This text has black color on #132812 background.


White color preview on #132812 background

This text has white color on #132812 background.