COLOR #13200C

HEX: #13200C RGB: (19,32,12)

Color info

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

RGB color model

#13200C color RGB value is (19,32,12).

RGB: (19,32,12) (7%, 13%, 5%)

RGB channels and saturation

R 19 of 255 = 7%
G 32 of 255 = 13%
B 12 of 255 = 5%

19
32
12

R + G + B ~ 8%. #13200C is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 32 + 12 = 63 (100%)
R 19 of 63 ~ 30.16%
G 32 of 63 ~ 50.79%
B 12 of 63 ~ 19.05'%

%30.16
%50.79
%19.05

CMYK color model

#13200C color CMYK value is (41,0,63,87).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 87.45%

CMYK: (41,0,63,87)
C41M0Y63K87 (41%, 0%, 63%, 87%)
(0.41 / 0.00 / 0.63 / 0.87)

CMYK percentages

%40.63
%0
%62.5
%87.45

Codes

Color #13200C in popluar color models

13 20 0C
RGB 19 32 12
HSL 99° 45.45% 8.63%
HSB/HSV 99° 62.50% 12.55%
CMYK 40.63% 0.00% 62.50%
87.45%

Color #13200C in popluar number systems.

HEX 13 20 0C
Decimal 19 32 12
Binary 10011 100000 1100
Octal 23 40 14

Shades and tints

Shades of #13200C

#13200C
(19,32,12)
#121E0B
(18,30,11)
#111C0A
(17,28,10)
#101A09
(16,26,9)
#0F1808
(15,24,8)
#0E1607
(14,22,7)
#0D1406
(13,20,6)
#0C1205
(12,18,5)
#0B1004
(11,16,4)
#0A0E03
(10,14,3)
#090C02
(9,12,2)
#000000
(0,0,0)

Tints of #13200C

#13200C
(19,32,12)
#283422
(40,52,34)
#3D4838
(61,72,56)
#525C4E
(82,92,78)
#677064
(103,112,100)
#7C847A
(124,132,122)
#919890
(145,152,144)
#A6ACA6
(166,172,166)
#BBC0BC
(187,192,188)
#D0D4D2
(208,212,210)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13200C; }

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

This text font color is #13200C.

Background Color

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

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

This div background color is #13200C.

Border color

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

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

This div border color is #13200C.

Opacity

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

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

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

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

This text has shadow with #13200C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13200C.

Preview

Color preview on black background

This text has color #13200C on black background.


Color preview on white background

This text has color #13200C on white background.


Black color preview on #13200C background

This text has black color on #13200C background.


White color preview on #13200C background

This text has white color on #13200C background.


Related colors

Complementary color

Complementary color for #hex is #ECDFF3.


I love getcolorcode.com

Triadic colors

1 #0C1320 and #200C13 with #13200C are triadic colors.

2 #0C2013 and #20130C with #13200C are triadic colors.