COLOR #13600D

HEX: #13600D RGB: (19,96,13)

Color info

#13600D contains mainly green color. Web safe color of #13600D is #006600 (or #060).

RGB color model

#13600D color RGB value is (19,96,13).

RGB: (19,96,13) (7%, 38%, 5%)

RGB channels and saturation

R 19 of 255 = 7%
G 96 of 255 = 38%
B 13 of 255 = 5%

19
96
13

R + G + B ~ 17%. #13600D is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 96 + 13 = 128 (100%)
R 19 of 128 ~ 14.84%
G 96 of 128 ~ 75%
B 13 of 128 ~ 10.16'%

%14.84
%75

CMYK color model

#13600D color CMYK value is (80,0,86,62).

  • cyan value is 80.21%
  • magenta value is 0.00%
  • yellow value is 86.46%
  • key color value is 62.35%

CMYK: (80,0,86,62)
C80M0Y86K62 (80%, 0%, 86%, 62%)
(0.80 / 0.00 / 0.86 / 0.62)

CMYK percentages

%80.21
%0
%86.46
%62.35

Codes

Color #13600D in popluar color models

13 60 0D
RGB 19 96 13
HSL 116° 76.15% 21.37%
HSB/HSV 116° 86.46% 37.65%
CMYK 80.21% 0.00% 86.46%
62.35%

Color #13600D in popluar number systems.

HEX 13 60 0D
Decimal 19 96 13
Binary 10011 1100000 1101
Octal 23 140 15

Shades and tints

Shades of #13600D

#13600D
(19,96,13)
#12580C
(18,88,12)
#11500B
(17,80,11)
#10480A
(16,72,10)
#0F4009
(15,64,9)
#0E3808
(14,56,8)
#0D3007
(13,48,7)
#0C2806
(12,40,6)
#0B2005
(11,32,5)
#0A1804
(10,24,4)
#091003
(9,16,3)
#000000
(0,0,0)

Tints of #13600D

#13600D
(19,96,13)
#286E23
(40,110,35)
#3D7C39
(61,124,57)
#528A4F
(82,138,79)
#679865
(103,152,101)
#7CA67B
(124,166,123)
#91B491
(145,180,145)
#A6C2A7
(166,194,167)
#BBD0BD
(187,208,189)
#D0DED3
(208,222,211)
#E5ECE9
(229,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13600D; }

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

This text font color is #13600D.

Background Color

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

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

This div background color is #13600D.

Border color

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

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

This div border color is #13600D.

Opacity

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

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

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

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

This text has shadow with #13600D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13600D.

Preview

Color preview on black background

This text has color #13600D on black background.


Color preview on white background

This text has color #13600D on white background.


Black color preview on #13600D background

This text has black color on #13600D background.


White color preview on #13600D background

This text has white color on #13600D background.


Related colors

Complementary color

Complementary color for #hex is #EC9FF2.


I love getcolorcode.com

Triadic colors

1 #0D1360 and #600D13 with #13600D are triadic colors.

2 #0D6013 and #60130D with #13600D are triadic colors.