COLOR #324828

HEX: #324828
RGB: (50,72,40)

Color info

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

RGB color model

#324828 color RGB value is (50,72,40).

  • red value is 50;
  • green value is 72;
  • blue value is 40.
RGB:
(50,72,40)
(20%,28%,16%)

RGB channels and saturation

R 50 of 255 = 20%
G 72 of 255 = 28%
B 40 of 255 = 16%

50
72
40

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

Portions of RGB colors in percentages

R + G + B =
50 + 72 + 40 = 162 (100%)
R 50 of 162 ~ 30.86%
G 72 of 162 ~ 44.44%
B 40 of 162 ~ 24.69%

%30.86
%44.44
%24.69

CMYK color model

#324828 color CMYK value is (31,0,44,72).

  • cyan value is 30.56%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 71.76%
CMYK:
(31,0,44,72)
C31M0Y44K72 
(31%,0%,44%,72%)
(0.31/0.00/0.44/0.72)	

CMYK percentages

%30.56
%0
%44.44
%71.76

Codes

Color #324828 in popluar color models

324828
RGB507240
HSL101°28.57%21.96%
HSB/HSV101°44.44%28.24%
CMYK30.56%0.00%44.44%
71.76%

Color #324828 in popluar number systems.

HEX324828
Decimal507240
Binary1100101001000101000
Octal6211050

Shades and tints

Shades of #324828

#324828
(50,72,40)
#2E4225
(46,66,37)
#2A3C22
(42,60,34)
#26361F
(38,54,31)
#22301C
(34,48,28)
#1E2A19
(30,42,25)
#1A2416
(26,36,22)
#161E13
(22,30,19)
#121810
(18,24,16)
#0E120D
(14,18,13)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #324828

#324828
(50,72,40)
#44583B
(68,88,59)
#56684E
(86,104,78)
#687861
(104,120,97)
#7A8874
(122,136,116)
#8C9887
(140,152,135)
#9EA89A
(158,168,154)
#B0B8AD
(176,184,173)
#C2C8C0
(194,200,192)
#D4D8D3
(212,216,211)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324828 color. Also use rgb(50,72,40) instead hex code.

Text Font Color

.myTextColor { color: #324828; }

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

This text font color is #324828.


Background Color

.myBgColor { background-color: #324828; }

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

This div background color is #324828.


Border color

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

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

This div border color is #324828.


Opacity

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

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

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

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

This text has shadow with #324828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324828 on black background.


Color preview on white background

This text has color #324828 on white background.



Black color preview on #324828 background

This text has black color on #324828 background.


White color preview on #324828 background

This text has white color on #324828 background.