COLOR #13220D

HEX: #13220D
RGB: (19,34,13)

Color info

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

RGB color model

#13220D color RGB value is (19,34,13).

  • red value is 19;
  • green value is 34;
  • blue value is 13.
RGB:
(19,34,13)
(7%,13%,5%)

RGB channels and saturation

R 19 of 255 = 7%
G 34 of 255 = 13%
B 13 of 255 = 5%

19
34
13

R + G + B ~ 8%. #13220D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 34 + 13 = 66 (100%)
R 19 of 66 ~ 28.79%
G 34 of 66 ~ 51.52%
B 13 of 66 ~ 19.7%

%28.79
%51.52
%19.7

CMYK color model

#13220D color CMYK value is (44,0,62,87).

  • cyan value is 44.12%
  • magenta value is 0.00%
  • yellow value is 61.76%
  • key color value is 86.67%
CMYK:
(44,0,62,87)
C44M0Y62K87 
(44%,0%,62%,87%)
(0.44/0.00/0.62/0.87)	

CMYK percentages

%44.12
%0
%61.76
%86.67

Codes

Color #13220D in popluar color models

13220D
RGB193413
HSL103°44.68%9.22%
HSB/HSV103°61.76%13.33%
CMYK44.12%0.00%61.76%
86.67%

Color #13220D in popluar number systems.

HEX13220D
Decimal193413
Binary100111000101101
Octal234215

Shades and tints

Shades of #13220D

#13220D
(19,34,13)
#121F0C
(18,31,12)
#111C0B
(17,28,11)
#10190A
(16,25,10)
#0F1609
(15,22,9)
#0E1308
(14,19,8)
#0D1007
(13,16,7)
#0C0D06
(12,13,6)
#0B0A05
(11,10,5)
#0A0704
(10,7,4)
#090403
(9,4,3)
#000000
(0,0,0)

Tints of #13220D

#13220D
(19,34,13)
#283623
(40,54,35)
#3D4A39
(61,74,57)
#525E4F
(82,94,79)
#677265
(103,114,101)
#7C867B
(124,134,123)
#919A91
(145,154,145)
#A6AEA7
(166,174,167)
#BBC2BD
(187,194,189)
#D0D6D3
(208,214,211)
#E5EAE9
(229,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13220D color. Also use rgb(19,34,13) instead hex code.

Text Font Color

.myTextColor { color: #13220D; }

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

This text font color is #13220D.


Background Color

.myBgColor { background-color: #13220D; }

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

This div background color is #13220D.


Border color

.myBorderColor { border: 1px solid #13220D; }

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

This div border color is #13220D.


Opacity

.myOpacity80 { color: #13220D; opacity: 0.8; }

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

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

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

This text has shadow with #13220D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13220D on black background.


Color preview on white background

This text has color #13220D on white background.



Black color preview on #13220D background

This text has black color on #13220D background.


White color preview on #13220D background

This text has white color on #13220D background.