COLOR #13240D

HEX: #13240D
RGB: (19,36,13)

Color info

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

RGB color model

#13240D color RGB value is (19,36,13).

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

RGB channels and saturation

R 19 of 255 = 7%
G 36 of 255 = 14%
B 13 of 255 = 5%

19
36
13

R + G + B ~ 9%. #13240D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 36 + 13 = 68 (100%)
R 19 of 68 ~ 27.94%
G 36 of 68 ~ 52.94%
B 13 of 68 ~ 19.12%

%27.94
%52.94
%19.12

CMYK color model

#13240D color CMYK value is (47,0,64,86).

  • cyan value is 47.22%
  • magenta value is 0.00%
  • yellow value is 63.89%
  • key color value is 85.88%
CMYK:
(47,0,64,86)
C47M0Y64K86 
(47%,0%,64%,86%)
(0.47/0.00/0.64/0.86)	

CMYK percentages

%47.22
%0
%63.89
%85.88

Codes

Color #13240D in popluar color models

13240D
RGB193613
HSL104°46.94%9.61%
HSB/HSV104°63.89%14.12%
CMYK47.22%0.00%63.89%
85.88%

Color #13240D in popluar number systems.

HEX13240D
Decimal193613
Binary100111001001101
Octal234415

Shades and tints

Shades of #13240D

#13240D
(19,36,13)
#12210C
(18,33,12)
#111E0B
(17,30,11)
#101B0A
(16,27,10)
#0F1809
(15,24,9)
#0E1508
(14,21,8)
#0D1207
(13,18,7)
#0C0F06
(12,15,6)
#0B0C05
(11,12,5)
#0A0904
(10,9,4)
#090603
(9,6,3)
#000000
(0,0,0)

Tints of #13240D

#13240D
(19,36,13)
#283723
(40,55,35)
#3D4A39
(61,74,57)
#525D4F
(82,93,79)
#677065
(103,112,101)
#7C837B
(124,131,123)
#919691
(145,150,145)
#A6A9A7
(166,169,167)
#BBBCBD
(187,188,189)
#D0CFD3
(208,207,211)
#E5E2E9
(229,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13240D; }

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

This text font color is #13240D.


Background Color

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

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

This div background color is #13240D.


Border color

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

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

This div border color is #13240D.


Opacity

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

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

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

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

This text has shadow with #13240D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13240D on black background.


Color preview on white background

This text has color #13240D on white background.



Black color preview on #13240D background

This text has black color on #13240D background.


White color preview on #13240D background

This text has white color on #13240D background.