COLOR #324421

HEX: #324421
RGB: (50,68,33)

Color info

#324421 contains red, green and blue colors in about the same proportion. Web safe color of #324421 is #333333 (or #333).

RGB color model

#324421 color RGB value is (50,68,33).

  • red value is 50;
  • green value is 68;
  • blue value is 33.
RGB:
(50,68,33)
(20%,27%,13%)

RGB channels and saturation

R 50 of 255 = 20%
G 68 of 255 = 27%
B 33 of 255 = 13%

50
68
33

R + G + B ~ 20%. #324421 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 68 + 33 = 151 (100%)
R 50 of 151 ~ 33.11%
G 68 of 151 ~ 45.03%
B 33 of 151 ~ 21.85%

%33.11
%45.03
%21.85

CMYK color model

#324421 color CMYK value is (26,0,51,73).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 51.47%
  • key color value is 73.33%
CMYK:
(26,0,51,73)
C26M0Y51K73 
(26%,0%,51%,73%)
(0.26/0.00/0.51/0.73)	

CMYK percentages

%26.47
%0
%51.47
%73.33

Codes

Color #324421 in popluar color models

324421
RGB506833
HSL91°34.65%19.80%
HSB/HSV91°51.47%26.67%
CMYK26.47%0.00%51.47%
73.33%

Color #324421 in popluar number systems.

HEX324421
Decimal506833
Binary1100101000100100001
Octal6210441

Shades and tints

Shades of #324421

#324421
(50,68,33)
#2E3E1E
(46,62,30)
#2A381B
(42,56,27)
#263218
(38,50,24)
#222C15
(34,44,21)
#1E2612
(30,38,18)
#1A200F
(26,32,15)
#161A0C
(22,26,12)
#121409
(18,20,9)
#0E0E06
(14,14,6)
#0A0803
(10,8,3)
#000000
(0,0,0)

Tints of #324421

#324421
(50,68,33)
#445535
(68,85,53)
#566649
(86,102,73)
#68775D
(104,119,93)
#7A8871
(122,136,113)
#8C9985
(140,153,133)
#9EAA99
(158,170,153)
#B0BBAD
(176,187,173)
#C2CCC1
(194,204,193)
#D4DDD5
(212,221,213)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324421; }

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

This text font color is #324421.


Background Color

.myBgColor { background-color: #324421; }

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

This div background color is #324421.


Border color

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

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

This div border color is #324421.


Opacity

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

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

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

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

This text has shadow with #324421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324421 on black background.


Color preview on white background

This text has color #324421 on white background.



Black color preview on #324421 background

This text has black color on #324421 background.


White color preview on #324421 background

This text has white color on #324421 background.