COLOR #13291C

HEX: #13291C
RGB: (19,41,28)

Color info

#13291C contains red, green and blue colors in about the same proportion. Web safe color of #13291C is #003333 (or #033).

RGB color model

#13291C color RGB value is (19,41,28).

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

RGB channels and saturation

R 19 of 255 = 7%
G 41 of 255 = 16%
B 28 of 255 = 11%

19
41
28

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

Portions of RGB colors in percentages

R + G + B =
19 + 41 + 28 = 88 (100%)
R 19 of 88 ~ 21.59%
G 41 of 88 ~ 46.59%
B 28 of 88 ~ 31.82%

%21.59
%46.59
%31.82

CMYK color model

#13291C color CMYK value is (54,0,32,84).

  • cyan value is 53.66%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 83.92%
CMYK:
(54,0,32,84)
C54M0Y32K84 
(54%,0%,32%,84%)
(0.54/0.00/0.32/0.84)	

CMYK percentages

%53.66
%0
%31.71
%83.92

Codes

Color #13291C in popluar color models

13291C
RGB194128
HSL145°36.67%11.76%
HSB/HSV145°53.66%16.08%
CMYK53.66%0.00%31.71%
83.92%

Color #13291C in popluar number systems.

HEX13291C
Decimal194128
Binary1001110100111100
Octal235134

Shades and tints

Shades of #13291C

#13291C
(19,41,28)
#12261A
(18,38,26)
#112318
(17,35,24)
#102016
(16,32,22)
#0F1D14
(15,29,20)
#0E1A12
(14,26,18)
#0D1710
(13,23,16)
#0C140E
(12,20,14)
#0B110C
(11,17,12)
#0A0E0A
(10,14,10)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #13291C

#13291C
(19,41,28)
#283C30
(40,60,48)
#3D4F44
(61,79,68)
#526258
(82,98,88)
#67756C
(103,117,108)
#7C8880
(124,136,128)
#919B94
(145,155,148)
#A6AEA8
(166,174,168)
#BBC1BC
(187,193,188)
#D0D4D0
(208,212,208)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13291C; }

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

This text font color is #13291C.


Background Color

.myBgColor { background-color: #13291C; }

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

This div background color is #13291C.


Border color

.myBorderColor { border: 1px solid #13291C; }

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

This div border color is #13291C.


Opacity

.myOpacity80 { color: #13291C; opacity: 0.8; }

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

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

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

This text has shadow with #13291C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13291C on black background.


Color preview on white background

This text has color #13291C on white background.



Black color preview on #13291C background

This text has black color on #13291C background.


White color preview on #13291C background

This text has white color on #13291C background.