COLOR #132215

HEX: #132215
RGB: (19,34,21)

Color info

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

RGB color model

#132215 color RGB value is (19,34,21).

  • red value is 19;
  • green value is 34;
  • blue value is 21.
RGB:
(19,34,21)
(7%,13%,8%)

RGB channels and saturation

R 19 of 255 = 7%
G 34 of 255 = 13%
B 21 of 255 = 8%

19
34
21

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

Portions of RGB colors in percentages

R + G + B =
19 + 34 + 21 = 74 (100%)
R 19 of 74 ~ 25.68%
G 34 of 74 ~ 45.95%
B 21 of 74 ~ 28.38%

%25.68
%45.95
%28.38

CMYK color model

#132215 color CMYK value is (44,0,38,87).

  • cyan value is 44.12%
  • magenta value is 0.00%
  • yellow value is 38.24%
  • key color value is 86.67%
CMYK:
(44,0,38,87)
C44M0Y38K87 
(44%,0%,38%,87%)
(0.44/0.00/0.38/0.87)	

CMYK percentages

%44.12
%0
%38.24
%86.67

Codes

Color #132215 in popluar color models

132215
RGB193421
HSL128°28.30%10.39%
HSB/HSV128°44.12%13.33%
CMYK44.12%0.00%38.24%
86.67%

Color #132215 in popluar number systems.

HEX132215
Decimal193421
Binary1001110001010101
Octal234225

Shades and tints

Shades of #132215

#132215
(19,34,21)
#121F14
(18,31,20)
#111C13
(17,28,19)
#101912
(16,25,18)
#0F1611
(15,22,17)
#0E1310
(14,19,16)
#0D100F
(13,16,15)
#0C0D0E
(12,13,14)
#0B0A0D
(11,10,13)
#0A070C
(10,7,12)
#09040B
(9,4,11)
#000000
(0,0,0)

Tints of #132215

#132215
(19,34,21)
#28362A
(40,54,42)
#3D4A3F
(61,74,63)
#525E54
(82,94,84)
#677269
(103,114,105)
#7C867E
(124,134,126)
#919A93
(145,154,147)
#A6AEA8
(166,174,168)
#BBC2BD
(187,194,189)
#D0D6D2
(208,214,210)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132215 color. Also use rgb(19,34,21) instead hex code.

Text Font Color

.myTextColor { color: #132215; }

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

This text font color is #132215.


Background Color

.myBgColor { background-color: #132215; }

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

This div background color is #132215.


Border color

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

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

This div border color is #132215.


Opacity

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

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

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

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

This text has shadow with #132215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132215 on black background.


Color preview on white background

This text has color #132215 on white background.



Black color preview on #132215 background

This text has black color on #132215 background.


White color preview on #132215 background

This text has white color on #132215 background.