COLOR #132515

HEX: #132515
RGB: (19,37,21)

Color info

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

RGB color model

#132515 color RGB value is (19,37,21).

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

RGB channels and saturation

R 19 of 255 = 7%
G 37 of 255 = 15%
B 21 of 255 = 8%

19
37
21

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

Portions of RGB colors in percentages

R + G + B =
19 + 37 + 21 = 77 (100%)
R 19 of 77 ~ 24.68%
G 37 of 77 ~ 48.05%
B 21 of 77 ~ 27.27%

%24.68
%48.05
%27.27

CMYK color model

#132515 color CMYK value is (49,0,43,85).

  • cyan value is 48.65%
  • magenta value is 0.00%
  • yellow value is 43.24%
  • key color value is 85.49%
CMYK:
(49,0,43,85)
C49M0Y43K85 
(49%,0%,43%,85%)
(0.49/0.00/0.43/0.85)	

CMYK percentages

%48.65
%0
%43.24
%85.49

Codes

Color #132515 in popluar color models

132515
RGB193721
HSL127°32.14%10.98%
HSB/HSV127°48.65%14.51%
CMYK48.65%0.00%43.24%
85.49%

Color #132515 in popluar number systems.

HEX132515
Decimal193721
Binary1001110010110101
Octal234525

Shades and tints

Shades of #132515

#132515
(19,37,21)
#122214
(18,34,20)
#111F13
(17,31,19)
#101C12
(16,28,18)
#0F1911
(15,25,17)
#0E1610
(14,22,16)
#0D130F
(13,19,15)
#0C100E
(12,16,14)
#0B0D0D
(11,13,13)
#0A0A0C
(10,10,12)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #132515

#132515
(19,37,21)
#28382A
(40,56,42)
#3D4B3F
(61,75,63)
#525E54
(82,94,84)
#677169
(103,113,105)
#7C847E
(124,132,126)
#919793
(145,151,147)
#A6AAA8
(166,170,168)
#BBBDBD
(187,189,189)
#D0D0D2
(208,208,210)
#E5E3E7
(229,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132515; }

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

This text font color is #132515.


Background Color

.myBgColor { background-color: #132515; }

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

This div background color is #132515.


Border color

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

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

This div border color is #132515.


Opacity

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

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

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

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

This text has shadow with #132515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132515 on black background.


Color preview on white background

This text has color #132515 on white background.



Black color preview on #132515 background

This text has black color on #132515 background.


White color preview on #132515 background

This text has white color on #132515 background.