COLOR #327616

HEX: #327616
RGB: (50,118,22)

Color info

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

RGB color model

#327616 color RGB value is (50,118,22).

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

RGB channels and saturation

R 50 of 255 = 20%
G 118 of 255 = 46%
B 22 of 255 = 9%

50
118
22

R + G + B ~ 25%. #327616 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 118 + 22 = 190 (100%)
R 50 of 190 ~ 26.32%
G 118 of 190 ~ 62.11%
B 22 of 190 ~ 11.58%

%26.32
%62.11
%11.58

CMYK color model

#327616 color CMYK value is (58,0,81,54).

  • cyan value is 57.63%
  • magenta value is 0.00%
  • yellow value is 81.36%
  • key color value is 53.73%
CMYK:
(58,0,81,54)
C58M0Y81K54 
(58%,0%,81%,54%)
(0.58/0.00/0.81/0.54)	

CMYK percentages

%57.63
%0
%81.36
%53.73

Codes

Color #327616 in popluar color models

327616
RGB5011822
HSL103°68.57%27.45%
HSB/HSV103°81.36%46.27%
CMYK57.63%0.00%81.36%
53.73%

Color #327616 in popluar number systems.

HEX327616
Decimal5011822
Binary110010111011010110
Octal6216626

Shades and tints

Shades of #327616

#327616
(50,118,22)
#2E6C14
(46,108,20)
#2A6212
(42,98,18)
#265810
(38,88,16)
#224E0E
(34,78,14)
#1E440C
(30,68,12)
#1A3A0A
(26,58,10)
#163008
(22,48,8)
#122606
(18,38,6)
#0E1C04
(14,28,4)
#0A1202
(10,18,2)
#000000
(0,0,0)

Tints of #327616

#327616
(50,118,22)
#44822B
(68,130,43)
#568E40
(86,142,64)
#689A55
(104,154,85)
#7AA66A
(122,166,106)
#8CB27F
(140,178,127)
#9EBE94
(158,190,148)
#B0CAA9
(176,202,169)
#C2D6BE
(194,214,190)
#D4E2D3
(212,226,211)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327616; }

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

This text font color is #327616.


Background Color

.myBgColor { background-color: #327616; }

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

This div background color is #327616.


Border color

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

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

This div border color is #327616.


Opacity

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

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

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

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

This text has shadow with #327616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327616 on black background.


Color preview on white background

This text has color #327616 on white background.



Black color preview on #327616 background

This text has black color on #327616 background.


White color preview on #327616 background

This text has white color on #327616 background.