COLOR #321C19

HEX: #321C19 RGB: (50,28,25)

Color info

#321C19 contains red, green and blue colors in about the same proportion. Web safe color of #321C19 is #333300 (or #330).

RGB color model

#321C19 color RGB value is (50,28,25).

RGB: (50,28,25) (20%, 11%, 10%)

RGB channels and saturation

R 50 of 255 = 20%
G 28 of 255 = 11%
B 25 of 255 = 10%

50
28
25

R + G + B ~ 14%. #321C19 is dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 28 + 25 = 103 (100%)
R 50 of 103 ~ 48.54%
G 28 of 103 ~ 27.18%
B 25 of 103 ~ 24.27'%

%48.54
%27.18
%24.27

CMYK color model

#321C19 color CMYK value is (0,44,50,80).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 50.00%
  • key color value is 80.39%

CMYK: (0,44,50,80)
C0M44Y50K80 (0%, 44%, 50%, 80%)
(0.00 / 0.44 / 0.50 / 0.80)

CMYK percentages

%0
%44
%50
%80.39

Codes

Color #321C19 in popluar color models

32 1C 19
RGB 50 28 25
HSL 33.33% 14.71%
HSB/HSV 50.00% 19.61%
CMYK 0.00% 44.00% 50.00%
80.39%

Color #321C19 in popluar number systems.

HEX 32 1C 19
Decimal 50 28 25
Binary 110010 11100 11001
Octal 62 34 31

Shades and tints

Shades of #321C19

#321C19
(50,28,25)
#2E1A17
(46,26,23)
#2A1815
(42,24,21)
#261613
(38,22,19)
#221411
(34,20,17)
#1E120F
(30,18,15)
#1A100D
(26,16,13)
#160E0B
(22,14,11)
#120C09
(18,12,9)
#0E0A07
(14,10,7)
#0A0805
(10,8,5)
#000000
(0,0,0)

Tints of #321C19

#321C19
(50,28,25)
#44302D
(68,48,45)
#564441
(86,68,65)
#685855
(104,88,85)
#7A6C69
(122,108,105)
#8C807D
(140,128,125)
#9E9491
(158,148,145)
#B0A8A5
(176,168,165)
#C2BCB9
(194,188,185)
#D4D0CD
(212,208,205)
#E6E4E1
(230,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321C19 color. Also use rgb(50,28,25) instead hex code.

Text Font Color

.myTextColor { color: #321C19; }

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

This text font color is #321C19.

Background Color

.myBgColor { background-color: #321C19; }

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

This div background color is #321C19.

Border color

.myBorderColor { border: 1px solid #321C19; }

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

This div border color is #321C19.

Opacity

.myOpacity80 { color: #321C19; opacity: 0.8; }

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

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

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

This text has shadow with #321C19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #321C19.

Preview

Color preview on black background

This text has color #321C19 on black background.


Color preview on white background

This text has color #321C19 on white background.


Black color preview on #321C19 background

This text has black color on #321C19 background.


White color preview on #321C19 background

This text has white color on #321C19 background.


Related colors

Complementary color

Complementary color for #hex is #CDE3E6.


I love getcolorcode.com

Triadic colors

1 #19321C and #1C1932 with #321C19 are triadic colors.

2 #191C32 and #1C3219 with #321C19 are triadic colors.