COLOR #13320D

HEX: #13320D
RGB: (19,50,13)

Color info

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

RGB color model

#13320D color RGB value is (19,50,13).

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

RGB channels and saturation

R 19 of 255 = 7%
G 50 of 255 = 20%
B 13 of 255 = 5%

19
50
13

R + G + B ~ 11%. #13320D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 50 + 13 = 82 (100%)
R 19 of 82 ~ 23.17%
G 50 of 82 ~ 60.98%
B 13 of 82 ~ 15.85%

%23.17
%60.98
%15.85

CMYK color model

#13320D color CMYK value is (62,0,74,80).

  • cyan value is 62.00%
  • magenta value is 0.00%
  • yellow value is 74.00%
  • key color value is 80.39%
CMYK:
(62,0,74,80)
C62M0Y74K80 
(62%,0%,74%,80%)
(0.62/0.00/0.74/0.80)	

CMYK percentages

%62
%0
%74
%80.39

Codes

Color #13320D in popluar color models

13320D
RGB195013
HSL110°58.73%12.35%
HSB/HSV110°74.00%19.61%
CMYK62.00%0.00%74.00%
80.39%

Color #13320D in popluar number systems.

HEX13320D
Decimal195013
Binary100111100101101
Octal236215

Shades and tints

Shades of #13320D

#13320D
(19,50,13)
#122E0C
(18,46,12)
#112A0B
(17,42,11)
#10260A
(16,38,10)
#0F2209
(15,34,9)
#0E1E08
(14,30,8)
#0D1A07
(13,26,7)
#0C1606
(12,22,6)
#0B1205
(11,18,5)
#0A0E04
(10,14,4)
#090A03
(9,10,3)
#000000
(0,0,0)

Tints of #13320D

#13320D
(19,50,13)
#284423
(40,68,35)
#3D5639
(61,86,57)
#52684F
(82,104,79)
#677A65
(103,122,101)
#7C8C7B
(124,140,123)
#919E91
(145,158,145)
#A6B0A7
(166,176,167)
#BBC2BD
(187,194,189)
#D0D4D3
(208,212,211)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13320D; }

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

This text font color is #13320D.


Background Color

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

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

This div background color is #13320D.


Border color

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

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

This div border color is #13320D.


Opacity

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

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

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

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

This text has shadow with #13320D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13320D on black background.


Color preview on white background

This text has color #13320D on white background.



Black color preview on #13320D background

This text has black color on #13320D background.


White color preview on #13320D background

This text has white color on #13320D background.