COLOR #327F28

HEX: #327F28 RGB: (50,127,40)

Color info

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

RGB color model

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

RGB: (50,127,40) (20%, 50%, 16%)

RGB channels and saturation

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

50
127
40

R + G + B ~ 29%. #327F28 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 127 + 40 = 217 (100%)
R 50 of 217 ~ 23.04%
G 127 of 217 ~ 58.53%
B 40 of 217 ~ 18.43'%

%23.04
%58.53
%18.43

CMYK color model

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

  • cyan value is 60.63%
  • magenta value is 0.00%
  • yellow value is 68.50%
  • key color value is 50.20%

CMYK: (61,0,69,50)
C61M0Y69K50 (61%, 0%, 69%, 50%)
(0.61 / 0.00 / 0.69 / 0.50)

CMYK percentages

%60.63
%0
%68.5
%50.2

Codes

Color #327F28 in popluar color models

32 7F 28
RGB 50 127 40
HSL 113° 52.10% 32.75%
HSB/HSV 113° 68.50% 49.80%
CMYK 60.63% 0.00% 68.50%
50.20%

Color #327F28 in popluar number systems.

HEX 32 7F 28
Decimal 50 127 40
Binary 110010 1111111 101000
Octal 62 177 50

Shades and tints

Shades of #327F28

#327F28
(50,127,40)
#2E7425
(46,116,37)
#2A6922
(42,105,34)
#265E1F
(38,94,31)
#22531C
(34,83,28)
#1E4819
(30,72,25)
#1A3D16
(26,61,22)
#163213
(22,50,19)
#122710
(18,39,16)
#0E1C0D
(14,28,13)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #327F28

#327F28
(50,127,40)
#448A3B
(68,138,59)
#56954E
(86,149,78)
#68A061
(104,160,97)
#7AAB74
(122,171,116)
#8CB687
(140,182,135)
#9EC19A
(158,193,154)
#B0CCAD
(176,204,173)
#C2D7C0
(194,215,192)
#D4E2D3
(212,226,211)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327F28; }

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

This text font color is #327F28.

Background Color

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

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

This div background color is #327F28.

Border color

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

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

This div border color is #327F28.

Opacity

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

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

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

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

This text has shadow with #327F28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #327F28.

Preview

Color preview on black background

This text has color #327F28 on black background.


Color preview on white background

This text has color #327F28 on white background.


Black color preview on #327F28 background

This text has black color on #327F28 background.


White color preview on #327F28 background

This text has white color on #327F28 background.


Related colors

Complementary color

Complementary color for #hex is #CD80D7.


I love getcolorcode.com

Triadic colors

1 #28327F and #7F2832 with #327F28 are triadic colors.

2 #287F32 and #7F3228 with #327F28 are triadic colors.