COLOR #327E1C

HEX: #327E1C
RGB: (50,126,28)

Color info

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

RGB color model

#327E1C color RGB value is (50,126,28).

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

RGB channels and saturation

R 50 of 255 = 20%
G 126 of 255 = 49%
B 28 of 255 = 11%

50
126
28

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

Portions of RGB colors in percentages

R + G + B =
50 + 126 + 28 = 204 (100%)
R 50 of 204 ~ 24.51%
G 126 of 204 ~ 61.76%
B 28 of 204 ~ 13.73%

%24.51
%61.76
%13.73

CMYK color model

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

  • cyan value is 60.32%
  • magenta value is 0.00%
  • yellow value is 77.78%
  • key color value is 50.59%
CMYK:
(60,0,78,51)
C60M0Y78K51 
(60%,0%,78%,51%)
(0.60/0.00/0.78/0.51)	

CMYK percentages

%60.32
%0
%77.78
%50.59

Codes

Color #327E1C in popluar color models

327E1C
RGB5012628
HSL107°63.64%30.20%
HSB/HSV107°77.78%49.41%
CMYK60.32%0.00%77.78%
50.59%

Color #327E1C in popluar number systems.

HEX327E1C
Decimal5012628
Binary110010111111011100
Octal6217634

Shades and tints

Shades of #327E1C

#327E1C
(50,126,28)
#2E731A
(46,115,26)
#2A6818
(42,104,24)
#265D16
(38,93,22)
#225214
(34,82,20)
#1E4712
(30,71,18)
#1A3C10
(26,60,16)
#16310E
(22,49,14)
#12260C
(18,38,12)
#0E1B0A
(14,27,10)
#0A1008
(10,16,8)
#000000
(0,0,0)

Tints of #327E1C

#327E1C
(50,126,28)
#448930
(68,137,48)
#569444
(86,148,68)
#689F58
(104,159,88)
#7AAA6C
(122,170,108)
#8CB580
(140,181,128)
#9EC094
(158,192,148)
#B0CBA8
(176,203,168)
#C2D6BC
(194,214,188)
#D4E1D0
(212,225,208)
#E6ECE4
(230,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327E1C; }

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

This text font color is #327E1C.


Background Color

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

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

This div background color is #327E1C.


Border color

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

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

This div border color is #327E1C.


Opacity

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

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

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

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

This text has shadow with #327E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327E1C on black background.


Color preview on white background

This text has color #327E1C on white background.



Black color preview on #327E1C background

This text has black color on #327E1C background.


White color preview on #327E1C background

This text has white color on #327E1C background.