COLOR #327F16

HEX: #327F16
RGB: (50,127,22)

Color info

#327F16 contains mainly green color. Web safe color of #327F16 is #336600 (or #360).

RGB color model

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

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

RGB channels and saturation

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

50
127
22

R + G + B ~ 26%. #327F16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 127 + 22 = 199 (100%)
R 50 of 199 ~ 25.13%
G 127 of 199 ~ 63.82%
B 22 of 199 ~ 11.06%

%25.13
%63.82
%11.06

CMYK color model

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

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

CMYK percentages

%60.63
%0
%82.68
%50.2

Codes

Color #327F16 in popluar color models

327F16
RGB5012722
HSL104°70.47%29.22%
HSB/HSV104°82.68%49.80%
CMYK60.63%0.00%82.68%
50.20%

Color #327F16 in popluar number systems.

HEX327F16
Decimal5012722
Binary110010111111110110
Octal6217726

Shades and tints

Shades of #327F16

#327F16
(50,127,22)
#2E7414
(46,116,20)
#2A6912
(42,105,18)
#265E10
(38,94,16)
#22530E
(34,83,14)
#1E480C
(30,72,12)
#1A3D0A
(26,61,10)
#163208
(22,50,8)
#122706
(18,39,6)
#0E1C04
(14,28,4)
#0A1102
(10,17,2)
#000000
(0,0,0)

Tints of #327F16

#327F16
(50,127,22)
#448A2B
(68,138,43)
#569540
(86,149,64)
#68A055
(104,160,85)
#7AAB6A
(122,171,106)
#8CB67F
(140,182,127)
#9EC194
(158,193,148)
#B0CCA9
(176,204,169)
#C2D7BE
(194,215,190)
#D4E2D3
(212,226,211)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327F16; }

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

This text font color is #327F16.


Background Color

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

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

This div background color is #327F16.


Border color

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

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

This div border color is #327F16.


Opacity

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

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

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

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

This text has shadow with #327F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327F16 on black background.


Color preview on white background

This text has color #327F16 on white background.



Black color preview on #327F16 background

This text has black color on #327F16 background.


White color preview on #327F16 background

This text has white color on #327F16 background.