COLOR #324D21

HEX: #324D21
RGB: (50,77,33)

Color info

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

RGB color model

#324D21 color RGB value is (50,77,33).

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

RGB channels and saturation

R 50 of 255 = 20%
G 77 of 255 = 30%
B 33 of 255 = 13%

50
77
33

R + G + B ~ 21%. #324D21 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 77 + 33 = 160 (100%)
R 50 of 160 ~ 31.25%
G 77 of 160 ~ 48.13%
B 33 of 160 ~ 20.63%

%31.25
%48.13
%20.63

CMYK color model

#324D21 color CMYK value is (35,0,57,70).

  • cyan value is 35.06%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 69.80%
CMYK: (35,0,57,70) C35M0Y57K70 (35%,0%,57%,70%) (0.35/0.00/0.57/0.70)

CMYK percentages

%35.06
%0
%57.14
%69.8

Codes

Color #324D21 in popluar color models

324D21
RGB507733
HSL97°40.00%21.57%
HSB/HSV97°57.14%30.20%
CMYK35.06%0.00%57.14%
69.80%

Color #324D21 in popluar number systems.

HEX324D21
Decimal507733
Binary1100101001101100001
Octal6211541

Shades and tints

Shades of #324D21

#324D21
(50,77,33)
#2E461E
(46,70,30)
#2A3F1B
(42,63,27)
#263818
(38,56,24)
#223115
(34,49,21)
#1E2A12
(30,42,18)
#1A230F
(26,35,15)
#161C0C
(22,28,12)
#121509
(18,21,9)
#0E0E06
(14,14,6)
#0A0703
(10,7,3)
#000000
(0,0,0)

Tints of #324D21

#324D21
(50,77,33)
#445D35
(68,93,53)
#566D49
(86,109,73)
#687D5D
(104,125,93)
#7A8D71
(122,141,113)
#8C9D85
(140,157,133)
#9EAD99
(158,173,153)
#B0BDAD
(176,189,173)
#C2CDC1
(194,205,193)
#D4DDD5
(212,221,213)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324D21; }

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

This text font color is #324D21.


Background Color

.myBgColor { background-color: #324D21; }

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

This div background color is #324D21.


Border color

.myBorderColor { border: 1px solid #324D21; }

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

This div border color is #324D21.


Opacity

.myOpacity80 { color: #324D21; opacity: 0.8; }

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

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

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

This text has shadow with #324D21 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #324D21 on black background.


Color preview on white background

This text has color #324D21 on white background.



Black color preview on #324D21 background

This text has black color on #324D21 background.


White color preview on #324D21 background

This text has white color on #324D21 background.