COLOR #327F32

HEX: #327F32
RGB: (50,127,50)

Color info

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

RGB color model

#327F32 color RGB value is (50,127,50).

  • red value is 50;
  • green value is 127;
  • blue value is 50.
RGB:
(50,127,50)
(20%,50%,20%)

RGB channels and saturation

R 50 of 255 = 20%
G 127 of 255 = 50%
B 50 of 255 = 20%

50
127
50

R + G + B ~ 30%. #327F32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 127 + 50 = 227 (100%)
R 50 of 227 ~ 22.03%
G 127 of 227 ~ 55.95%
B 50 of 227 ~ 22.03%

%22.03
%55.95
%22.03

CMYK color model

#327F32 color CMYK value is (61,0,61,50).

  • cyan value is 60.63%
  • magenta value is 0.00%
  • yellow value is 60.63%
  • key color value is 50.20%
CMYK:
(61,0,61,50)
C61M0Y61K50 
(61%,0%,61%,50%)
(0.61/0.00/0.61/0.50)	

CMYK percentages

%60.63
%0
%60.63
%50.2

Codes

Color #327F32 in popluar color models

327F32
RGB5012750
HSL120°43.50%34.71%
HSB/HSV120°60.63%49.80%
CMYK60.63%0.00%60.63%
50.20%

Color #327F32 in popluar number systems.

HEX327F32
Decimal5012750
Binary1100101111111110010
Octal6217762

Shades and tints

Shades of #327F32

#327F32
(50,127,50)
#2E742E
(46,116,46)
#2A692A
(42,105,42)
#265E26
(38,94,38)
#225322
(34,83,34)
#1E481E
(30,72,30)
#1A3D1A
(26,61,26)
#163216
(22,50,22)
#122712
(18,39,18)
#0E1C0E
(14,28,14)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #327F32

#327F32
(50,127,50)
#448A44
(68,138,68)
#569556
(86,149,86)
#68A068
(104,160,104)
#7AAB7A
(122,171,122)
#8CB68C
(140,182,140)
#9EC19E
(158,193,158)
#B0CCB0
(176,204,176)
#C2D7C2
(194,215,194)
#D4E2D4
(212,226,212)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327F32 color. Also use rgb(50,127,50) instead hex code.

Text Font Color

.myTextColor { color: #327F32; }

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

This text font color is #327F32.


Background Color

.myBgColor { background-color: #327F32; }

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

This div background color is #327F32.


Border color

.myBorderColor { border: 1px solid #327F32; }

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

This div border color is #327F32.


Opacity

.myOpacity80 { color: #327F32; opacity: 0.8; }

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

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

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

This text has shadow with #327F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327F32 on black background.


Color preview on white background

This text has color #327F32 on white background.



Black color preview on #327F32 background

This text has black color on #327F32 background.


White color preview on #327F32 background

This text has white color on #327F32 background.