COLOR #321D17

HEX: #321D17
RGB: (50,29,23)

Color info

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

RGB color model

#321D17 color RGB value is (50,29,23).

  • red value is 50;
  • green value is 29;
  • blue value is 23.
RGB:
(50,29,23)
(20%,11%,9%)

RGB channels and saturation

R 50 of 255 = 20%
G 29 of 255 = 11%
B 23 of 255 = 9%

50
29
23

R + G + B ~ 13%. #321D17 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 29 + 23 = 102 (100%)
R 50 of 102 ~ 49.02%
G 29 of 102 ~ 28.43%
B 23 of 102 ~ 22.55%

%49.02
%28.43
%22.55

CMYK color model

#321D17 color CMYK value is (0,42,54,80).

  • cyan value is 0.00%
  • magenta value is 42.00%
  • yellow value is 54.00%
  • key color value is 80.39%
CMYK:
(0,42,54,80)
C0M42Y54K80 
(0%,42%,54%,80%)
(0.00/0.42/0.54/0.80)	

CMYK percentages

%0
%42
%54
%80.39

Codes

Color #321D17 in popluar color models

321D17
RGB502923
HSL13°36.99%14.31%
HSB/HSV13°54.00%19.61%
CMYK0.00%42.00%54.00%
80.39%

Color #321D17 in popluar number systems.

HEX321D17
Decimal502923
Binary1100101110110111
Octal623527

Shades and tints

Shades of #321D17

#321D17
(50,29,23)
#2E1B15
(46,27,21)
#2A1913
(42,25,19)
#261711
(38,23,17)
#22150F
(34,21,15)
#1E130D
(30,19,13)
#1A110B
(26,17,11)
#160F09
(22,15,9)
#120D07
(18,13,7)
#0E0B05
(14,11,5)
#0A0903
(10,9,3)
#000000
(0,0,0)

Tints of #321D17

#321D17
(50,29,23)
#44312C
(68,49,44)
#564541
(86,69,65)
#685956
(104,89,86)
#7A6D6B
(122,109,107)
#8C8180
(140,129,128)
#9E9595
(158,149,149)
#B0A9AA
(176,169,170)
#C2BDBF
(194,189,191)
#D4D1D4
(212,209,212)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321D17; }

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

This text font color is #321D17.


Background Color

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

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

This div background color is #321D17.


Border color

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

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

This div border color is #321D17.


Opacity

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

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

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

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

This text has shadow with #321D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321D17 on black background.


Color preview on white background

This text has color #321D17 on white background.



Black color preview on #321D17 background

This text has black color on #321D17 background.


White color preview on #321D17 background

This text has white color on #321D17 background.