COLOR #132719

HEX: #132719
RGB: (19,39,25)

Color info

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

RGB color model

#132719 color RGB value is (19,39,25).

  • red value is 19;
  • green value is 39;
  • blue value is 25.
RGB:
(19,39,25)
(7%,15%,10%)

RGB channels and saturation

R 19 of 255 = 7%
G 39 of 255 = 15%
B 25 of 255 = 10%

19
39
25

R + G + B ~ 11%. #132719 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 39 + 25 = 83 (100%)
R 19 of 83 ~ 22.89%
G 39 of 83 ~ 46.99%
B 25 of 83 ~ 30.12%

%22.89
%46.99
%30.12

CMYK color model

#132719 color CMYK value is (51,0,36,85).

  • cyan value is 51.28%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 84.71%
CMYK:
(51,0,36,85)
C51M0Y36K85 
(51%,0%,36%,85%)
(0.51/0.00/0.36/0.85)	

CMYK percentages

%51.28
%0
%35.9
%84.71

Codes

Color #132719 in popluar color models

132719
RGB193925
HSL138°34.48%11.37%
HSB/HSV138°51.28%15.29%
CMYK51.28%0.00%35.90%
84.71%

Color #132719 in popluar number systems.

HEX132719
Decimal193925
Binary1001110011111001
Octal234731

Shades and tints

Shades of #132719

#132719
(19,39,25)
#122417
(18,36,23)
#112115
(17,33,21)
#101E13
(16,30,19)
#0F1B11
(15,27,17)
#0E180F
(14,24,15)
#0D150D
(13,21,13)
#0C120B
(12,18,11)
#0B0F09
(11,15,9)
#0A0C07
(10,12,7)
#090905
(9,9,5)
#000000
(0,0,0)

Tints of #132719

#132719
(19,39,25)
#283A2D
(40,58,45)
#3D4D41
(61,77,65)
#526055
(82,96,85)
#677369
(103,115,105)
#7C867D
(124,134,125)
#919991
(145,153,145)
#A6ACA5
(166,172,165)
#BBBFB9
(187,191,185)
#D0D2CD
(208,210,205)
#E5E5E1
(229,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132719 color. Also use rgb(19,39,25) instead hex code.

Text Font Color

.myTextColor { color: #132719; }

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

This text font color is #132719.


Background Color

.myBgColor { background-color: #132719; }

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

This div background color is #132719.


Border color

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

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

This div border color is #132719.


Opacity

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

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

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

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

This text has shadow with #132719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132719 on black background.


Color preview on white background

This text has color #132719 on white background.



Black color preview on #132719 background

This text has black color on #132719 background.


White color preview on #132719 background

This text has white color on #132719 background.