COLOR #324226

HEX: #324226
RGB: (50,66,38)

Color info

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

RGB color model

#324226 color RGB value is (50,66,38).

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

RGB channels and saturation

R 50 of 255 = 20%
G 66 of 255 = 26%
B 38 of 255 = 15%

50
66
38

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

Portions of RGB colors in percentages

R + G + B =
50 + 66 + 38 = 154 (100%)
R 50 of 154 ~ 32.47%
G 66 of 154 ~ 42.86%
B 38 of 154 ~ 24.68%

%32.47
%42.86
%24.68

CMYK color model

#324226 color CMYK value is (24,0,42,74).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 74.12%
CMYK:
(24,0,42,74)
C24M0Y42K74 
(24%,0%,42%,74%)
(0.24/0.00/0.42/0.74)	

CMYK percentages

%24.24
%0
%42.42
%74.12

Codes

Color #324226 in popluar color models

324226
RGB506638
HSL94°26.92%20.39%
HSB/HSV94°42.42%25.88%
CMYK24.24%0.00%42.42%
74.12%

Color #324226 in popluar number systems.

HEX324226
Decimal506638
Binary1100101000010100110
Octal6210246

Shades and tints

Shades of #324226

#324226
(50,66,38)
#2E3C23
(46,60,35)
#2A3620
(42,54,32)
#26301D
(38,48,29)
#222A1A
(34,42,26)
#1E2417
(30,36,23)
#1A1E14
(26,30,20)
#161811
(22,24,17)
#12120E
(18,18,14)
#0E0C0B
(14,12,11)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #324226

#324226
(50,66,38)
#445339
(68,83,57)
#56644C
(86,100,76)
#68755F
(104,117,95)
#7A8672
(122,134,114)
#8C9785
(140,151,133)
#9EA898
(158,168,152)
#B0B9AB
(176,185,171)
#C2CABE
(194,202,190)
#D4DBD1
(212,219,209)
#E6ECE4
(230,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324226; }

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

This text font color is #324226.


Background Color

.myBgColor { background-color: #324226; }

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

This div background color is #324226.


Border color

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

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

This div border color is #324226.


Opacity

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

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

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

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

This text has shadow with #324226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324226 on black background.


Color preview on white background

This text has color #324226 on white background.



Black color preview on #324226 background

This text has black color on #324226 background.


White color preview on #324226 background

This text has white color on #324226 background.