COLOR #321C09

HEX: #321C09
RGB: (50,28,9)

Color info

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

RGB color model

#321C09 color RGB value is (50,28,9).

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

RGB channels and saturation

R 50 of 255 = 20%
G 28 of 255 = 11%
B 9 of 255 = 4%

50
28
9

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

Portions of RGB colors in percentages

R + G + B =
50 + 28 + 9 = 87 (100%)
R 50 of 87 ~ 57.47%
G 28 of 87 ~ 32.18%
B 9 of 87 ~ 10.34%

%57.47
%32.18
%10.34

CMYK color model

#321C09 color CMYK value is (0,44,82,80).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 82.00%
  • key color value is 80.39%
CMYK:
(0,44,82,80)
C0M44Y82K80 
(0%,44%,82%,80%)
(0.00/0.44/0.82/0.80)	

CMYK percentages

%0
%44
%82
%80.39

Codes

Color #321C09 in popluar color models

321C09
RGB50289
HSL28°69.49%11.57%
HSB/HSV28°82.00%19.61%
CMYK0.00%44.00%82.00%
80.39%

Color #321C09 in popluar number systems.

HEX321C09
Decimal50289
Binary110010111001001
Octal623411

Shades and tints

Shades of #321C09

#321C09
(50,28,9)
#2E1A09
(46,26,9)
#2A1809
(42,24,9)
#261609
(38,22,9)
#221409
(34,20,9)
#1E1209
(30,18,9)
#1A1009
(26,16,9)
#160E09
(22,14,9)
#120C09
(18,12,9)
#0E0A09
(14,10,9)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #321C09

#321C09
(50,28,9)
#44301F
(68,48,31)
#564435
(86,68,53)
#68584B
(104,88,75)
#7A6C61
(122,108,97)
#8C8077
(140,128,119)
#9E948D
(158,148,141)
#B0A8A3
(176,168,163)
#C2BCB9
(194,188,185)
#D4D0CF
(212,208,207)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #321C09; }

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

This text font color is #321C09.


Background Color

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

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

This div background color is #321C09.


Border color

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

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

This div border color is #321C09.


Opacity

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

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

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

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

This text has shadow with #321C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321C09 on black background.


Color preview on white background

This text has color #321C09 on white background.



Black color preview on #321C09 background

This text has black color on #321C09 background.


White color preview on #321C09 background

This text has white color on #321C09 background.