COLOR #327C32

HEX: #327C32
RGB: (50,124,50)

Color info

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

RGB color model

#327C32 color RGB value is (50,124,50).

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

RGB channels and saturation

R 50 of 255 = 20%
G 124 of 255 = 49%
B 50 of 255 = 20%

50
124
50

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

Portions of RGB colors in percentages

R + G + B =
50 + 124 + 50 = 224 (100%)
R 50 of 224 ~ 22.32%
G 124 of 224 ~ 55.36%
B 50 of 224 ~ 22.32%

%22.32
%55.36
%22.32

CMYK color model

#327C32 color CMYK value is (60,0,60,51).

  • cyan value is 59.68%
  • magenta value is 0.00%
  • yellow value is 59.68%
  • key color value is 51.37%
CMYK:
(60,0,60,51)
C60M0Y60K51 
(60%,0%,60%,51%)
(0.60/0.00/0.60/0.51)	

CMYK percentages

%59.68
%0
%59.68
%51.37

Codes

Color #327C32 in popluar color models

327C32
RGB5012450
HSL120°42.53%34.12%
HSB/HSV120°59.68%48.63%
CMYK59.68%0.00%59.68%
51.37%

Color #327C32 in popluar number systems.

HEX327C32
Decimal5012450
Binary1100101111100110010
Octal6217462

Shades and tints

Shades of #327C32

#327C32
(50,124,50)
#2E712E
(46,113,46)
#2A662A
(42,102,42)
#265B26
(38,91,38)
#225022
(34,80,34)
#1E451E
(30,69,30)
#1A3A1A
(26,58,26)
#162F16
(22,47,22)
#122412
(18,36,18)
#0E190E
(14,25,14)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #327C32

#327C32
(50,124,50)
#448744
(68,135,68)
#569256
(86,146,86)
#689D68
(104,157,104)
#7AA87A
(122,168,122)
#8CB38C
(140,179,140)
#9EBE9E
(158,190,158)
#B0C9B0
(176,201,176)
#C2D4C2
(194,212,194)
#D4DFD4
(212,223,212)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327C32; }

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

This text font color is #327C32.


Background Color

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

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

This div background color is #327C32.


Border color

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

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

This div border color is #327C32.


Opacity

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

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

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

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

This text has shadow with #327C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327C32 on black background.


Color preview on white background

This text has color #327C32 on white background.



Black color preview on #327C32 background

This text has black color on #327C32 background.


White color preview on #327C32 background

This text has white color on #327C32 background.