COLOR #321B16

HEX: #321B16
RGB: (50,27,22)

Color info

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

RGB color model

#321B16 color RGB value is (50,27,22).

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

RGB channels and saturation

R 50 of 255 = 20%
G 27 of 255 = 11%
B 22 of 255 = 9%

50
27
22

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

Portions of RGB colors in percentages

R + G + B =
50 + 27 + 22 = 99 (100%)
R 50 of 99 ~ 50.51%
G 27 of 99 ~ 27.27%
B 22 of 99 ~ 22.22%

%50.51
%27.27
%22.22

CMYK color model

#321B16 color CMYK value is (0,46,56,80).

  • cyan value is 0.00%
  • magenta value is 46.00%
  • yellow value is 56.00%
  • key color value is 80.39%
CMYK:
(0,46,56,80)
C0M46Y56K80 
(0%,46%,56%,80%)
(0.00/0.46/0.56/0.80)	

CMYK percentages

%0
%46
%56
%80.39

Codes

Color #321B16 in popluar color models

321B16
RGB502722
HSL11°38.89%14.12%
HSB/HSV11°56.00%19.61%
CMYK0.00%46.00%56.00%
80.39%

Color #321B16 in popluar number systems.

HEX321B16
Decimal502722
Binary1100101101110110
Octal623326

Shades and tints

Shades of #321B16

#321B16
(50,27,22)
#2E1914
(46,25,20)
#2A1712
(42,23,18)
#261510
(38,21,16)
#22130E
(34,19,14)
#1E110C
(30,17,12)
#1A0F0A
(26,15,10)
#160D08
(22,13,8)
#120B06
(18,11,6)
#0E0904
(14,9,4)
#0A0702
(10,7,2)
#000000
(0,0,0)

Tints of #321B16

#321B16
(50,27,22)
#442F2B
(68,47,43)
#564340
(86,67,64)
#685755
(104,87,85)
#7A6B6A
(122,107,106)
#8C7F7F
(140,127,127)
#9E9394
(158,147,148)
#B0A7A9
(176,167,169)
#C2BBBE
(194,187,190)
#D4CFD3
(212,207,211)
#E6E3E8
(230,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321B16 color. Also use rgb(50,27,22) instead hex code.

Text Font Color

.myTextColor { color: #321B16; }

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

This text font color is #321B16.


Background Color

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

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

This div background color is #321B16.


Border color

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

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

This div border color is #321B16.


Opacity

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

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

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

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

This text has shadow with #321B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321B16 on black background.


Color preview on white background

This text has color #321B16 on white background.



Black color preview on #321B16 background

This text has black color on #321B16 background.


White color preview on #321B16 background

This text has white color on #321B16 background.