COLOR #321616

HEX: #321616
RGB: (50,22,22)

Color info

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

RGB color model

#321616 color RGB value is (50,22,22).

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

RGB channels and saturation

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

50
22
22

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

Portions of RGB colors in percentages

R + G + B =
50 + 22 + 22 = 94 (100%)
R 50 of 94 ~ 53.19%
G 22 of 94 ~ 23.4%
B 22 of 94 ~ 23.4%

%53.19
%23.4
%23.4

CMYK color model

#321616 color CMYK value is (0,56,56,80).

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

CMYK percentages

%0
%56
%56
%80.39

Codes

Color #321616 in popluar color models

321616
RGB502222
HSL38.89%14.12%
HSB/HSV56.00%19.61%
CMYK0.00%56.00%56.00%
80.39%

Color #321616 in popluar number systems.

HEX321616
Decimal502222
Binary1100101011010110
Octal622626

Shades and tints

Shades of #321616

#321616
(50,22,22)
#2E1414
(46,20,20)
#2A1212
(42,18,18)
#261010
(38,16,16)
#220E0E
(34,14,14)
#1E0C0C
(30,12,12)
#1A0A0A
(26,10,10)
#160808
(22,8,8)
#120606
(18,6,6)
#0E0404
(14,4,4)
#0A0202
(10,2,2)
#000000
(0,0,0)

Tints of #321616

#321616
(50,22,22)
#442B2B
(68,43,43)
#564040
(86,64,64)
#685555
(104,85,85)
#7A6A6A
(122,106,106)
#8C7F7F
(140,127,127)
#9E9494
(158,148,148)
#B0A9A9
(176,169,169)
#C2BEBE
(194,190,190)
#D4D3D3
(212,211,211)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321616; }

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

This text font color is #321616.


Background Color

.myBgColor { background-color: #321616; }

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

This div background color is #321616.


Border color

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

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

This div border color is #321616.


Opacity

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

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

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

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

This text has shadow with #321616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321616 on black background.


Color preview on white background

This text has color #321616 on white background.



Black color preview on #321616 background

This text has black color on #321616 background.


White color preview on #321616 background

This text has white color on #321616 background.