COLOR #327922

HEX: #327922
RGB: (50,121,34)

Color info

#327922 contains mainly green color. Web safe color of #327922 is #336633 (or #363).

RGB color model

#327922 color RGB value is (50,121,34).

  • red value is 50;
  • green value is 121;
  • blue value is 34.
RGB:
(50,121,34)
(20%,47%,13%)

RGB channels and saturation

R 50 of 255 = 20%
G 121 of 255 = 47%
B 34 of 255 = 13%

50
121
34

R + G + B ~ 27%. #327922 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 121 + 34 = 205 (100%)
R 50 of 205 ~ 24.39%
G 121 of 205 ~ 59.02%
B 34 of 205 ~ 16.59%

%24.39
%59.02
%16.59

CMYK color model

#327922 color CMYK value is (59,0,72,53).

  • cyan value is 58.68%
  • magenta value is 0.00%
  • yellow value is 71.90%
  • key color value is 52.55%
CMYK:
(59,0,72,53)
C59M0Y72K53 
(59%,0%,72%,53%)
(0.59/0.00/0.72/0.53)	

CMYK percentages

%58.68
%0
%71.9
%52.55

Codes

Color #327922 in popluar color models

327922
RGB5012134
HSL109°56.13%30.39%
HSB/HSV109°71.90%47.45%
CMYK58.68%0.00%71.90%
52.55%

Color #327922 in popluar number systems.

HEX327922
Decimal5012134
Binary1100101111001100010
Octal6217142

Shades and tints

Shades of #327922

#327922
(50,121,34)
#2E6E1F
(46,110,31)
#2A631C
(42,99,28)
#265819
(38,88,25)
#224D16
(34,77,22)
#1E4213
(30,66,19)
#1A3710
(26,55,16)
#162C0D
(22,44,13)
#12210A
(18,33,10)
#0E1607
(14,22,7)
#0A0B04
(10,11,4)
#000000
(0,0,0)

Tints of #327922

#327922
(50,121,34)
#448536
(68,133,54)
#56914A
(86,145,74)
#689D5E
(104,157,94)
#7AA972
(122,169,114)
#8CB586
(140,181,134)
#9EC19A
(158,193,154)
#B0CDAE
(176,205,174)
#C2D9C2
(194,217,194)
#D4E5D6
(212,229,214)
#E6F1EA
(230,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327922 color. Also use rgb(50,121,34) instead hex code.

Text Font Color

.myTextColor { color: #327922; }

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

This text font color is #327922.


Background Color

.myBgColor { background-color: #327922; }

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

This div background color is #327922.


Border color

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

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

This div border color is #327922.


Opacity

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

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

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

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

This text has shadow with #327922 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327922 on black background.


Color preview on white background

This text has color #327922 on white background.



Black color preview on #327922 background

This text has black color on #327922 background.


White color preview on #327922 background

This text has white color on #327922 background.