COLOR #13360C

HEX: #13360C RGB: (19,54,12)

Color info

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

RGB color model

#13360C color RGB value is (19,54,12).

RGB: (19,54,12) (7%, 21%, 5%)

RGB channels and saturation

R 19 of 255 = 7%
G 54 of 255 = 21%
B 12 of 255 = 5%

19
54
12

R + G + B ~ 11%. #13360C is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 54 + 12 = 85 (100%)
R 19 of 85 ~ 22.35%
G 54 of 85 ~ 63.53%
B 12 of 85 ~ 14.12'%

%22.35
%63.53
%14.12

CMYK color model

#13360C color CMYK value is (65,0,78,79).

  • cyan value is 64.81%
  • magenta value is 0.00%
  • yellow value is 77.78%
  • key color value is 78.82%
CMYK: (65,0,78,79) C65M0Y78K79 (65%,0%,78%,79%) (0.65/0.00/0.78/0.79) 

CMYK percentages

%64.81
%0
%77.78
%78.82

Codes

Color #13360C in popluar color models

13 36 0C
RGB 19 54 12
HSL 110° 63.64% 12.94%
HSB/HSV 110° 77.78% 21.18%
CMYK 64.81% 0.00% 77.78%
78.82%

Color #13360C in popluar number systems.

HEX 13 36 0C
Decimal 19 54 12
Binary 10011 110110 1100
Octal 23 66 14

Shades and tints

Shades of #13360C

#13360C
(19,54,12)
#12320B
(18,50,11)
#112E0A
(17,46,10)
#102A09
(16,42,9)
#0F2608
(15,38,8)
#0E2207
(14,34,7)
#0D1E06
(13,30,6)
#0C1A05
(12,26,5)
#0B1604
(11,22,4)
#0A1203
(10,18,3)
#090E02
(9,14,2)
#000000
(0,0,0)

Tints of #13360C

#13360C
(19,54,12)
#284822
(40,72,34)
#3D5A38
(61,90,56)
#526C4E
(82,108,78)
#677E64
(103,126,100)
#7C907A
(124,144,122)
#91A290
(145,162,144)
#A6B4A6
(166,180,166)
#BBC6BC
(187,198,188)
#D0D8D2
(208,216,210)
#E5EAE8
(229,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13360C color. Also use rgb(19,54,12) instead hex code.

Text Font Color

.myTextColor { color: #13360C; }

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

This text font color is #13360C.

Background Color

.myBgColor { background-color: #13360C; }

<div style="background-color:#13360C">Inner text</div>

This div background color is #13360C.

Border color

.myBorderColor { border: 1px solid #13360C; }

<div style="border:3px solid #13360C">Div</div>

This div border color is #13360C.

Opacity

.myOpacity80 { color: #13360C; opacity: 0.8; }

<p style="color:#13360C;opacity:0.8;">80%</p>

Text with #13360C 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 #13360C;}

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

This text has shadow with #13360C color.


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

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

This text has shadow with #13360C primary color and red secondary color.


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

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

This text has shadow with #13360C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #13360C.

Preview

Color preview on black background

This text has color #13360C on black background.


Color preview on white background

This text has color #13360C on white background.


Black color preview on #13360C background

This text has black color on #13360C background.


White color preview on #13360C background

This text has white color on #13360C background.


Related colors

Complementary color

Complementary color for #hex is #ECC9F3.


I love getcolorcode.com

Triadic colors

1 #0C1336 and #360C13 with #13360C are triadic colors.

2 #0C3613 and #36130C with #13360C are triadic colors.