COLOR #324209

HEX: #324209
RGB: (50,66,9)

Color info

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

RGB color model

#324209 color RGB value is (50,66,9).

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

RGB channels and saturation

R 50 of 255 = 20%
G 66 of 255 = 26%
B 9 of 255 = 4%

50
66
9

R + G + B ~ 17%. #324209 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 66 + 9 = 125 (100%)
R 50 of 125 ~ 40%
G 66 of 125 ~ 52.8%
B 9 of 125 ~ 7.2%

%40
%52.8

CMYK color model

#324209 color CMYK value is (24,0,86,74).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 86.36%
  • key color value is 74.12%
CMYK:
(24,0,86,74)
C24M0Y86K74 
(24%,0%,86%,74%)
(0.24/0.00/0.86/0.74)	

CMYK percentages

%24.24
%0
%86.36
%74.12

Codes

Color #324209 in popluar color models

324209
RGB50669
HSL77°76.00%14.71%
HSB/HSV77°86.36%25.88%
CMYK24.24%0.00%86.36%
74.12%

Color #324209 in popluar number systems.

HEX324209
Decimal50669
Binary11001010000101001
Octal6210211

Shades and tints

Shades of #324209

#324209
(50,66,9)
#2E3C09
(46,60,9)
#2A3609
(42,54,9)
#263009
(38,48,9)
#222A09
(34,42,9)
#1E2409
(30,36,9)
#1A1E09
(26,30,9)
#161809
(22,24,9)
#121209
(18,18,9)
#0E0C09
(14,12,9)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #324209

#324209
(50,66,9)
#44531F
(68,83,31)
#566435
(86,100,53)
#68754B
(104,117,75)
#7A8661
(122,134,97)
#8C9777
(140,151,119)
#9EA88D
(158,168,141)
#B0B9A3
(176,185,163)
#C2CAB9
(194,202,185)
#D4DBCF
(212,219,207)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324209; }

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

This text font color is #324209.


Background Color

.myBgColor { background-color: #324209; }

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

This div background color is #324209.


Border color

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

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

This div border color is #324209.


Opacity

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

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

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

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

This text has shadow with #324209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324209 on black background.


Color preview on white background

This text has color #324209 on white background.



Black color preview on #324209 background

This text has black color on #324209 background.


White color preview on #324209 background

This text has white color on #324209 background.