COLOR #324927

HEX: #324927
RGB: (50,73,39)

Color info

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

RGB color model

#324927 color RGB value is (50,73,39).

  • red value is 50;
  • green value is 73;
  • blue value is 39.
RGB:
(50,73,39)
(20%,29%,15%)

RGB channels and saturation

R 50 of 255 = 20%
G 73 of 255 = 29%
B 39 of 255 = 15%

50
73
39

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

Portions of RGB colors in percentages

R + G + B =
50 + 73 + 39 = 162 (100%)
R 50 of 162 ~ 30.86%
G 73 of 162 ~ 45.06%
B 39 of 162 ~ 24.07%

%30.86
%45.06
%24.07

CMYK color model

#324927 color CMYK value is (32,0,47,71).

  • cyan value is 31.51%
  • magenta value is 0.00%
  • yellow value is 46.58%
  • key color value is 71.37%
CMYK:
(32,0,47,71)
C32M0Y47K71 
(32%,0%,47%,71%)
(0.32/0.00/0.47/0.71)	

CMYK percentages

%31.51
%0
%46.58
%71.37

Codes

Color #324927 in popluar color models

324927
RGB507339
HSL101°30.36%21.96%
HSB/HSV101°46.58%28.63%
CMYK31.51%0.00%46.58%
71.37%

Color #324927 in popluar number systems.

HEX324927
Decimal507339
Binary1100101001001100111
Octal6211147

Shades and tints

Shades of #324927

#324927
(50,73,39)
#2E4324
(46,67,36)
#2A3D21
(42,61,33)
#26371E
(38,55,30)
#22311B
(34,49,27)
#1E2B18
(30,43,24)
#1A2515
(26,37,21)
#161F12
(22,31,18)
#12190F
(18,25,15)
#0E130C
(14,19,12)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #324927

#324927
(50,73,39)
#44593A
(68,89,58)
#56694D
(86,105,77)
#687960
(104,121,96)
#7A8973
(122,137,115)
#8C9986
(140,153,134)
#9EA999
(158,169,153)
#B0B9AC
(176,185,172)
#C2C9BF
(194,201,191)
#D4D9D2
(212,217,210)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324927 color. Also use rgb(50,73,39) instead hex code.

Text Font Color

.myTextColor { color: #324927; }

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

This text font color is #324927.


Background Color

.myBgColor { background-color: #324927; }

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

This div background color is #324927.


Border color

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

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

This div border color is #324927.


Opacity

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

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

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

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

This text has shadow with #324927 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324927 on black background.


Color preview on white background

This text has color #324927 on white background.



Black color preview on #324927 background

This text has black color on #324927 background.


White color preview on #324927 background

This text has white color on #324927 background.