COLOR #324121

HEX: #324121 RGB: (50,65,33)

Color info

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

RGB color model

#324121 color RGB value is (50,65,33).

RGB: (50,65,33) (20%, 25%, 13%)

RGB channels and saturation

R 50 of 255 = 20%
G 65 of 255 = 25%
B 33 of 255 = 13%

50
65
33

R + G + B ~ 19%. #324121 is dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 65 + 33 = 148 (100%)
R 50 of 148 ~ 33.78%
G 65 of 148 ~ 43.92%
B 33 of 148 ~ 22.3'%

%33.78
%43.92
%22.3

CMYK color model

#324121 color CMYK value is (23,0,49,75).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 49.23%
  • key color value is 74.51%

CMYK: (23,0,49,75)
C23M0Y49K75 (23%, 0%, 49%, 75%)
(0.23 / 0.00 / 0.49 / 0.75)

CMYK percentages

%23.08
%0
%49.23
%74.51

Codes

Color #324121 in popluar color models

32 41 21
RGB 50 65 33
HSL 88° 32.65% 19.22%
HSB/HSV 88° 49.23% 25.49%
CMYK 23.08% 0.00% 49.23%
74.51%

Color #324121 in popluar number systems.

HEX 32 41 21
Decimal 50 65 33
Binary 110010 1000001 100001
Octal 62 101 41

Shades and tints

Shades of #324121

#324121
(50,65,33)
#2E3C1E
(46,60,30)
#2A371B
(42,55,27)
#263218
(38,50,24)
#222D15
(34,45,21)
#1E2812
(30,40,18)
#1A230F
(26,35,15)
#161E0C
(22,30,12)
#121909
(18,25,9)
#0E1406
(14,20,6)
#0A0F03
(10,15,3)
#000000
(0,0,0)

Tints of #324121

#324121
(50,65,33)
#445235
(68,82,53)
#566349
(86,99,73)
#68745D
(104,116,93)
#7A8571
(122,133,113)
#8C9685
(140,150,133)
#9EA799
(158,167,153)
#B0B8AD
(176,184,173)
#C2C9C1
(194,201,193)
#D4DAD5
(212,218,213)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324121; }

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

This text font color is #324121.

Background Color

.myBgColor { background-color: #324121; }

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

This div background color is #324121.

Border color

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

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

This div border color is #324121.

Opacity

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

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

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

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

This text has shadow with #324121 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #324121.

Preview

Color preview on black background

This text has color #324121 on black background.


Color preview on white background

This text has color #324121 on white background.


Black color preview on #324121 background

This text has black color on #324121 background.


White color preview on #324121 background

This text has white color on #324121 background.


Related colors

Complementary color

Complementary color for #hex is #CDBEDE.


I love getcolorcode.com

Triadic colors

1 #213241 and #412132 with #324121 are triadic colors.

2 #214132 and #413221 with #324121 are triadic colors.