COLOR #13321B

HEX: #13321B
RGB: (19,50,27)

Color info

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

RGB color model

#13321B color RGB value is (19,50,27).

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

RGB channels and saturation

R 19 of 255 = 7%
G 50 of 255 = 20%
B 27 of 255 = 11%

19
50
27

R + G + B ~ 13%. #13321B is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 50 + 27 = 96 (100%)
R 19 of 96 ~ 19.79%
G 50 of 96 ~ 52.08%
B 27 of 96 ~ 28.13%

%19.79
%52.08
%28.13

CMYK color model

#13321B color CMYK value is (62,0,46,80).

  • cyan value is 62.00%
  • magenta value is 0.00%
  • yellow value is 46.00%
  • key color value is 80.39%
CMYK:
(62,0,46,80)
C62M0Y46K80 
(62%,0%,46%,80%)
(0.62/0.00/0.46/0.80)	

CMYK percentages

%62
%0
%46
%80.39

Codes

Color #13321B in popluar color models

13321B
RGB195027
HSL135°44.93%13.53%
HSB/HSV135°62.00%19.61%
CMYK62.00%0.00%46.00%
80.39%

Color #13321B in popluar number systems.

HEX13321B
Decimal195027
Binary1001111001011011
Octal236233

Shades and tints

Shades of #13321B

#13321B
(19,50,27)
#122E19
(18,46,25)
#112A17
(17,42,23)
#102615
(16,38,21)
#0F2213
(15,34,19)
#0E1E11
(14,30,17)
#0D1A0F
(13,26,15)
#0C160D
(12,22,13)
#0B120B
(11,18,11)
#0A0E09
(10,14,9)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #13321B

#13321B
(19,50,27)
#28442F
(40,68,47)
#3D5643
(61,86,67)
#526857
(82,104,87)
#677A6B
(103,122,107)
#7C8C7F
(124,140,127)
#919E93
(145,158,147)
#A6B0A7
(166,176,167)
#BBC2BB
(187,194,187)
#D0D4CF
(208,212,207)
#E5E6E3
(229,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13321B; }

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

This text font color is #13321B.


Background Color

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

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

This div background color is #13321B.


Border color

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

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

This div border color is #13321B.


Opacity

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

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

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

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

This text has shadow with #13321B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13321B on black background.


Color preview on white background

This text has color #13321B on white background.



Black color preview on #13321B background

This text has black color on #13321B background.


White color preview on #13321B background

This text has white color on #13321B background.