COLOR #321713

HEX: #321713 RGB: (50,23,19)

Color info

#321713 contains red, green and blue colors in about the same proportion. Web safe color of #321713 is #330000 (or #300).

RGB color model

#321713 color RGB value is (50,23,19).

RGB: (50,23,19) (20%, 9%, 7%)

RGB channels and saturation

R 50 of 255 = 20%
G 23 of 255 = 9%
B 19 of 255 = 7%

50
23
19

R + G + B ~ 12%. #321713 is dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 23 + 19 = 92 (100%)
R 50 of 92 ~ 54.35%
G 23 of 92 ~ 25%
B 19 of 92 ~ 20.65'%

%54.35
%25
%20.65

CMYK color model

#321713 color CMYK value is (0,54,62,80).

  • cyan value is 0.00%
  • magenta value is 54.00%
  • yellow value is 62.00%
  • key color value is 80.39%

CMYK: (0,54,62,80)
C0M54Y62K80 (0%, 54%, 62%, 80%)
(0.00 / 0.54 / 0.62 / 0.80)

CMYK percentages

%0
%54
%62
%80.39

Codes

Color #321713 in popluar color models

32 17 13
RGB 50 23 19
HSL 44.93% 13.53%
HSB/HSV 62.00% 19.61%
CMYK 0.00% 54.00% 62.00%
80.39%

Color #321713 in popluar number systems.

HEX 32 17 13
Decimal 50 23 19
Binary 110010 10111 10011
Octal 62 27 23

Shades and tints

Shades of #321713

#321713
(50,23,19)
#2E1512
(46,21,18)
#2A1311
(42,19,17)
#261110
(38,17,16)
#220F0F
(34,15,15)
#1E0D0E
(30,13,14)
#1A0B0D
(26,11,13)
#16090C
(22,9,12)
#12070B
(18,7,11)
#0E050A
(14,5,10)
#0A0309
(10,3,9)
#000000
(0,0,0)

Tints of #321713

#321713
(50,23,19)
#442C28
(68,44,40)
#56413D
(86,65,61)
#685652
(104,86,82)
#7A6B67
(122,107,103)
#8C807C
(140,128,124)
#9E9591
(158,149,145)
#B0AAA6
(176,170,166)
#C2BFBB
(194,191,187)
#D4D4D0
(212,212,208)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321713; }

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

This text font color is #321713.

Background Color

.myBgColor { background-color: #321713; }

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

This div background color is #321713.

Border color

.myBorderColor { border: 1px solid #321713; }

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

This div border color is #321713.

Opacity

.myOpacity80 { color: #321713; opacity: 0.8; }

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

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

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

This text has shadow with #321713 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #321713.

Preview

Color preview on black background

This text has color #321713 on black background.


Color preview on white background

This text has color #321713 on white background.


Black color preview on #321713 background

This text has black color on #321713 background.


White color preview on #321713 background

This text has white color on #321713 background.


Related colors

Complementary color

Complementary color for #hex is #CDE8EC.


I love getcolorcode.com

Triadic colors

1 #133217 and #171332 with #321713 are triadic colors.

2 #131732 and #173213 with #321713 are triadic colors.