COLOR #13421B

HEX: #13421B
RGB: (19,66,27)

Color info

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

RGB color model

#13421B color RGB value is (19,66,27).

  • red value is 19;
  • green value is 66;
  • blue value is 27.
RGB:
(19,66,27)
(7%,26%,11%)

RGB channels and saturation

R 19 of 255 = 7%
G 66 of 255 = 26%
B 27 of 255 = 11%

19
66
27

R + G + B ~ 15%. #13421B is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 66 + 27 = 112 (100%)
R 19 of 112 ~ 16.96%
G 66 of 112 ~ 58.93%
B 27 of 112 ~ 24.11%

%16.96
%58.93
%24.11

CMYK color model

#13421B color CMYK value is (71,0,59,74).

  • cyan value is 71.21%
  • magenta value is 0.00%
  • yellow value is 59.09%
  • key color value is 74.12%
CMYK:
(71,0,59,74)
C71M0Y59K74 
(71%,0%,59%,74%)
(0.71/0.00/0.59/0.74)	

CMYK percentages

%71.21
%0
%59.09
%74.12

Codes

Color #13421B in popluar color models

13421B
RGB196627
HSL130°55.29%16.67%
HSB/HSV130°71.21%25.88%
CMYK71.21%0.00%59.09%
74.12%

Color #13421B in popluar number systems.

HEX13421B
Decimal196627
Binary10011100001011011
Octal2310233

Shades and tints

Shades of #13421B

#13421B
(19,66,27)
#123C19
(18,60,25)
#113617
(17,54,23)
#103015
(16,48,21)
#0F2A13
(15,42,19)
#0E2411
(14,36,17)
#0D1E0F
(13,30,15)
#0C180D
(12,24,13)
#0B120B
(11,18,11)
#0A0C09
(10,12,9)
#090607
(9,6,7)
#000000
(0,0,0)

Tints of #13421B

#13421B
(19,66,27)
#28532F
(40,83,47)
#3D6443
(61,100,67)
#527557
(82,117,87)
#67866B
(103,134,107)
#7C977F
(124,151,127)
#91A893
(145,168,147)
#A6B9A7
(166,185,167)
#BBCABB
(187,202,187)
#D0DBCF
(208,219,207)
#E5ECE3
(229,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13421B color. Also use rgb(19,66,27) instead hex code.

Text Font Color

.myTextColor { color: #13421B; }

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

This text font color is #13421B.


Background Color

.myBgColor { background-color: #13421B; }

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

This div background color is #13421B.


Border color

.myBorderColor { border: 1px solid #13421B; }

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

This div border color is #13421B.


Opacity

.myOpacity80 { color: #13421B; opacity: 0.8; }

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

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

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

This text has shadow with #13421B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13421B on black background.


Color preview on white background

This text has color #13421B on white background.



Black color preview on #13421B background

This text has black color on #13421B background.


White color preview on #13421B background

This text has white color on #13421B background.