COLOR #132119

HEX: #132119
RGB: (19,33,25)

Color info

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

RGB color model

#132119 color RGB value is (19,33,25).

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

RGB channels and saturation

R 19 of 255 = 7%
G 33 of 255 = 13%
B 25 of 255 = 10%

19
33
25

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

Portions of RGB colors in percentages

R + G + B =
19 + 33 + 25 = 77 (100%)
R 19 of 77 ~ 24.68%
G 33 of 77 ~ 42.86%
B 25 of 77 ~ 32.47%

%24.68
%42.86
%32.47

CMYK color model

#132119 color CMYK value is (42,0,24,87).

  • cyan value is 42.42%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 87.06%
CMYK:
(42,0,24,87)
C42M0Y24K87 
(42%,0%,24%,87%)
(0.42/0.00/0.24/0.87)	

CMYK percentages

%42.42
%0
%24.24
%87.06

Codes

Color #132119 in popluar color models

132119
RGB193325
HSL146°26.92%10.20%
HSB/HSV146°42.42%12.94%
CMYK42.42%0.00%24.24%
87.06%

Color #132119 in popluar number systems.

HEX132119
Decimal193325
Binary1001110000111001
Octal234131

Shades and tints

Shades of #132119

#132119
(19,33,25)
#121E17
(18,30,23)
#111B15
(17,27,21)
#101813
(16,24,19)
#0F1511
(15,21,17)
#0E120F
(14,18,15)
#0D0F0D
(13,15,13)
#0C0C0B
(12,12,11)
#0B0909
(11,9,9)
#0A0607
(10,6,7)
#090305
(9,3,5)
#000000
(0,0,0)

Tints of #132119

#132119
(19,33,25)
#28352D
(40,53,45)
#3D4941
(61,73,65)
#525D55
(82,93,85)
#677169
(103,113,105)
#7C857D
(124,133,125)
#919991
(145,153,145)
#A6ADA5
(166,173,165)
#BBC1B9
(187,193,185)
#D0D5CD
(208,213,205)
#E5E9E1
(229,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132119; }

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

This text font color is #132119.


Background Color

.myBgColor { background-color: #132119; }

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

This div background color is #132119.


Border color

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

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

This div border color is #132119.


Opacity

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

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

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

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

This text has shadow with #132119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132119 on black background.


Color preview on white background

This text has color #132119 on white background.



Black color preview on #132119 background

This text has black color on #132119 background.


White color preview on #132119 background

This text has white color on #132119 background.