COLOR #132919

HEX: #132919
RGB: (19,41,25)

Color info

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

RGB color model

#132919 color RGB value is (19,41,25).

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

RGB channels and saturation

R 19 of 255 = 7%
G 41 of 255 = 16%
B 25 of 255 = 10%

19
41
25

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

Portions of RGB colors in percentages

R + G + B =
19 + 41 + 25 = 85 (100%)
R 19 of 85 ~ 22.35%
G 41 of 85 ~ 48.24%
B 25 of 85 ~ 29.41%

%22.35
%48.24
%29.41

CMYK color model

#132919 color CMYK value is (54,0,39,84).

  • cyan value is 53.66%
  • magenta value is 0.00%
  • yellow value is 39.02%
  • key color value is 83.92%
CMYK:
(54,0,39,84)
C54M0Y39K84 
(54%,0%,39%,84%)
(0.54/0.00/0.39/0.84)	

CMYK percentages

%53.66
%0
%39.02
%83.92

Codes

Color #132919 in popluar color models

132919
RGB194125
HSL136°36.67%11.76%
HSB/HSV136°53.66%16.08%
CMYK53.66%0.00%39.02%
83.92%

Color #132919 in popluar number systems.

HEX132919
Decimal194125
Binary1001110100111001
Octal235131

Shades and tints

Shades of #132919

#132919
(19,41,25)
#122617
(18,38,23)
#112315
(17,35,21)
#102013
(16,32,19)
#0F1D11
(15,29,17)
#0E1A0F
(14,26,15)
#0D170D
(13,23,13)
#0C140B
(12,20,11)
#0B1109
(11,17,9)
#0A0E07
(10,14,7)
#090B05
(9,11,5)
#000000
(0,0,0)

Tints of #132919

#132919
(19,41,25)
#283C2D
(40,60,45)
#3D4F41
(61,79,65)
#526255
(82,98,85)
#677569
(103,117,105)
#7C887D
(124,136,125)
#919B91
(145,155,145)
#A6AEA5
(166,174,165)
#BBC1B9
(187,193,185)
#D0D4CD
(208,212,205)
#E5E7E1
(229,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132919; }

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

This text font color is #132919.


Background Color

.myBgColor { background-color: #132919; }

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

This div background color is #132919.


Border color

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

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

This div border color is #132919.


Opacity

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

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

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

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

This text has shadow with #132919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132919 on black background.


Color preview on white background

This text has color #132919 on white background.



Black color preview on #132919 background

This text has black color on #132919 background.


White color preview on #132919 background

This text has white color on #132919 background.